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

gofer

Package Overview
Dependencies
Maintainers
3
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.4.0 to 2.4.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

2.4.1
-----
* Never pass baseUrl to request - @jkrems
https://github.com/groupon/gofer/pull/42
2.4.0

@@ -2,0 +7,0 @@ -----

3

lib/gofer.js

@@ -219,2 +219,5 @@ // Generated by CoffeeScript 1.9.0

});
if (options.baseUrl) {
delete options.baseUrl;
}
if (typeof cb === 'function') {

@@ -221,0 +224,0 @@ return this.hub.fetch(options, function(error, body, response, responseData) {

2

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

@@ -5,0 +5,0 @@ "main": "lib/gofer.js",

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