fake-indexeddb
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -227,3 +227,3 @@ 'use strict'; | ||
if (tempKey !== effectiveKey) { | ||
if (cmp(tempKey, effectiveKey) !== 0) { | ||
throw new DataError(); | ||
@@ -230,0 +230,0 @@ } |
{ | ||
"name": "fake-indexeddb", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Fake IndexedDB: a pure JS in-memory implementation of the IndexedDB API", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/dumbmatter/fakeIndexedDB", |
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
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
252370