@xapp/dynamo-service
Advanced tools
Comparing version 0.0.40 to 0.0.41
@@ -45,3 +45,11 @@ "use strict"; | ||
}; | ||
addIfExists(params, myParams, ["IndexName", "KeyConditionExpression", "FilterExpression", "ExpressionAttributeNames", "ExpressionAttributeValues"]); | ||
addIfExists(params, myParams, [ | ||
"IndexName", | ||
"KeyConditionExpression", | ||
"FilterExpression", | ||
"ExpressionAttributeNames", | ||
"ExpressionAttributeValues", | ||
"ScanIndexForward", | ||
"Limit" | ||
]); | ||
if (projection) { | ||
@@ -63,3 +71,3 @@ const proj = getProjectionExpression(projection); | ||
}; | ||
addIfExists(params, myParams, ["FilterExpression", "ExpressionAttributeNames", "ExpressionAttributeValues"]); | ||
addIfExists(params, myParams, ["FilterExpression", "ExpressionAttributeNames", "ExpressionAttributeValues", "Limit"]); | ||
if (projection) { | ||
@@ -66,0 +74,0 @@ const proj = getProjectionExpression(projection); |
{ | ||
"name": "@xapp/dynamo-service", | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"description": "A dynamo help class which will help maintain data integrity.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
119958
3251