Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-npm-graphNew to Visual Studio Code? Get it now.
vscode-npm-graph

vscode-npm-graph

Tripurendra Kowshik Yedida

|
5 installs
| (0) | Free
Displays the graph of npm packages along with the warning symbols next to the packages
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-npm-graph README

This extension is just the combination of multiple commands. I just created out of curiosity.

npm audit --json

npm ls --all --json

npm outdated --json

How to

Just right click on package.json and click on the command "NPM Audit and Flag Dependency Tree".

You will get an option to select "package.json" or "global". Selecting package.json will evaluate the packages of the local folder opened. Whereas, global will check the packages installed in the machine.

It will open a new window with all the packages and their dependencies list.

Note: Package analysis always includes dev dependencies

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft