make-fetch-happen
Advanced tools
Comparing version 8.0.12 to 8.0.13
@@ -288,2 +288,6 @@ 'use strict' | ||
timeout: opts.timeout, | ||
ca: opts.ca, | ||
cert: opts.cert, | ||
key: opts.key, | ||
rejectUnauthorized: opts.strictSSL, | ||
} | ||
@@ -290,0 +294,0 @@ |
{ | ||
"name": "make-fetch-happen", | ||
"version": "8.0.12", | ||
"version": "8.0.13", | ||
"description": "Opinionated, caching, retrying fetch client", | ||
@@ -5,0 +5,0 @@ "main": "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
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
74091
910