RetireJS / retire.js

scanner detecting the use of JavaScript libraries with known vulnerabilities. Can also generate an SBOM of the libraries it finds.
https://retirejs.github.io/retire.js/
Other
3.66k stars 414 forks source link

Move chrome logging from warn to log to squash plugin errors in the chrome extension manager page #351

Closed jmanico closed 3 years ago

jmanico commented 3 years ago

trying to squash chrome error on extension page addressing https://github.com/RetireJS/retire.js/issues/350

eoftedal commented 3 years ago

There is no need to modify the one in content.js. That's what prints the warnings in the dev console on the tab.

jmanico commented 3 years ago

ok my branch was updated to move content.js to warn, but I now see that warn show an error message in the extension page in Chrome...

jmanico commented 3 years ago

Screen Shot 2021-04-14 at 9 17 12 AM

jmanico commented 3 years ago

This is what I'm trying to clean up but it may not me the right effort. Although it would be nice to get rid of those runtime errors. :) Screen Shot 2021-04-14 at 9 18 50 AM Screen Shot 2021-04-14 at 9 18 02 AM