launchdarkly-node-server-sdk-redis
Advanced tools
Comparing version 2.0.0 to 2.1.0
# 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
215729
33
3182
1