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.3.6 to 2.3.7

4

CHANGELOG.md

@@ -0,1 +1,5 @@

2.3.7
-----
* dont send result immediately in case request is a synchronous call - @chkhoo #39
2.3.6

@@ -2,0 +6,0 @@ -----

5

lib/hub.js

@@ -124,3 +124,6 @@ // Generated by CoffeeScript 1.9.0

hub.emit('fetchError', logLine);
return sendResult(error, body);
process.nextTick(function() {
return sendResult(error, body);
});
return;
}

@@ -127,0 +130,0 @@ apiError = null;

{
"name": "gofer",
"version": "2.3.6",
"version": "2.3.7",
"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