Security Tools
Check your open source dependencies for critical vulnerabilities.
Yarn
$ yarn audit --level critical
NPM
$ npm audit | grep Critical -B3 -A10
Ruby Gems
$ gem install bundler-audit
$ bundle audit
Run all development projects through Docker, a virtual machine, or a remote machine to protect your system and other projects.
Resources
Malicious NPM packages
Last updated