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 Compare versions

Comparing version 0.4.1 to 0.4.3

test/test.browserify.coffee.old

2

bower.json
{
"name": "localforage",
"version": "0.4.1",
"version": "0.4.3",
"main": [

@@ -5,0 +5,0 @@ "localforage.min.js"

@@ -1,2 +0,2 @@

define(['../localforage'], function(lf) {
define(['../dist/localforage'], function(lf) {
lf.ready(function() {

@@ -3,0 +3,0 @@ var key = 'STORE_KEY';

@@ -70,3 +70,3 @@ /*global exports:true, require:true */

],
dest: 'localforage.js',
dest: 'dist/localforage.js',
options: {

@@ -76,3 +76,3 @@ banner:

' localForage -- Offline Storage, Improved\n' +
' Version 0.4.1\n' +
' Version 0.4.2\n' +
' http://mozilla.github.io/localForage\n' +

@@ -101,4 +101,4 @@ ' (c) 2013-2014 Mozilla, Apache License 2.0\n' +

files: {
'localforage.min.js': ['localforage.js'],
'docs/localforage.min.js': ['localforage.js']
'dist/localforage.min.js': ['dist/localforage.js'],
'docs/localforage.min.js': ['dist/localforage.js']
}

@@ -105,0 +105,0 @@ }

@@ -11,3 +11,3 @@ {

],
"version": "0.4.1",
"version": "0.4.3",
"homepage": "https://github.com/mozilla/localForage",

@@ -35,4 +35,4 @@ "repository": {

},
"browser": "localforage.js",
"main": "localforage.js",
"browser": "dist/localforage.js",
"main": "dist/localforage.js",
"licence": "Apache-2.0",

@@ -39,0 +39,0 @@ "bugs": {

@@ -27,15 +27,15 @@ # localForage [![Build Status](https://secure.travis-ci.org/mozilla/localForage.png?branch=master)](http://travis-ci.org/mozilla/localForage)

localForage works in all modern browsers (IE 8 and above).
_Asynchronous storage_ is available in all browsers **in bold**, with their
version that supports localStorage in parentheses.
_Asynchronous storage_ is available in all browsers **in bold**, with
localStorage fallback in parentheses.
* **Android Browser 2.1**
* **Blackberry 7**
* **Chrome 23** (Chrome 4.0 with localStorage)
* **Chrome 23** (Chrome 4.0+ with localStorage)
* **Chrome for Android 32**
* **Firefox 10** (Firefox 3.5 with localStorage)
* **Firefox 10** (Firefox 3.5+ with localStorage)
* **Firefox for Android 25**
* **Firefox OS 1.0**
* **IE 10** (IE 8 with localStorage)
* **IE 10** (IE 8+ with localStorage)
* **IE Mobile 10**
* **Opera 15** (Opera 10.5 with localStorage)
* **Opera 15** (Opera 10.5+ with localStorage)
* **Opera Mobile 11**

@@ -45,3 +45,5 @@ * **Phonegap/Apache Cordova 1.2.0**

Note that, because of WebSQL support, apps packaged with Phonegap will also
Different browsers have [different storage limits](http://www.html5rocks.com/en/tutorials/offline/quota-research/#toc-overview), so plan accordingly.
Note that, thanks to WebSQL support, apps packaged with Phonegap will also
use asynchronous storage. Pretty slick!

@@ -48,0 +50,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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