launchdarkly-node-client-sdk
Advanced tools
+11
-0
@@ -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" |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
84893
0.98%+ Added
- Removed