Skip to content

aube audit

  • Usage: aube audit [FLAGS]

Check installed packages against the registry advisory DB

Flags

--audit-level <AUDIT_LEVEL>

Only print advisories at or above this severity. One of: low, moderate, high, critical. Default: low

Choices:

  • low
  • moderate
  • high
  • critical

Default: low

-D --dev

Only audit devDependencies

--ignore-registry-errors

Use exit code 0 if the registry responds with an error. Useful when audit checks run in CI and the registry has a hiccup

--json

Emit the report as JSON (pnpm-compatible shape) instead of a table

--no-optional

Skip optionalDependencies

-P --prod

Only audit dependencies and optionalDependencies

Released under the MIT License.