Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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: npm/npm-registry-client#139
Fixes: #14626
Credit: @iarna

Add support for sending anonymous cli metrics.

PR-URL: npm/npm-registry-client#148

Fix support for sending anonymous cli metrics.

Credit: @sisidovski
PR-URL: npm/npm-registry-client#147
  • Loading branch information
iarna committed Dec 9, 2016
1 parent 4d0473c commit 87afc8b
Show file tree
Hide file tree
Showing 107 changed files with 272 additions and 6,238 deletions.
4 changes: 2 additions & 2 deletions node_modules/npm-registry-client/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion node_modules/npm-registry-client/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions node_modules/npm-registry-client/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion node_modules/npm-registry-client/lib/adduser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions node_modules/npm-registry-client/lib/fetch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 19 additions & 17 deletions node_modules/npm-registry-client/lib/request.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions node_modules/npm-registry-client/lib/send-anonymous-CLI-metrics.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 0 additions & 36 deletions node_modules/npm-registry-client/node_modules/npmlog/CHANGELOG.md

This file was deleted.

15 changes: 0 additions & 15 deletions node_modules/npm-registry-client/node_modules/npmlog/LICENSE

This file was deleted.

Loading

0 comments on commit 87afc8b

Please sign in to comment.