improved-yarn-audit
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "improved-yarn-audit", | ||
"description": "A wrapper around yarn audit that fixes many issues", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -71,2 +71,14 @@ # improved-yarn-audit | ||
## Maintaining Advisory Exclusions | ||
Over time as you bump package versions, exclusions may become redundant as those advisories are no longer present in your dependencies. | ||
If you want to fail the audit check when exclusions are missing from the Yarn audit output use the `--fail-on-missing-exclusions` flag. | ||
``` | ||
yarn run improved-yarn-audit --fail-on-missing-exclusions | ||
``` | ||
The exit code will be the total number of missing exclusions detected. | ||
## Ignore All Dev Advisories | ||
@@ -73,0 +85,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19945
102