Comparing version 1.1.0 to 1.1.1
@@ -27,2 +27,6 @@ 'use strict'; | ||
var _proxyUtil = require('./proxy-util'); | ||
var _proxyUtil2 = _interopRequireDefault(_proxyUtil); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -150,2 +154,3 @@ | ||
this.body = undefined; | ||
if (_proxyUtil2.default.usingProxy) this.agent = _proxyUtil2.default.agent(u); | ||
} | ||
@@ -152,0 +157,0 @@ |
{ | ||
"name": "http-call", | ||
"description": "make http requests", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -50,3 +50,2 @@ "bugs": "https://github.com/dickeyxxx/http-call/issues", | ||
"test": "jest && flow && standard", | ||
"version": "npm run doc && git add README.md", | ||
"watch": "babel --watch src -d lib --ignore '*.test.js'" | ||
@@ -67,3 +66,6 @@ }, | ||
] | ||
}, | ||
"dependencies": { | ||
"tunnel-agent": "^0.6.0" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
39445
15
570
1
12
8
+ Addedtunnel-agent@^0.6.0
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedtunnel-agent@0.6.0(transitive)