@azteam/http-client
Advanced tools
Comparing version 1.0.54 to 1.0.55
@@ -18,2 +18,4 @@ "use strict"; | ||
var _https = _interopRequireDefault(require("https")); | ||
var _agents = _interopRequireDefault(require("./agents")); | ||
@@ -34,2 +36,5 @@ | ||
}), | ||
httpsAgent: new _https.default.Agent({ | ||
keepAlive: true | ||
}), | ||
validateStatus: function (status) { | ||
@@ -36,0 +41,0 @@ return status >= 200 && status < 500; // default |
{ | ||
"name": "@azteam/http-client", | ||
"version": "1.0.54", | ||
"version": "1.0.55", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
Network access
Supply chain riskThis module accesses the network.
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
18100
313
2