Checks the package-lock.json file for http:// links
check-package-lock can check if the package-lock.json file contain insecure http:// links
To check the package-lock.json file in the current folder:
npm install -g check-package-lock
check-package-lock
To check the package-lock.json file in another folder:
npm install -g check-package-lock
check-package-lock --folder 'nodefolder'
0 = No errors
1 = Errors were founds in the package-lock.json files
2 = package-lock.json was not found
3 = Folder specified does not exists
4 = Folder specified is not a folder
check-package-lock can be used in CI environments to check your package-lock.json file before merging a pull request