Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@launchdarkly/node-server-sdk

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchdarkly/node-server-sdk - npm Package Compare versions

Comparing version 9.5.2 to 9.5.3

9

CHANGELOG.md

@@ -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 @@

4

dist/package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc