Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Node Modules Packages InspectorNew to Visual Studio Code? Get it now.
Node Modules Packages Inspector

Node Modules Packages Inspector

pabolkov.dn

|
37 installs
| (0) | Free
Observe changes to the file, installed packages, and their dependencies
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PKGI README

🇬🇧 EN • 🇷🇺 RU

Means: Package Inspector

This extension in automatically inspect the compliance of the established packages with the required (in package.json).

It does not depend on versions control systems. Can work with several Workspaces. Only root folders with package.json fall under observation.

How does it work

Extension monitors changes in dependencies in package.json; updating package-lock.json, as well as changes in node_modules.

In case of detection of problems, notifies this.

You can also always start a forced check through command pallete: run PKGI: Inspect dependencies (shortly inspect)

Commands

Command Short Description
PKGI: Inspect dependencies inspect Run force check of dependencies for all projects

Extension Settings

Option Key Description
Success notification pkgi.notifications.success Toggle display notification about has no errors

Release Notes

Detailed change log

Summary:

0.1.4

No features changes.

[Tech] Fix package.json (description and dependencies versions)

0.1.3

The scanning delay for changes inside node_modules has been added so as not to be spam by notifications. Added the opportunity to turn off the notification of the completion of scanning without errors from the settings.

0.1.2

Fixed error of redundant scanning. Added detailed result log of scanning into output channel.

0.1.1

Fixed inspection run error if package.json have not dependencies changed.

0.1.0

The basic mechanism of the automatic inspection of compliance of the required and installed NPM packages.

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