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:
authorisaacs <i@izs.me>2020-05-05 02:10:27 +0300
committerisaacs <i@izs.me>2020-05-08 04:19:16 +0300
commit873665e2c7f400c5de1962135f2510acc304b599 (patch)
treed3d6aa1f9dff7e79cce24be038c651dca8d03bd2 /node_modules/npm-audit-report
parente1943aca67223a657557705ecb192bdabb471a47 (diff)
update arborist, dedupe pacote/make-fetch-happen
Diffstat (limited to 'node_modules/npm-audit-report')
-rw-r--r--node_modules/npm-audit-report/lib/reporters/install.js2
-rw-r--r--node_modules/npm-audit-report/package.json10
2 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/npm-audit-report/lib/reporters/install.js b/node_modules/npm-audit-report/lib/reporters/install.js
index d6e550811..fe53be3ad 100644
--- a/node_modules/npm-audit-report/lib/reporters/install.js
+++ b/node_modules/npm-audit-report/lib/reporters/install.js
@@ -65,7 +65,7 @@ const calculate = (data, { color }) => {
const summary = output.join('\n')
return {
summary,
- report: someUnfixable ? `${summary}\n\nRun \`npm audit\` for details.`
+ report: vulnCount > 0 ? `${summary}\n\nRun \`npm audit\` for details.`
: summary
}
}
diff --git a/node_modules/npm-audit-report/package.json b/node_modules/npm-audit-report/package.json
index 44c0b0766..a892d58ad 100644
--- a/node_modules/npm-audit-report/package.json
+++ b/node_modules/npm-audit-report/package.json
@@ -1,8 +1,8 @@
{
"_from": "npm-audit-report@latest",
- "_id": "npm-audit-report@2.1.0",
+ "_id": "npm-audit-report@2.1.1",
"_inBundle": false,
- "_integrity": "sha512-B//Y081ynRACtTOdIKQaThQpCHq81uCyIUJwpG2g6LJJi7ZkuyZtC3jwdc4qC3ECplh00mIgExHja20ZCWHmVw==",
+ "_integrity": "sha512-jsY0czR37RgPc7VDlaA5PvBDKluI9nXsBizhYloQVvkYWidjyazUafkSNQPapQE2keRpRpeMvHxYV5B7MVdorQ==",
"_location": "/npm-audit-report",
"_phantomChildren": {
"@types/color-name": "1.1.1"
@@ -21,8 +21,8 @@
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-2.1.0.tgz",
- "_shasum": "e90e4000888baaf0cdeb011982e82f3e12595348",
+ "_resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-2.1.1.tgz",
+ "_shasum": "8f4fec96efa3ff2521c47da563e10a753be1064e",
"_spec": "npm-audit-report@latest",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
@@ -78,5 +78,5 @@
"check-coverage": true,
"coverage-map": "map.js"
},
- "version": "2.1.0"
+ "version": "2.1.1"
}