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.5 to 2.3.6

.agignore

4

CHANGELOG.md

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

2.3.6
-----
* fix JSON.stringify bad error object - @chkhoo #38
2.3.5

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

3

lib/hub.js

@@ -118,5 +118,6 @@ // Generated by CoffeeScript 1.9.0

if (error != null) {
logLine.code = error.code;
logLine.message = error.message;
logLine.syscall = error.syscall;
logLine.statusCode = error.code;
logLine.error = error;
debug('<- %s', error.code, uri);

@@ -123,0 +124,0 @@ hub.emit('fetchError', logLine);

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