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

eh-api-client

Package Overview
Dependencies
Maintainers
2
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.46.2 to 0.46.3

2

lib/client.js

@@ -27,3 +27,3 @@ var

Error.captureStackTrace(error, buildError)
error.stack = '(' + res.request.method + ' ' + res.request.uri.href + ') ' + error.stack
error.stack = '(' + res.request.method + ' ' + res.request.uri.href + ') ' + res.statusCode + ' ' + error.name + ' ' + error.stack
if(typeof data === "object") {

@@ -30,0 +30,0 @@ for(var k in data) {

{
"name": "eh-api-client",
"version": "0.46.2",
"version": "0.46.3",
"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