@aws/dynamodb-auto-marshaller
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -0,0 +0,0 @@ import { ObjectSet } from "./ObjectSet"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './BinarySet'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { AttributeMap, AttributeValue } from "aws-sdk/clients/dynamodb"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ObjectSet } from "./ObjectSet"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare abstract class ObjectSet<T> implements Set<T> { |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@aws/dynamodb-auto-marshaller", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "A data marshaller that converts JavaScript types into Amazon DynamoDB AttributeValues", | ||
@@ -31,6 +31,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^21", | ||
"@types/jest": "^22", | ||
"@types/node": "^8.0.4", | ||
"aws-sdk": "^2.7.0", | ||
"jest": "^21", | ||
"jest": "^22", | ||
"typedoc": "^0.11.0", | ||
@@ -37,0 +37,0 @@ "typescript": "^2.7" |
@@ -0,0 +0,0 @@ # Amazon DynamoDB Automarshaller |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
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
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
52624