You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ provided directly.
59
59
| option | values | default | description |
60
60
| :--- | :--- | :--- |:--- |
61
61
| reporter |`install`, `detail`, `json`, `quiet`|`install`| specify which output format you want to use |
62
-
|chalk |`Chalk` instance | required |a Chalk instance to use for colorizing strings. use `new chalk.Instance({ level: 0 })` for no colors|
62
+
|color |`true`, `false`|`false`| indicates if ANSI color escapes should be used to colorize the report|
63
63
| unicode |`true`, `false`|`true`| indicates if unicode characters should be used|
64
64
| indent | Number or String |`2`| indentation for `'json'` report|
65
65
| auditLevel | 'info', 'low', 'moderate', 'high', 'critical', 'none' |`low` (ie, exit 0 if only `info` advisories are found) | level of vulnerability that will trigger a non-zero exit code (set to 'none' to always exit with a 0 status code) |
0 commit comments