Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gofer

Package Overview
Dependencies
Maintainers
4
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gofer - npm Package Compare versions

Comparing version 3.7.3 to 3.7.4

6

CHANGELOG.md

@@ -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 @@

1

lib/fetch.js

@@ -232,2 +232,3 @@ /*

// https:
secureContext: options.secureContext,
pfx: options.pfx,

@@ -234,0 +235,0 @@ key: options.key,

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc