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.48.1 to 0.48.2

9

index.js

@@ -12,7 +12,8 @@ var

keepAlive: true,
maxSockets: 124,
maxFreeSockets: 10,
freeSocketTimeout: 30000,
timeout: 60000,
// because node http server default timeout is 120 seconds, close socket before its timeout
freeSocketKeepAliveTimeout: 110000,
freeSocketTimeout: 110000,
// timeout of a request 5 minutes
timeout: 300e3
socketActiveTTL: 110000,
};

@@ -19,0 +20,0 @@

{
"name": "eh-api-client",
"version": "0.48.1",
"version": "0.48.2",
"description": "Node.js rest client",

@@ -27,6 +27,6 @@ "main": "index.js",

"eh-guid": "^0.2.0",
"mocha": "^2.4.5",
"should": "^6.0.3",
"sinon": "^1.15.4",
"mocha": "^2.4.5"
"sinon": "^1.15.4"
}
}
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