@xapp/dynamo-service
Advanced tools
Comparing version 0.0.35 to 0.0.36
import { ConditionExpression, DynamoService, QueryParams, QueryResult, ScanParams, ScanResult, UpdateBody, UpdateReturnType } from "./DynamoService"; | ||
export { DynamoService, QueryParams, QueryResult, ScanParams, ScanResult, UpdateBody, UpdateReturnType }; | ||
export { DynamoService, ConditionExpression, QueryParams, QueryResult, ScanParams, ScanResult, UpdateBody, UpdateReturnType }; | ||
export declare type DynamoType = "S" | "N" | "M" | "L"; | ||
@@ -4,0 +4,0 @@ export interface KeySchema { |
{ | ||
"name": "@xapp/dynamo-service", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"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
118547