IntelliJ Node Security plugin that indicates which Node packages in your project are vulnerable. Plugin checks your dependencies against nodesecurity.io service.
It supports following JetBrains IDEs:
- Android Studio
- AppCode
- CLion
- IntelliJ IDEA
- PhpStorm
- PyCharm
- RubyMine
- WebStorm
- DataGrip
- Highlight vulnerable dependencies in
package.json
file. - Verify package.json files when project is opened
package-lock.json
andyarn.lock
support- deep check of vulnerabilities
- Using IDE built-in plugin system:
- Preferences > Plugins > Browse repositories... > Search for "Node security" > Install Plugin
- Manually:
- Download the latest release and install it manually using Preferences > Plugins > Install plugin from disk...
Restart IDE.
v0.4.0 (2018-03-05)
Implemented enhancements:
package-lock.json
andyarn.lock
support- deep check of vulnerabilities
- performance optimizations
- semver test fix
Fixed bugs
- Won't accept electron beta version (#6)
Check CONTRIBUTING.md
file.
Contributors
- none
Copyright (c) 2018 hsz Jakub Chrzanowski. See the LICENSE file for license rights and limitations (MIT).