dynamodb-enhanced
Advanced tools
Comparing version 0.4.1-f to 0.4.1-g
@@ -1046,3 +1046,3 @@ // Copyright Teleportd Ltd. and other Contributors | ||
{ | ||
if (json.hasOwnProperty(i) && json[i] !== null) | ||
if (json.hasOwnProperty(i)) | ||
{ | ||
@@ -1089,3 +1089,3 @@ res[i] = scToDDB(json[i]); | ||
return { | ||
"NULL": value | ||
"NULL": true | ||
}; | ||
@@ -1092,0 +1092,0 @@ } |
{ | ||
"name": "dynamodb-enhanced", | ||
"version": "0.4.1f", | ||
"version": "0.4.1g", | ||
"description": "Simple DynamoDB Library for Node.js. enhanced version of dynamodb by Stanislas Polu", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
82180