Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* ensure that all request settings are copied onto the agent (fix npm#7226)
* lazily instantiate agents
* properly handle retry failures on fetch
* allow overriding request's environment-based proxy handling
  • Loading branch information
othiym23 committed Jan 30, 2015
1 parent 589acb9 commit f9313a0
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 21 deletions.
3 changes: 3 additions & 0 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.

58 changes: 46 additions & 12 deletions node_modules/npm-registry-client/lib/initialize.js

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/lib/request.js

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

10 changes: 5 additions & 5 deletions node_modules/npm-registry-client/package.json

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

74 changes: 74 additions & 0 deletions node_modules/npm-registry-client/test/initialize.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"npm-cache-filename": "~1.0.1",
"npm-install-checks": "~1.0.5",
"npm-package-arg": "~2.1.3",
"npm-registry-client": "~6.0.4",
"npm-registry-client": "~6.0.7",
"npm-user-validate": "~0.1.1",
"npmlog": "~0.1.1",
"once": "~1.3.1",
Expand Down

0 comments on commit f9313a0

Please sign in to comment.