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>2016-12-09 03:04:29 +0300
committerRebecca Turner <me@re-becca.org>2016-12-09 03:28:33 +0300
commit87afc8b466f553fb49746c932c259173de48d0a4 (patch)
treea5299ead8dc9ce9f63d5ec8f04e2326c33a5f0e0 /package.json
parent4d0473c12e1f1448f3ca28f157c9023e2682df9d (diff)
npm-registry-client@7.4.5
Fix a bug in fetch where errors on the request object that came after the response object had been emitted could result in duplicate callbacks and suppressed error conditions. Ultimately this translates to fixing shasum mismatches in `npm` when they were associated with an `ECONNRESET` or other network error. PR-URL: https://github.com/npm/npm-registry-client/pull/139 Fixes: #14626 Credit: @iarna Add support for sending anonymous cli metrics. PR-URL: https://github.com/npm/npm-registry-client/pull/148 Fix support for sending anonymous cli metrics. Credit: @sisidovski PR-URL: https://github.com/npm/npm-registry-client/pull/147
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index bc799f360..c5c88f356 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "~3.0.0",
"npm-package-arg": "~4.2.0",
- "npm-registry-client": "~7.3.0",
+ "npm-registry-client": "~7.4.5",
"npm-user-validate": "~0.1.5",
"npmlog": "~4.0.1",
"once": "~1.4.0",