dynamodb-enhanced
Advanced tools
Comparing version 0.4.0-h to 0.4.0-i
@@ -476,3 +476,3 @@ // Copyright Teleportd Ltd. and other Contributors | ||
var part = res.Responses[table]; | ||
var cap = part.ConsumedCapacityUnits; | ||
var cap = part.ConsumedCapacity.CapacityUnits; | ||
if (cap) { | ||
@@ -552,3 +552,3 @@ consumedCapacity += cap; | ||
var part = res.Responses[table]; | ||
var cap = part.ConsumedCapacityUnits; | ||
var cap = part.ConsumedCapacity.CapacityUnits; | ||
if (cap) { | ||
@@ -555,0 +555,0 @@ consumedCapacity += cap; |
{ | ||
"name": "dynamodb-enhanced", | ||
"version": "0.4.0h", | ||
"version": "0.4.0i", | ||
"description": "Simple DynamoDB Library for Node.js. enhanced version of dynamodb by Stanislas Polu", | ||
@@ -5,0 +5,0 @@ "keywords": ["dynamo", "node", "db", "aws", "amazon"], |
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
81741