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.3.0-alpha.1 to 9.3.0

56

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

## [9.3.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.2.4...node-server-sdk-v9.3.0) (2024-04-10)
This release introduces a Hooks API. Hooks are collections of user-defined callbacks that are executed by the SDK at various points of interest. You can use them to augment the SDK with metrics or tracing.
### Features
* Add support for hooks. ([ce6f041](https://github.com/launchdarkly/js-core/commit/ce6f0414567945bbe39c22df7cf6ae24c2e32931))
### Dependencies

@@ -10,4 +19,40 @@

* dependencies
* @launchdarkly/js-server-sdk-common bumped from 2.1.1 to 2.1.2
* @launchdarkly/js-server-sdk-common bumped from 2.2.4 to 2.3.0
## [9.2.4](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.2.3...node-server-sdk-v9.2.4) (2024-04-09)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 2.2.3 to 2.2.4
## [9.2.3](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.2.2...node-server-sdk-v9.2.3) (2024-04-09)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 2.2.2 to 2.2.3
## [9.2.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.2.1...node-server-sdk-v9.2.2) (2024-03-25)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 2.2.1 to 2.2.2
## [9.2.1](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.2.0...node-server-sdk-v9.2.1) (2024-03-15)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 2.2.0 to 2.2.1
## [9.2.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.1.1...node-server-sdk-v9.2.0) (2024-02-14)

@@ -51,2 +96,11 @@

## [9.0.5](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.4...node-server-sdk-v9.0.5) (2023-12-27)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 2.1.1 to 2.1.2
## [9.0.4](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.3...node-server-sdk-v9.0.4) (2023-12-04)

@@ -53,0 +107,0 @@

4

dist/package.json
{
"name": "@launchdarkly/node-server-sdk",
"version": "9.3.0-alpha.1",
"version": "9.3.0",
"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.3.0-alpha.1",
"@launchdarkly/js-server-sdk-common": "2.3.0",
"https-proxy-agent": "^5.0.1",

@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.1"

{
"name": "@launchdarkly/node-server-sdk",
"version": "9.3.0-alpha.1",
"version": "9.3.0",
"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.3.0-alpha.1",
"@launchdarkly/js-server-sdk-common": "2.3.0",
"https-proxy-agent": "^5.0.1",

@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.1"

@@ -49,3 +49,4 @@ # LaunchDarkly Server-Side SDK for Node.js

- 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). Disable parts of your application to facilitate maintenance, without taking everything offline.
- 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.
- 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.

@@ -52,0 +53,0 @@ - Explore LaunchDarkly

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