
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
audit-check
Advanced tools
### Badges [](https://circleci.com/gh/lee5i3/audit-check) [](https://codecov.io/gh/lee5i3/audit
npm install -g audit-check
| Options | Description | Type | Default |
|---|---|---|---|
severity | Severity to ignore, will filter from the result and return the correct exit code | String | info |
json | Weither to return a JSON or Table | Boolean | false |
ignore-dev | Weither to ignore dev-dependencies | Boolean | false |
output | Path to save output to | String | |
whitelist | List of module names to ignore, comma-separated | String |
Outputs a JSON but excluding debug
audit-check --json --whitelist debug
Outputs a JSON but only showing high or greater severity
audit-check --severity high --json
Outputs a json to file with only low and higher severity, excludes debug and only from production dependencies
audit-check --severity low --whitelist debug --ignore-dev --output ./result.json
Outputs a table with only low and higher severity, excludes debug and only from production dependencies
audit-check --severity low --whitelist debug --ignore-dev
FAQs
### Badges [](https://circleci.com/gh/lee5i3/audit-check) [](https://codecov.io/gh/lee5i3/audit
We found that audit-check demonstrated a not healthy version release cadence and project activity because the last version was released 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.