idb-wrapper
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -53,8 +53,7 @@ /* | ||
this.consts = window.IDBTransaction || window.webkitIDBTransaction; | ||
fixupConstants(this.consts, { | ||
this.consts = { | ||
'READ_ONLY': 'readonly', | ||
'READ_WRITE': 'readwrite', | ||
'VERSION_CHANGE': 'versionchange' | ||
}); | ||
} | ||
@@ -61,0 +60,0 @@ this.cursor = window.IDBCursor || window.webkitIDBCursor; |
{ | ||
"name": "idb-wrapper", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "This is a wrapper for indexedDB.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
134793
2875