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-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
94
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

1345
10

5.5.0-beta.5

Diff
l
launchdarkly
published 5.5.0-beta.5 •
l
launchdarkly
published 5.5.0-beta.4 •
l
launchdarkly
published 5.5.0-beta.3 •
l
launchdarkly
published 5.5.0-beta.2 •
l
launchdarkly
published 5.5.0-beta.1 •
l
launchdarkly
published 5.4.0 •

Changelog

Source

5.4.0 (2024-10-18)

Features

  • Add support for client-side prerequisite events. (#112) (9d1708b)
l
launchdarkly
published 5.3.0 •

Changelog

Source

5.3.0 (2024-06-18)

Features

l
launchdarkly
published 5.2.0 •

Changelog

Source

[5.2.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 5.1.0 •

Changelog

Source

[5.1.0] - 2024-03-19

Changed:

  • Redact anonymous attributes within feature events
  • Always inline contexts for feature events

Fixed:

  • Pin dev version of node to compatible types.

Removed:

  • HTTP fallback ping
l
launchdarkly
published 5.0.3 •

Changelog

Source

[5.0.3] - 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.