1.1.0 • Published 4 years ago

package-lock-check v1.1.0

Weekly downloads
467
License
MIT
Repository
github
Last release
4 years ago

package-lock-check

Check if package lock is up to date with package.json

install

npm i package-lock-check

or to execute directly

npx package-lock-check

run

package-lock-check [path]

path is optional, default ./

result

Will check if the package-lock.json file is in sync with the package.json dependencies. Exists with 0 if everything is ok Exists with 1 if it's out of sync and prints the issues

npm.io

1.1.0

4 years ago

1.0.0

4 years ago