top | item 46039381 (no title) thepill | 3 months ago 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? discuss order hn newest efortis|3 months ago npm audit and npm audit --fix Or if you want to know the version of a package you have installed: npm ls some-pkg
efortis|3 months ago npm audit and npm audit --fix Or if you want to know the version of a package you have installed: npm ls some-pkg
efortis|3 months ago