Module: Package::Audit::Const::Cmd
- Defined in:
- lib/package/audit/const/cmd.rb
Constant Summary collapse
- BUNDLE_AUDIT =
'bundle-audit check --update'
- BUNDLE_AUDIT_JSON =
'bundle-audit check --update --quiet --format json %s'
- NPM_AUDIT =
'npm audit'
- NPM_AUDIT_JSON =
'npm audit --json'
- YARN_AUDIT =
'yarn audit'
- YARN_AUDIT_JSON =
'yarn audit --json --cwd %s'