Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>npm-outdated-plusNew to Visual Studio Code? Get it now.
npm-outdated-plus

npm-outdated-plus

Rentalhost

|
907 installs
| (0) | Free
Highlights packages with newer versions available directly in package.json files. Fully compatible with npm and pnpm.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

npm-outdated (and pnpm) for vscode

build

Displays a diagnostic message in package.json files for packages which have newer versions available as well as a code action to quickly update packages to their latest version.

Screenshot

Usage

This extension provides three primary means of updating outdated packages. The following code actions are available in package.json files.

  1. Update all packages - This command will update all dependencies, devDependencies, peerDependencies and optionalDependencies in the package.json file.
  2. Update package - This command will update a single package to the latest version. This will show when a single package is selected.
  3. Update x packages - This command will update all the selected packages to the latest version. This will show when multiple packages are selected.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft