Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "cruft-ddb", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A simple optimistic-locking abstraction over Dynamo DB", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -10,2 +10,4 @@ import { DynamoDB } from 'aws-sdk'; | ||
(<any>Symbol).asyncIterator = Symbol.for('asyncIterator'); | ||
describe('cruft', () => { | ||
@@ -12,0 +14,0 @@ |
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
19605
511