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

1
7

1.0.2

Diff

tofumatt
published 1.0.1 •

tofumatt
published 1.0.0 •

Changelog

Source

1.0

  • It is no longer necessary to queue commands using ready() when using RequireJS. (723cc94e06)
  • setDriver now accepts an array of drivers to be used, in order of preference, instead of simply a string. The string option is still supported. (eg. now one can use setDriver(['WebSQL', 'localStorage']) instead of setDriver('WebSQL'))
  • node-style, error-first argument method signatures are used for callbacks. Promises don't use error-first method signatures; instead they supply an error to the promise's reject() function.
tofumatt
published 0.9.3 •

tofumatt
published 0.9.2 •

tofumatt
published 0.9.1 •

Changelog

Source

0.9

This release drops support for some legacy browsers, though not actually the ones you might think. localForage's new policy is to support the current version of all major browsers plus up to three versions back.

  • Add built versions without the Promises polyfill to dist/ directory. (#172)
  • Drop support for Firefox 3.5. Minimum version is now Firefox 25. (Technically, Firefox 4+ seems to work.)
  • Drop support for Chrome 31 and below. Minimum version is now Chrome 32.
  • Fix a lot of bugs. Especially in Internet Exploder.
  • Switch to Mocha tests and test on Sauce Labs.
  • Add a keys() method. (#180)
  • Check for localStorage instead of assuming it's available. (#183)
tofumatt
published 0.9.0 •

tofumatt
published 0.8.1 •

Changelog

Source

Version 0.8

  • Add support for web workers. (#144, #147).
tofumatt
published 0.8.0 •

tofumatt
published 0.7.0 •

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