Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/lib-dynamodb

Package Overview
Dependencies
Maintainers
5
Versions
386
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/lib-dynamodb - npm Package Compare versions

Comparing version 3.699.0 to 3.704.0

4

package.json
{
"name": "@aws-sdk/lib-dynamodb",
"version": "3.699.0",
"version": "3.704.0",
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",

@@ -32,3 +32,3 @@ "main": "./dist-cjs/index.js",

"@aws-sdk/core": "3.696.0",
"@aws-sdk/util-dynamodb": "3.699.0",
"@aws-sdk/util-dynamodb": "3.704.0",
"@smithy/core": "^2.5.3",

@@ -35,0 +35,0 @@ "@smithy/smithy-client": "^3.4.4",

@@ -108,3 +108,7 @@ # @aws-sdk/lib-dynamodb

/**
* Whether to remove undefined values while marshalling.
* Whether to remove undefined values from JS arrays/Sets/objects
* when marshalling to DynamoDB lists/sets/maps respectively.
*
* A DynamoDB item is not itself considered a map. Only
* attributes of an item are examined.
*/

@@ -111,0 +115,0 @@ removeUndefinedValues?: boolean;

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