🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

audit-check

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audit-check

### Badges [![Build Status](https://circleci.com/gh/lee5i3/audit-check.svg?style=shield)](https://circleci.com/gh/lee5i3/audit-check) [![codecov](https://codecov.io/gh/lee5i3/audit-check/branch/master/graph/badge.svg)](https://codecov.io/gh/lee5i3/audit

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

audit-check

Badges

Build Status codecov Known Vulnerabilities Quality Gate Status Codacy Badge

Install

npm install -g audit-check

Common Configuration Options

OptionsDescriptionTypeDefault
severitySeverity to ignore, will filter from the result and return the correct exit codeStringinfo
jsonWeither to return a JSON or TableBooleanfalse
ignore-devWeither to ignore dev-dependenciesBooleanfalse
outputPath to save output toString
whitelistList of module names to ignore, comma-separatedString

Examples

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

Package last updated on 30 Mar 2021

Did you know?

Socket

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.

Install

Related posts