
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
check-package-lock
Advanced tools
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
FAQs
Checks the package-lock.json file for insecure http:// links
The npm package check-package-lock receives a total of 1,194 weekly downloads. As such, check-package-lock popularity was classified as popular.
We found that check-package-lock demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.