Comparing version 9.0.2 to 9.0.3
@@ -368,4 +368,2 @@ // Licensed under the Apache License, Version 2.0 (the 'License'); you may not | ||
} | ||
req.httpAgent = cfg.requestDefaults.agent || defaultHttpAgent | ||
req.httpsAgent = cfg.requestDefaults.agent || defaultHttpsAgent | ||
@@ -381,2 +379,6 @@ // scrub and log | ||
// add http agents | ||
req.httpAgent = cfg.requestDefaults.agent || defaultHttpAgent | ||
req.httpsAgent = cfg.requestDefaults.agent || defaultHttpsAgent | ||
// actually do the HTTP request | ||
@@ -383,0 +385,0 @@ if (opts.stream) { |
@@ -7,3 +7,3 @@ { | ||
"repository": "http://github.com/apache/couchdb-nano", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"author": "Apache CouchDB <dev@couchdb.apache.org> (http://couchdb.apache.org)", | ||
@@ -21,2 +21,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/tough-cookie": "^4.0.0", | ||
"axios": "^0.21.1", | ||
@@ -23,0 +24,0 @@ "axios-cookiejar-support": "^1.0.1", |
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
173485
2890
5
+ Added@types/tough-cookie@^4.0.0