Socket
Socket
Sign inDemoInstall

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.16.0 to 0.17.0

3

lib/client.js

@@ -97,3 +97,4 @@ var

qs: (options.qs ? _.clone(options.qs) : {}),
headers: {}
headers: {},
formData: (options.formData ? options.formData: null)
};

@@ -100,0 +101,0 @@ if(body && !body._read) {

{
"name": "eh-api-client",
"version": "0.16.0",
"version": "0.17.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc