🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@launchdarkly/node-server-sdk-redis

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
4.0.6

11

CHANGELOG.md

@@ -87,2 +87,13 @@ # Changelog

## [4.0.6](https://github.com/launchdarkly/js-core/compare/node-server-sdk-redis-v4.0.5...node-server-sdk-redis-v4.0.6) (2024-01-16)
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @launchdarkly/node-server-sdk bumped from 9.0.5 to 9.0.6
* peerDependencies
* @launchdarkly/node-server-sdk bumped from 8.x to 9.0.6
## [4.0.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-redis-v3.0.11...node-server-sdk-redis-v4.0.0) (2023-10-16)

@@ -89,0 +100,0 @@

6

package.json
{
"name": "@launchdarkly/node-server-sdk-redis",
"version": "4.0.5",
"version": "4.0.6",
"description": "Redis-backed feature store for the LaunchDarkly Server-Side SDK for Node.js",

@@ -33,6 +33,6 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/store/node-server-sdk-redis",

"peerDependencies": {
"@launchdarkly/node-server-sdk": "8.x"
"@launchdarkly/node-server-sdk": "9.0.6"
},
"devDependencies": {
"@launchdarkly/node-server-sdk": "9.0.5",
"@launchdarkly/node-server-sdk": "9.0.6",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",

@@ -39,0 +39,0 @@ "@types/jest": "^29.4.0",

@@ -69,2 +69,6 @@ # LaunchDarkly Server-Side SDK for Node.js - Redis integration

## Verifying SDK build provenance with the SLSA framework
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).
## About LaunchDarkly

@@ -71,0 +75,0 @@