Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2018-04-20 13:32:06 +0300
committerKat Marchán <kzm@zkat.tech>2018-04-21 00:05:28 +0300
commit8e713344f6e0828ddfb7733df20d75e95a5382d8 (patch)
tree4bc6f832e6f727b4373bcab24fee28fb1b826512 /doc/misc/npm-config.md
parentbe393a290a5207dc75d3d70a32973afb3322306c (diff)
audit: Add docs
PR-URL: https://github.com/npm/npm/pull/20389 Credit: @iarna Reviewed-By: @zkat
Diffstat (limited to 'doc/misc/npm-config.md')
-rw-r--r--doc/misc/npm-config.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index 8ff052bc9..a82c8ee22 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -155,6 +155,15 @@ even for `GET` requests.
When "dev" or "development" and running local `npm shrinkwrap`,
`npm outdated`, or `npm update`, is an alias for `--dev`.
+### audit
+
+* Default: true
+* Type: Boolean
+
+When "true" submit audit reports alongside `npm install` runs to the default
+registry and all registries configured for scopes. See the documentation
+for npm-audit(1) for details on what is submitted.
+
### auth-type
* Default: `'legacy'`