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

eh-api-client

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eh-api-client - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

4

index.js

@@ -11,3 +11,3 @@ var

}
error.httpCode = res.statusCode;
error.httpStatus = res.statusCode;
return error;

@@ -93,3 +93,3 @@ }

if(res.statusCode < 200 || res.statusCode >= 300) {
return cb(buildError(res, data));
return cb(buildError(res, data), null, res);
}

@@ -96,0 +96,0 @@ cb(null, data, res);

{
"name": "eh-api-client",
"version": "0.7.0",
"version": "0.7.1",
"description": "Node.js rest client",

@@ -5,0 +5,0 @@ "main": "index.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