Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fake-indexeddb

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fake-indexeddb - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc