1.10.0 • Published 2 years ago

check-package-lock v1.10.0

Weekly downloads
84
License
MIT
Repository
github
Last release
2 years ago

check-package-lock

Checks the package-lock.json file for http:// links

What does it do?

check-package-lock can check if the package-lock.json file contain insecure http:// links

Usage

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'

Exit codes

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

Continuous Integration

check-package-lock can be used in CI environments to check your package-lock.json file before merging a pull request

Badges

CircleCI

codecov

StyleCI

Known Vulnerabilities

Total alerts

CodeFactor

DeepScan grade

1.10.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago