npm-compare-resolved
v1.0.1
Published
Compares packages versions in package.json to resolved versions in package-lock.json
Downloads
1
Readme
npm-compare-resolved
npm-compare-resolved is a simple command-line utility that allows you to compare the versions of packages listed in package.json
to the resolved versions listed in package-lock.json
.
Installation
You can install npm-compare-resolved globally using npm:
npm install -g npm-compare-resolved
Usage
To use npm-compare-resolved, simply navigate to your project directory in the terminal and run the following command:
npm-compare-resolved
This will compare the versions of packages listed in package.json
to the resolved versions listed in package-lock.json
and display the results in the console.
License
npm-compare-resolved is licensed under the ISC License. See LICENSE for more information.