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.4 to 2.3.5

4

CHANGELOG.md

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

2.3.5
-----
* fix silenced JSON parsing errors - @chkhoo #36
2.3.4

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

7

lib/json.js

@@ -40,5 +40,8 @@ // Generated by CoffeeScript 1.9.0

var data, err;
if (res == null) {
return {};
}
res[GOFER_PARSED] = true;
data = {
error: null
parseError: null
};

@@ -49,3 +52,3 @@ try {

err = _error;
data.error = err;
data.parseError = err;
data.body = str;

@@ -52,0 +55,0 @@ }

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