Socket
Socket
Sign inDemoInstall

eh-api-client

Package Overview
Dependencies
52
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.35.0 to 0.36.0

6

lib/client.js

@@ -216,3 +216,7 @@ var

}
resolve(data);
let dataToResolve = data
if(options.details) {
dataToResolve = {data, req: _req, res: _res}
}
resolve(dataToResolve);
});

@@ -219,0 +223,0 @@ });

2

package.json
{
"name": "eh-api-client",
"version": "0.35.0",
"version": "0.36.0",
"description": "Node.js rest client",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc