@aws-sdk/lib-dynamodb
Advanced tools
Comparing version 3.699.0 to 3.704.0
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
216338
394
24
10
1
118
+ Added@aws-sdk/util-dynamodb@3.704.0(transitive)
- Removed@aws-sdk/util-dynamodb@3.699.0(transitive)