lockable-storage
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -33,3 +33,7 @@ /** | ||
return lockImpl(key, callback, maxDuration, true); | ||
} | ||
}, | ||
uniqueId: function() { | ||
return uniqueId; | ||
}, | ||
}; | ||
@@ -36,0 +40,0 @@ |
{ | ||
"name": "lockable-storage", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Concurrency and locking for HTML5 localStorage", | ||
@@ -5,0 +5,0 @@ "main": "LockableStorage.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
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
6929
132