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.
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.
Commands
This extension contributes the following commands: