idea-nodesecurity
idea-nodesecurity copied to clipboard
IntelliJ Node Security plugin that indicates which Node packages in your project are vulnerable.
Node Security plugin v0.4.0
Introduction
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
Features
- 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
Installation
- 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.
Changelog
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)
Full Changelog History
Contribution
Check CONTRIBUTING.md
file.
Developed By
Contributors
- none
License
Copyright (c) 2018 hsz Jakub Chrzanowski. See the LICENSE file for license rights and limitations (MIT).