Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How do you test your projects if there are any infected/affected dependencies used? As i understand it could also be a dependency of a dependency ... that could be affected?


   npm audit
and

   npm audit --fix
Or if you want to know the version of a package you have installed:

   npm ls some-pkg




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: