You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

launchdarkly-node-client-sdk

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launchdarkly-node-client-sdk - npm Package Compare versions

Comparing version
3.2.0
to
3.2.1
+11
-0
CHANGELOG.md

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

## [3.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.
- Upgraded to launchdarkly-eventsource version 2.0.2. This version contains performance improvements and logging improvements compared the the version that was in use.
## [3.1.0] - 2024-03-19

@@ -7,0 +18,0 @@ ### Changed:

+2
-2
{
"name": "launchdarkly-node-client-sdk",
"version": "3.2.0",
"version": "3.2.1",
"description": "LaunchDarkly Client-Side SDK for Node.js",

@@ -67,3 +67,3 @@ "author": "LaunchDarkly <team@launchdarkly.com>",

"dependencies": {
"launchdarkly-eventsource": "2.0.2",
"launchdarkly-eventsource": "2.0.3",
"launchdarkly-js-sdk-common": "5.2.0",

@@ -70,0 +70,0 @@ "node-localstorage": "^1.3.1"