@xapp/dynamo-service
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -17,2 +17,4 @@ import { DynamoDB } from "aws-sdk"; | ||
ExpressionAttributeValues?: DynamoDB.DocumentClient.ExpressionAttributeValueMap; | ||
ScanIndexForward?: boolean; | ||
Limit?: number; | ||
} | ||
@@ -23,2 +25,3 @@ export interface ScanParams { | ||
ExpressionAttributeValues?: DynamoDB.DocumentClient.ExpressionAttributeValueMap; | ||
Limit?: number; | ||
} | ||
@@ -25,0 +28,0 @@ export declare type Set<T> = Partial<T>; |
{ | ||
"name": "@xapp/dynamo-service", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"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
115998
3194