Socket
Socket
Sign inDemoInstall

localforage

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localforage - npm Package Versions

13
7

1.5.7

Diff

Changelog

Source

[1.5.7]

  • Fix IE8 localStorage support detection.
tofumatt
published 1.5.6 •

Changelog

Source

[1.5.6]

  • Upgrade lie to 3.1.1 to work with yarn.
tofumatt
published 1.5.5 •

Changelog

Source

[1.5.5]

  • Roll back dropInstance breaking change.
tofumatt
published 1.5.4 •

Changelog

Source

[1.5.4]

  • Set null as undefined (for Edge).
tofumatt
published 1.5.3 •

Changelog

Source

[1.5.3]

  • Check whether localStorage is actually usable.
tofumatt
published 1.5.2 •

Changelog

Source

[1.5.2]

  • Prevent some unnecessary logs when calling createInstance().
tofumatt
published 1.5.1 •

Changelog

Source

[1.5.1]

  • Try to re-establish IDB connection after an InvalidStateError.
  • Added Generics to iterate() TS Typings.
  • Define custom drivers syncronously when _support isn't a function.
  • Use the custom driver API for internal drivers, which makes possible to override parts of their implementation.
tofumatt
published 1.5.0 •

Changelog

Source

1.5

  • Major storage engine change for Safari: We now use IndexedDB as the storage engine for Safari v10.1 (and above). This means that pre-existing Safari >= 10.1 users will experience "data loss" after upgrading your site from a previous version of localForage to v1.5. In fact no data is lost but the engine will change so localForage will seem empty.
    • You can use the localForage 1.4 compatibility plugin after the upgrade so that all your Safari users (both old & new) continue to use the WebSQL driver.
    • Alternativelly you can force a connection to WebSQL using localForage's config to either keep using your existing WebSQL database or migrate to IndexedDB.
tofumatt
published 1.4.3 •

tofumatt
published 1.4.2 •

Changelog

Source

1.4.2

  • Fixes #562.
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