Tag: javascript
-
Fixing security vulnerabilities in JavaScript project dependencies
One of the many tasks developers have to do is to fix security vulnerabilities in JavaScript packages. This may prove to be an onerous task, especially when doing this for projects that haven’t been updated in a long time. Helpful Steps NPM will let you know if there are medium or high vulnerabilities in your…