@a2f0/check-for-unpinned-dependencies
v1.0.4
Published
Prevent unpinned dependencies in package.json and package-lock.json.
Readme
check-for-unpinned-dependencies
Checks the dependencies and devDependencies of package.json and package-lock.json for dependencies with unpinned versions, and returns a non-zero exit status of any are identified.
Note: dependencies with the git URLs are not checked.
Usage
npm i @a2f0/check-for-unpinned-dependencies --save-dev
npx check-for-unpinned-dependencies