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 2.7.2 to 2.8.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 2.8.0
* enable gzip support by default - **[@dbushong](https://github.com/dbushong)** [#88](https://github.com/groupon/gofer/pull/88)
- [`54168fe`](https://github.com/groupon/gofer/commit/54168fe4080580bdbcc88b5bff1004222b0aecc6) **feat:** enable gzip support by default
### 2.7.2

@@ -2,0 +8,0 @@

3

lib/hub.js

@@ -121,2 +121,5 @@

connectTimeoutInterval = checkTimeout((ref4 = options.connectTimeout) != null ? ref4 : Hub.connectTimeout);
if (options.gzip == null) {
options.gzip = true;
}
if (options.headers == null) {

@@ -123,0 +126,0 @@ options.headers = {};

2

package.json
{
"name": "gofer",
"version": "2.7.2",
"version": "2.8.0",
"description": "A general purpose service client library for node.js",

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