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 Versions

1
8

4.0.1

Diff

Changelog

Source

[4.0.1] - 2022-01-21

Changed:

  • This package is now published as a regular Node module. Previously, it was published as minified bundles created by Rollup. There was no need for this since Rollup is only needed for web code, and the js-client-sdk build already runs Rollup to embed the js-sdk-common code. Using Rollup caused the platform-dependent behavior of uuid to fail because the code for only one platform (browser or Node) was embedded.
launchdarkly
published 4.0.0 •

Changelog

Source

[4.0.0] - 2022-01-14

Changed:

  • Updated uuid package to 8.x.
  • In TypeScript, the property LDEvaluationDetail.reason is now nullable, which correctly reflects the fact that evaluation reasons may not always be available.

Removed:

  • Removed the type NonNullableLDEvaluationReason, which was a side effect of the LDEvaluationDetail.reason being incorrectly defined before.
  • Removed all types, properties, and functions that were deprecated as of the last 3.x release.
launchdarkly
published 3.5.0 •

Changelog

Source

[3.5.0] - 2022-01-14

Added:

  • New configurable logger factory commonBasicLogger and BasicLoggerOptions. The commonBasicLogger method is not intended to be exported directly in the SDKs, but wrapped to provide platform-specific behavior.

Fixed:

  • Any exceptions thrown by the platform-specific local storage implementation (for instance, if we are in a browser and window.localstorage is available but disabled) are now consistently caught, and will only be logged the first time to avoid repetitive logging.
launchdarkly
published 3.4.0 •

Changelog

Source

[3.4.0] - 2021-10-15

Added:

  • Added LDOptionsBase.requestHeaderTransform allowing custom headers to be added to all requests.
launchdarkly
published 3.4.0-alpha.2 •

launchdarkly
published 3.3.4 •

Changelog

Source

[3.3.4] - 2021-10-15

Fixed:

  • Reverted change to uuid dependency while working on some compatibility issues.
launchdarkly
published 3.4.0-alpha.1 •

launchdarkly
published 3.3.3 •

Changelog

Source

[3.3.3] - 2021-08-23

Fixed:

  • Updated uuid dependency to 8.x to remove deprecated usage. (#46)
launchdarkly
published 3.3.2 •

Changelog

Source

[3.3.2] - 2021-06-07

Fixed:

  • Events for the LaunchDarkly debugger are now properly pre-processed to omit private user attributes, as well as enforce only expected top level attributes are sent.
  • Events for the LaunchDarkly debugger now include the index of the variation responsible for the evaluation result.
launchdarkly
published 3.3.1 •

Changelog

Source

[3.3.1] - 2021-04-01

Fixed:

  • The property LDOptionsBase.inlineUsersInEvents was not included in the TypeScript definitions.
  • Fixed an outdated documentation link (thanks, sinchang!)
  • Fixed a documentation typo (thanks, Doesntmeananything!)
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