launchdarkly-node-client-sdk
Advanced tools
| name: 'Close stale issues and PRs' | ||
| on: | ||
| workflow_dispatch: | ||
| schedule: | ||
| # Happen once per day at 1:30 AM | ||
| - cron: '30 1 * * *' | ||
| jobs: | ||
| sdk-close-stale: | ||
| uses: launchdarkly/gh-actions/.github/workflows/sdk-stale.yml@main |
Sorry, the diff of this file is not supported yet
| # Reporting and Fixing Security Issues | ||
| Please report all security issues to the LaunchDarkly security team by submitting a bug bounty report to our [HackerOne program](https://hackerone.com/launchdarkly?type=team). LaunchDarkly will triage and address all valid security issues following the response targets defined in our program policy. Valid security issues may be eligible for a bounty. | ||
| Please do not open issues or pull requests for security issues. This makes the problem immediately visible to everyone, including potentially malicious actors. |
+4
-4
@@ -5,2 +5,6 @@ # Change log | ||
| ## [3.0.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. | ||
| ## [3.0.1] - 2023-02-15 | ||
@@ -13,6 +17,2 @@ ### Changed: | ||
| This feature is only available to members of LaunchDarkly's Early Access Program (EAP). If you're in the EAP, you can use contexts by updating your SDK to the latest version and, if applicable, updating your Relay Proxy. Outdated SDK versions do not support contexts, and will cause unpredictable flag evaluation behavior. | ||
| If you are not in the EAP, only use single contexts of kind "user", or continue to use the user type if available. If you try to create contexts, the context will be sent to LaunchDarkly, but any data not related to the user object will be ignored. | ||
| For detailed information about this version, please refer to the list below. For information on how to upgrade from the previous version, please read the [migration guide](https://docs.launchdarkly.com/sdk/client-side/node-js/migration-2-to-3). | ||
@@ -19,0 +19,0 @@ |
@@ -27,2 +27,4 @@ const express = require('express'); | ||
| 'user-type', | ||
| 'inline-context', | ||
| 'anonymous-redaction', | ||
| ], | ||
@@ -29,0 +31,0 @@ }); |
+2
-2
| { | ||
| "name": "launchdarkly-node-client-sdk", | ||
| "version": "3.0.2", | ||
| "version": "3.1.0", | ||
| "description": "LaunchDarkly Client-Side SDK for Node.js", | ||
@@ -68,3 +68,3 @@ "author": "LaunchDarkly <team@launchdarkly.com>", | ||
| "launchdarkly-eventsource": "1.4.3", | ||
| "launchdarkly-js-sdk-common": "5.0.3", | ||
| "launchdarkly-js-sdk-common": "5.1.0", | ||
| "node-localstorage": "^1.3.1" | ||
@@ -71,0 +71,0 @@ }, |
+1
-1
@@ -13,3 +13,3 @@ # LaunchDarkly Client-Side SDK for Node.js | ||
| [LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves over 100 billion feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today! | ||
| [LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today! | ||
@@ -16,0 +16,0 @@ [](https://twitter.com/intent/follow?screen_name=launchdarkly) |
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
83774
0.56%43
7.5%1047
0.19%+ Added
- Removed