New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unleash-client

Package Overview
Dependencies
Maintainers
4
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unleash-client - npm Package Compare versions

Comparing version 3.3.5 to 3.3.6

5

CHANGELOG.md
# Changelog
# 3.3.6
- fix: upgrade request to version 2.88.2
- fix: add keepAlive options to request.
# 3.3.5

@@ -4,0 +9,0 @@

2

lib/details.json

@@ -1,1 +0,1 @@

{ "name": "unleash-client-node", "version": "3.3.5", "sdkVersion": "unleash-client-node:3.3.5" }
{ "name": "unleash-client-node", "version": "3.3.6", "sdkVersion": "unleash-client-node:3.3.6" }

@@ -9,2 +9,7 @@ "use strict";

timeout: timeout || 10000,
agentOptions: {
keepAlive: true,
keepAliveMsecs: 30 * 1000,
timeout: timeout || 10 * 1000,
},
headers: Object.assign({

@@ -24,2 +29,7 @@ 'UNLEASH-APPNAME': appName,

timeout: timeout || 10000,
agentOptions: {
keepAlive: true,
keepAliveMsecs: 30 * 1000,
timeout: timeout || 10 * 1000,
},
headers: Object.assign({

@@ -26,0 +36,0 @@ 'UNLEASH-APPNAME': appName,

{
"name": "unleash-client",
"version": "3.3.5",
"version": "3.3.6",
"description": "Unleash Client for Node",

@@ -34,3 +34,3 @@ "license": "Apache-2.0",

"murmurhash3js": "^3.0.1",
"request": "^2.88.0"
"request": "^2.88.2"
},

@@ -37,0 +37,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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