New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

launchdarkly-node-server-sdk-redis

Package Overview
Dependencies
Maintainers
1
Versions
5
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 2.0.0 to 2.1.0

docs/build/html/.nojekyll

2

CONTRIBUTING.md
# Contributing to this library
The source code for this library is [here](https://github.com/launchdarkly/node-server-sdk-redis). We encourage pull-requests and other contributions from the community. Since this library is meant to be used in conjunction with the LaunchDarkly Server-Side Node.js SDK, you may want to look at the [SDK source code](https://github.com/launchdarkly/node-server-sdk) and our [SDK contributor's guide](http://docs.launchdarkly.com/docs/sdk-contributors-guide).
The source code for this library is [here](https://github.com/launchdarkly/node-server-sdk-redis). We encourage pull-requests and other contributions from the community. Since this library is meant to be used in conjunction with the LaunchDarkly Server-Side Node.js SDK, you may want to look at the [SDK source code](https://github.com/launchdarkly/node-server-sdk) and our [SDK contributor's guide](https://docs.launchdarkly.com/sdk/concepts/contributors-guide).

@@ -5,0 +5,0 @@ ## Submitting bug reports and feature requests

module.exports = {
out: './docs/build/html',
out: '/tmp/project-releaser/project/docs/build/html',
exclude: [

@@ -7,7 +7,6 @@ '**/node_modules/**',

],
name: "LaunchDarkly Server-Side Node SDK Redis Integration (2.0.0)",
name: "LaunchDarkly Server-Side Node SDK Redis Integration (2.1.0)",
readme: 'none', // don't add a home page with a copy of README.md
mode: 'file', // don't treat "index.d.ts" itself as a parent module
includeDeclarations: true, // allows it to process a .d.ts file instead of actual TS code
entryPoint: '"launchdarkly-node-server-sdk-redis"' // note extra quotes - workaround for a TypeDoc bug
entryPoints: "/tmp/project-releaser/project/index.d.ts",
entryPointStrategy: "expand"
};

@@ -6,3 +6,3 @@ // Type definitions for launchdarkly-node-server-sdk-redis

*
* See: https://docs.launchdarkly.com/sdk/features/database-integrations
* See: https://docs.launchdarkly.com/sdk/features/storing-data/redis#nodejs-server-side
*/

@@ -19,3 +19,3 @@

* For more details about how and why you can use a persistent feature store, see
* the [SDK features guide](https://docs.launchdarkly.com/sdk/features/database-integrations).
* the [Using Redis as a persistent feature store](https://docs.launchdarkly.com/sdk/features/storing-data/redis#nodejs-server-side).
*

@@ -75,3 +75,3 @@ * For backward compatibility, this function supports both an older syntax that uses multiple

* "Big segments" are a specific type of user segments. For more information, read the
* LaunchDarkly documentation about user segments: https://docs.launchdarkly.com/home/users
* LaunchDarkly documentation about user segments: https://docs.launchdarkly.com/home/users/segments
*

@@ -78,0 +78,0 @@ * @param options The standard options supported for all LaunchDarkly Redis features, including both

{
"name": "launchdarkly-node-server-sdk-redis",
"version": "2.0.0",
"version": "2.1.0",
"description": "Redis-backed feature store for the LaunchDarkly Node.js SDK",

@@ -25,3 +25,3 @@ "main": "index.js",

"launchdarkly-js-test-helpers": "^1.2.1",
"launchdarkly-node-server-sdk": "6.2.0",
"launchdarkly-node-server-sdk": "^7.0.0",
"prettier": "^2.3.1",

@@ -44,3 +44,3 @@ "typescript": "^4.3.2"

"peerDependencies": {
"launchdarkly-node-server-sdk": "^6.2.0"
"launchdarkly-node-server-sdk": "^6.2.0 || ^7.0.0"
},

@@ -47,0 +47,0 @@ "engines": {

@@ -9,3 +9,3 @@ # LaunchDarkly Server-Side SDK for Node.js - Redis integration

For more information, see the [SDK features guide](https://docs.launchdarkly.com/sdk/features/database-integrations).
For more information, read [Using Redis as a persistent feature store](https://docs.launchdarkly.com/sdk/features/storing-data/redis#nodejs-server-side).

@@ -51,3 +51,3 @@ TypeScript API documentation is [here](https://launchdarkly.github.io/node-server-sdk-redis).

* 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/docs) for a complete list.
* LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read [our documentation](https://docs.launchdarkly.com/sdk) for a complete list.
* Explore LaunchDarkly

@@ -54,0 +54,0 @@ * [launchdarkly.com](https://www.launchdarkly.com/ "LaunchDarkly Main Website") for more information

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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