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

launchdarkly-js-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launchdarkly-js-sdk-common - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Change log

## [4.3.2] - 2022-10-20
### Added:
- Implemented `jitter` and `backoff` for streaming connections. When a connection fails the retry will start at the `streamReconnectDelay` and will double on each unsuccessful consecutive connection attempt (`backoff`) to a max of 30 seconds. The delay will be adjusted from 50%-100% of the calculated delay to prevent many clients from attempting to reconnect at the same time (`jitter`).
### Changed:
- Removed usage of `flatMap`. (Thanks [@mateuszsikora](https://github.com/launchdarkly/js-sdk-common/pull/77))
## [4.3.1] - 2022-10-17

@@ -7,0 +14,0 @@ ### Fixed:

2

package.json
{
"name": "launchdarkly-js-sdk-common",
"version": "4.3.2",
"version": "4.3.3",
"description": "LaunchDarkly SDK for JavaScript - common code",

@@ -5,0 +5,0 @@ "author": "LaunchDarkly <team@launchdarkly.com>",

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

const { messages } = require('.');
const messages = require('./messages');
const SafeInspector = require('./SafeInspector');

@@ -3,0 +3,0 @@ const { onNextTick } = require('./utils');

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

const { messages } = require('.');
const messages = require('./messages');

@@ -3,0 +3,0 @@ /**

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