Socket
Socket
Sign inDemoInstall

eh-api-client

Package Overview
Dependencies
54
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.47.6 to 0.48.0

5

index.js

@@ -13,3 +13,6 @@ var

// because node http server default timeout is 120 seconds, close socket before its timeout
freeSocketKeepAliveTimeout: 110000
freeSocketKeepAliveTimeout: 110000,
freeSocketTimeout: 110000,
// timeout of a request 5 minutes
timeout: 300e3
};

@@ -16,0 +19,0 @@

4

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

@@ -19,3 +19,3 @@ "main": "index.js",

"dependencies": {
"agentkeepalive": "^3.3.0",
"agentkeepalive": "^4.2.1",
"lodash": "^3.9.3",

@@ -22,0 +22,0 @@ "nodeify": "^1.0.1",

@@ -7,4 +7,3 @@ var

async = require("async"),
URL = require("url"),
Promise = require("bluebird");
URL = require("url")

@@ -11,0 +10,0 @@ var SERVER_PORT = 8591;

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