@xapp/dynamo-service
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -5,2 +5,6 @@ # Changelog | ||
### [1.4.1](https://github.com/XappMedia/dynamo-service/compare/v1.4.0...v1.4.1) (2019-10-02) | ||
## [1.4.0](https://github.com/XappMedia/dynamo-service/compare/v1.3.0...v1.4.0) (2019-09-24) | ||
@@ -7,0 +11,0 @@ |
@@ -39,3 +39,5 @@ import { DynamoDB } from "aws-sdk"; | ||
} | ||
export declare type Set<T> = Partial<T>; | ||
export declare type Set<T> = Partial<T> | { | ||
[key: string]: DynamoDB.DocumentClient.AttributeValue; | ||
}; | ||
export declare type Remove<T> = (keyof T)[]; | ||
@@ -42,0 +44,0 @@ export declare type Append<T> = Partial<T>; |
@@ -5,3 +5,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A dynamo help class which will help maintain data integrity.", | ||
@@ -8,0 +8,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
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
676714
120
10764