6 ms·
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
by thepill 10mo 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?
- efortis 10mo agonpm audit and npm audit --fix Or if you want to know the version of a package you have installed: npm ls some-pkg