Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 582 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 582 Bytes

npm-deps-security-advisories

This VSCode extension analyzes npm project dependencies and displays a list of packages with security vulnerabilities, if any. This extension uses https://deps.dev/ and https://osv.dev/ api for analyze deps.

Usage

Open your nodejs or frontend project with package.json and lock file in root of workspace and run the extension using > DepsAnalyze command.

Release Notes

0.0.1

Initial preview release of npm-deps-security-advisories