Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unleash-client

Package Overview
Dependencies
Maintainers
3
Versions
128
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 6.3.0 to 6.3.1

2

lib/details.json

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

{ "name": "unleash-client-node", "version": "6.3.0", "sdkVersion": "unleash-client-node:6.3.0" }
{ "name": "unleash-client-node", "version": "6.3.1", "sdkVersion": "unleash-client-node:6.3.1" }

@@ -20,2 +20,3 @@ "use strict";

const launchdarkly_eventsource_1 = require("launchdarkly-eventsource");
const request_1 = require("./request");
const BACKUP_PATH = (0, os_1.tmpdir)();

@@ -69,3 +70,3 @@ class Unleash extends events_1.EventEmitter {

? new launchdarkly_eventsource_1.EventSource((0, url_utils_1.resolveUrl)(unleashUrl, './client/streaming'), {
headers: customHeaders,
headers: (0, request_1.buildHeaders)(appName, instanceId, undefined, undefined, customHeaders, repository_1.SUPPORTED_SPEC_VERSION),
readTimeoutMillis: 60000, // start a new SSE connection when no heartbeat received in 1 minute

@@ -72,0 +73,0 @@ initialRetryDelayMillis: 2000,

{
"name": "unleash-client",
"version": "6.3.0",
"version": "6.3.1",
"description": "Unleash Client for Node",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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