Socket
Socket
Sign inDemoInstall

fake-indexeddb

Package Overview
Dependencies
0
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245Next

3.0.2

Diff

Changelog

Source

3.0.2 (2020-06-10)

  • #45 - Fix synchronous event firing in a transaction, which led to a stack overflow when used with Dexie's waitFor function.
dumbmatter
published 3.0.1 •

Changelog

Source

3.0.1 (2020-05-25)

  • #41 - Correctly roll back a record added to a store when an index constraint error occurs.
dumbmatter
published 3.0.0 •

Changelog

Source

3.0.0 (2019-11-15)

  • Stopped importing core-js by default. This means that, for people using fake-indexeddb in really old environments like PhantomJS, they will now need to import core-js like require("core-js/stable"); (or something similar) before importing fake-indexeddb.
dumbmatter
published 2.1.1 •

Changelog

Source

2.1.1 (2019-06-05)

  • #30 - Fixed typo in the name of the Event.timeStamp property.
dumbmatter
published 2.1.0 •

Changelog

Source

2.1.0 (2019-03-18)

  • Added the ability to include fake-indexeddb/auto and have it populate all the global variables.
  • Added support for IDBTransaction.commit() and IDBFactory.databases().
  • Fixed a couple minor edge cases to improve performance on the web platform tests from 85% to 87%.
dumbmatter
published 2.0.6 •

Changelog

Source

2.0.6 (2019-03-14)

  • Fixed issue #26, where event handlers were inappropriately not being called if they added or removed other handlers to the invoking listener in their callbacks.
dumbmatter
published 2.0.5 •

Changelog

Source

2.0.5 (2019-02-07)

  • Fixed issue #25 by importing core-js/shim rather than all of core-js.
dumbmatter
published 2.0.4 •

Changelog

Source

2.0.4 (2018-02-22)

  • Improved structured cloning, which fixes bugs when used with strange objects like https://github.com/dumbmatter/realistic-structured-clone/issues/5
dumbmatter
published 2.0.3 •

Changelog

Source

2.0.3 (2017-05-09)

  • Fixed issue #20 related to iterating over cursors with non-unique keys
dumbmatter
published 2.0.2 •

Changelog

Source

2.0.2 (2017-05-01)

  • Include core-js by default to make it work more easily in old environments like PhantomJS
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc