Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>NPM Deps VersionsNew to Visual Studio Code? Get it now.
NPM Deps Versions

NPM Deps Versions

milhouse solutions

milhouse.solutions
|
376 installs
| (1) | Free
This extension adds lense to package.json files dependencies and devDependencies section. For each dependecy, it will display the dependencyies current version from registry.npmjs.org
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NPM Deps Versions

Features

This extension adds a codelense above each dependency in package.json file to show the latest version of the dependency on npmjs.com. If there is a newer version of the dependency, you can directly upgrade to the specific version by clicking on the codelense.

Extension Settings

This extension contributes the following settings:

  • npm-deps-versions.enableCodeLens: Enable/disable this extension.
  • npm-deps-versions.enableReleaseCandidateUpgrades: Enables search for release candidate versions.
  • npm-deps-versions.enableBetaUpgrades: Enables search for beta versions.
  • npm-deps-versions.enableAlphaUpgrades: Enables search for alpha versions.
  • npm-deps-versions.enableDevUpgrades: Enables search for developer versions.

Known Issues

  • Low performance on large package.json files
  • No support for private packages (not possible)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft