better-npm-audit
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -1,2 +0,2 @@ | ||
## 1.10.0 (June 7, 2021) | ||
## 1.10.1 (June 7, 2021) | ||
@@ -3,0 +3,0 @@ * Updated `--full` flag logging from `[full log mode enabled]` to `[report display limit disabled]` |
@@ -144,4 +144,7 @@ #!/usr/bin/env node | ||
if (options && options.displayNotes && filteredExceptions.length) { | ||
console.info(''); // Add some spacings | ||
console.info('Exceptions notes:'); | ||
console.info(''); | ||
filteredExceptions.forEach(({ id, reason }) => console.info(`${id}: ${reason || 'n/a'}`)); | ||
console.info(''); | ||
} | ||
@@ -148,0 +151,0 @@ if (options && options.level) { |
{ | ||
"name": "better-npm-audit", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"author": "Jee Mok <jee.ict@hotmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Made to allow skipping certain vulnerabilities, and any extra handling that are not supported by the default npm audit in the future.", |
@@ -72,8 +72,9 @@ # Better NPM Audit | ||
| Flag | Short | Description | | ||
| -------------- | ----- | ----------------------------------------------------------------------------------------------------------------------------- | | ||
| `--level` | `-l` | Same as the original `--audit-level` flag | | ||
| `--production` | `-p` | Skip checking `devDependencies` | | ||
| `--ignore` | `-i` | For skipping certain advisories | | ||
| `--full` | `-f` | Display full audit report. There is a character limit set to the audit report to prevent overwhelming details to the console. | | ||
| Flag | Short | Description | | ||
| ----------------- | ----- | ----------------------------------------------------------------------------------------------------------------------------- | | ||
| `--level` | `-l` | Same as the original `--audit-level` flag | | ||
| `--production` | `-p` | Skip checking `devDependencies` | | ||
| `--ignore` | `-i` | For skipping certain advisories | | ||
| `--full` | `-f` | Display full audit report. There is a character limit set to the audit report to prevent overwhelming details to the console. | | ||
| `--display-notes` | `-d` | Display the reasons of matched exceptions from `.nsprc` file. | | ||
@@ -80,0 +81,0 @@ --- |
242652
3110
226