UNPKG

npm-compare-resolved

Version:

Compares packages versions in package.json to resolved versions in package-lock.json

27 lines (15 loc) 823 B
# 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](https://opensource.org/licenses/ISC) for more information.