Comparing version 2.1.3 to 2.1.4
@@ -197,3 +197,6 @@ 'use strict'; | ||
this.body = undefined; | ||
if (_proxy2.default.usingProxy) this.agent = _proxy2.default.agent(u); | ||
if (_proxy2.default.usingProxy) { | ||
this.agent = _proxy2.default.agent(u); | ||
debug('proxy: %j', this.agent.options); | ||
} | ||
} | ||
@@ -200,0 +203,0 @@ |
{ | ||
"name": "http-call", | ||
"description": "make http requests", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
"bugs": "https://github.com/dickeyxxx/http-call/issues", | ||
"dependencies": { | ||
"debug": "^2.6.8", | ||
"debug": "^3.0.0", | ||
"is-retry-allowed": "^1.1.0", | ||
@@ -21,11 +21,11 @@ "is-stream": "^1.1.0", | ||
"babel-plugin-transform-flow-strip-types": "6.22.0", | ||
"flow-bin": "0.47.0", | ||
"flow-copy-source": "1.1.0", | ||
"flow-typed": "2.1.2", | ||
"flow-bin": "^0.52.0", | ||
"flow-copy-source": "^1.2.0", | ||
"flow-typed": "^2.1.5", | ||
"jest": "20.0.4", | ||
"jsdoc-babel": "0.3.0", | ||
"jsdoc-to-markdown": "3.0.0", | ||
"nock": "9.0.13", | ||
"nock": "^9.0.14", | ||
"rimraf": "^2.6.1", | ||
"standard": "10.0.2" | ||
"standard": "^10.0.3" | ||
}, | ||
@@ -32,0 +32,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22968
335
+ Addeddebug@3.2.7(transitive)
+ Addedms@2.1.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedms@2.0.0(transitive)
Updateddebug@^3.0.0