Socket
Socket
Sign inDemoInstall

eh-api-client

Package Overview
Dependencies
49
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.26.1 to 0.26.2

2

lib/client.js

@@ -248,3 +248,3 @@ var

if (!err) return resolve(true);
if (res.statusCode == 404) return resolve(false);
if (res && res.statusCode == 404) return resolve(false);
reject(err);

@@ -251,0 +251,0 @@ })

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