@launchdarkly/node-server-sdk
Advanced tools
Comparing version 9.5.2 to 9.5.3
@@ -5,2 +5,11 @@ # Changelog | ||
## [9.5.3](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.5.2...node-server-sdk-v9.5.3) (2024-09-03) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 2.5.0 to 2.6.0 | ||
## [9.5.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.5.1...node-server-sdk-v9.5.2) (2024-08-28) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.5.2", | ||
"version": "9.5.3", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -48,3 +48,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "2.5.0", | ||
"@launchdarkly/js-server-sdk-common": "2.6.0", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.3" |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.5.2", | ||
"version": "9.5.3", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -48,3 +48,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "2.5.0", | ||
"@launchdarkly/js-server-sdk-common": "2.6.0", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.3" |
@@ -41,3 +41,3 @@ # LaunchDarkly Server-Side SDK for Node.js | ||
LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published SDK packages. To learn more, see the [provenance guide](PROVENANCE.md). | ||
LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published SDK packages. To learn more, see the [provenance guide](PROVENANCE.md). | ||
@@ -50,3 +50,3 @@ ## About LaunchDarkly | ||
- Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file. | ||
- Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). | ||
- Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). | ||
- Disable parts of your application to facilitate maintenance, without taking everything offline. | ||
@@ -53,0 +53,0 @@ - LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Check out [our documentation](https://docs.launchdarkly.com/sdk) for a complete list. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91626
+ Added@launchdarkly/js-sdk-common@2.8.0(transitive)
+ Added@launchdarkly/js-server-sdk-common@2.6.0(transitive)
- Removed@launchdarkly/js-sdk-common@2.7.0(transitive)
- Removed@launchdarkly/js-server-sdk-common@2.5.0(transitive)