Skip to content

Verify that node_modules contents match package-lock.json

License

Notifications You must be signed in to change notification settings

fuzzykiller/verify-node-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verify-node-modules

Perform a cursory check of node_modules to verify everything specified in package-lock.json is present.

Initial version is written in C# for .NET Framework/Core.

⚠️ Outdated

This project was built quite some time ago and not really updated since. In the meantime, the package-lock.json format has evolved. This means the program(s) may either crash or, worse, produce false positives/negatives. The programs in this repository should no longer be used as-is.

Futhermore, changes to npm make npm install a sane command again. On the other hand, npm ci is not sane at all and should IMHO not be used at all.

About

Verify that node_modules contents match package-lock.json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published