uber-archive/npm-shrinkwrap

Option to validate that `npm shrinkwrap` has been ran

ljharb opened this issue · 0 comments

(may relate to #35)

I'd like a command to run that will exit with 1 when npm-shrinkwrap would generate a diff in npm-shrinkwrap.json, otherwise 0 - with no side effects.

How difficult would this be to implement?