You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

launchdarkly-js-client-sdk

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launchdarkly-js-client-sdk - npm Package Versions

1345
8

3.6.0-beta.1

Diff
l
launchdarkly
published 3.6.0-beta.1 •
l
launchdarkly
published 3.5.0 •

Changelog

Source

3.5.0 (2024-10-18)

Features

  • Add support for client-side prerequisite events. (#306) (fe51da0)
l
launchdarkly
published 3.4.0 •

Changelog

Source

[3.4.0] - 2024-06-20

Changed:

  • Updated to launchdarkly-js-sdk-common 5.3.0 which supports synchronous inspectors.
l
launchdarkly
published 3.3.0 •

Changelog

Source

[3.3.0] - 2024-05-01

Added:

  • Added an optional timeout to the waitForInitialization method. When a timeout is specified the returned promise will be rejected after the timeout elapses if the client has not finished initializing within that time. When no timeout is specified the returned promise will not be resolved or rejected until the initialization either completes or fails.

Changed:

  • The track method now validates that the provided metricValue is a number. If a metric value is provided, and it is not a number, then a warning will be logged.

Fixed:

  • Fixed the documentation for evaluationReasons for the identify method.
l
launchdarkly
published 3.2.0 •

Changelog

Source

[3.2.0] - 2024-03-19

Changed:

  • Redact anonymous attributes within feature events
  • Always inline contexts for feature events
l
launchdarkly
published 3.1.4 •

Changelog

Source

[3.1.4] - 2023-09-06

Fixed:

  • #283 Catch xhr errors on page close and ignore them to reduce noise.
l
launchdarkly
published 3.1.3 •

Changelog

Source

[3.1.3] - 2023-04-12

Fixed:

  • Fixed an issue that was preventing page view/click events from being sent. (Thanks, seanr-cardless!)
l
launchdarkly
published 3.1.2 •

Changelog

Source

[3.1.2] - 2023-03-21

Changed:

  • Update LDContext to allow for key to be optional. This is used when making an anonymous context with a generated key.
l
launchdarkly
published 3.1.1 •

Changelog

Source

[3.1.1] - 2023-02-15

Changed:

  • Upgrade to js-sdk-common version 5.0.2. This removes usage of optional chaining (?.) to allow for use with older transpilers.
l
launchdarkly
published 3.1.0 •

Changelog

Source

[3.1.0] - 2023-01-18

Changed:

  • Changed event flushing on page close to be based on page visibility. This should increase compatibility with the bfcache.
  • Updated launchdarkly-js-sdk-common to version 5.0.1 for improved documentation generation.