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

launchdarkly-node-server-sdk-dynamodb

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launchdarkly-node-server-sdk-dynamodb - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change log

## [4.0.1] - 2022-04-06
### Fixed:
- If the SDK attempts to store a feature flag or segment whose total data size is over the 400KB limit for DynamoDB items, this integration will now log (at `error` level) a message like `The item "my-flag-key" in "features" was too large to store in DynamoDB and was dropped` but will still process all other data updates. Previously, it would cause the SDK to enter an error state in which the oversized item would be pointlessly retried and other updates might be lost. ([#25](https://github.com/launchdarkly/node-server-sdk-dynamodb/issues/25))
## [4.0.0] - 2021-07-22

@@ -7,0 +11,0 @@ ### Added:

2

docs/typedoc.js

@@ -7,3 +7,3 @@ module.exports = {

],
name: "LaunchDarkly Server-Side Node SDK DynamoDB Integration (4.0.1)",
name: "LaunchDarkly Server-Side Node SDK DynamoDB Integration (4.1.0)",
readme: 'none', // don't add a home page with a copy of README.md

@@ -10,0 +10,0 @@ entryPoints: "/tmp/project-releaser/project/index.d.ts",

{
"name": "launchdarkly-node-server-sdk-dynamodb",
"version": "4.0.1",
"version": "4.1.0",
"description": "DynamoDB-backed feature store for the LaunchDarkly Node.js SDK",

@@ -26,3 +26,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",

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

"aws-sdk": "^2.349.0",
"launchdarkly-node-server-sdk": "^6.2.0"
"launchdarkly-node-server-sdk": "^6.2.0 || ^7.0.0"
},

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

Sorry, the diff of this file is not supported yet

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