Comparing version 3.7.3 to 3.7.4
@@ -0,1 +1,7 @@ | ||
### 3.7.4 | ||
* Respect secureContext in options - **[@jkrems](https://github.com/jkrems)** [#95](https://github.com/groupon/gofer/pull/95) | ||
- [`f338444`](https://github.com/groupon/gofer/commit/f338444ed34771cde5898c976955812bbe85e338) **fix:** Respect secureContext in options | ||
### 3.7.3 | ||
@@ -2,0 +8,0 @@ |
@@ -232,2 +232,3 @@ /* | ||
// https: | ||
secureContext: options.secureContext, | ||
pfx: options.pfx, | ||
@@ -234,0 +235,0 @@ key: options.key, |
{ | ||
"name": "gofer", | ||
"version": "3.7.3", | ||
"version": "3.7.4", | ||
"description": "A general purpose service client library", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
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
67496
1311