fake-indexeddb
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "fake-indexeddb", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Fake IndexedDB: a pure JS in-memory implementation of the IndexedDB API", | ||
@@ -28,3 +28,4 @@ "homepage": "https://github.com/dumbmatter/fakeIndexedDB", | ||
"mocha": "mocha --timeout 5000 test/w3c test/fakeIndexedDB", | ||
"test": "npm run lint && npm run mocha && echo 'For additional indexedDBmock tests, open test/indexedDBmock/index.html in a web browser.'" | ||
"qunit": "node-qunit-phantomjs ./test/indexedDBmock/index.html", | ||
"test": "npm run lint && npm run mocha && npm run qunit" | ||
}, | ||
@@ -36,3 +37,3 @@ "author": "Jeremy Scheff <jdscheff@gmail.com> (http://dumbmatter.com/)", | ||
"array.prototype.findindex": "^1.0.0", | ||
"realistic-structured-clone": "^1.0.0", | ||
"realistic-structured-clone": "^1.0.1", | ||
"setimmediate": "^1.0.5" | ||
@@ -44,4 +45,5 @@ }, | ||
"mocha": "^3.2.0", | ||
"node-qunit-phantomjs": "^1.5.0", | ||
"qunitjs": "^1.23.1" | ||
} | ||
} |
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
252354
5