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 1.6.0 to 1.7.0

2

bower.json

@@ -28,3 +28,3 @@ {

},
"version": "1.6.0"
"version": "1.7.0"
}
{
"name": "localforage",
"version": "1.6.0",
"version": "1.7.0",
"dependencies": {

@@ -5,0 +5,0 @@ "then/promise": "5.0.0"

/*!
localForage -- Offline Storage, Improved
Version 1.6.0
Version 1.7.0
https://localforage.github.io/localForage

@@ -5,0 +5,0 @@ (c) 2013-2017 Mozilla, Apache License 2.0

/*!
localForage -- Offline Storage, Improved
Version 1.6.0
Version 1.7.0
https://localforage.github.io/localForage

@@ -5,0 +5,0 @@ (c) 2013-2017 Mozilla, Apache License 2.0

@@ -370,3 +370,3 @@ # localForage

<dd>
The version of your database. May be used for upgrades in the future; currently unused.<br>
The schema version of your database. Used only in WebSQL and IndexedDB. In WebSQL, this simply sets the version, and in IndexedDB this may trigger an <code>onupgradeneeded</code> event if a version upgrade is detected. If a new store is detected, localForage will ask IndexedDB to increment the version itself to manually trigger the <code>onupgradeneeded</code> event. As of right now, upgrade events are not customizable, but may be in the future. For drivers that do not support configuration for versioning, this value simply gets thrown away.<br>
Default: <code>1.0</code>

@@ -373,0 +373,0 @@ </dd>

@@ -12,3 +12,3 @@ {

],
"version": "1.6.0",
"version": "1.7.0",
"homepage": "https://github.com/localForage/localForage",

@@ -69,2 +69,3 @@ "repository": {

"main": "dist/localforage.js",
"module": "src/localforage.js",
"typings": "typings/localforage.d.ts",

@@ -71,0 +72,0 @@ "bugs": {

@@ -205,3 +205,3 @@ # localForage

* [AngularJS](https://github.com/ocombe/angular-localForage)
* [Angular 4+](https://www.npmjs.com/package/ngforage)
* [Angular 4 and up](https://github.com/Alorel/ngforage/)
* [Backbone](https://github.com/localForage/localForage-backbone)

@@ -208,0 +208,0 @@ * [Ember](https://github.com/genkgo/ember-localforage-adapter)

Sorry, the diff of this file is too big to display

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