dynamodb-toolbox
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -543,2 +543,3 @@ "use strict"; | ||
(data[field] === null || String(data[field]).trim() === '') && | ||
!Array.isArray(data[field]) && | ||
(!mapping.link || mapping.save)) { | ||
@@ -545,0 +546,0 @@ // Verify attribute is not required |
{ | ||
"name": "dynamodb-toolbox", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "A simple set of tools for working with Amazon DynamoDB and the DocumentClient.", | ||
@@ -5,0 +5,0 @@ "author": "Jeremy Daly <jeremy@jeremydaly.com>", |
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
272807
5101