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.3.1 to 0.4.0

docs/localforage.min.js

9

bower.json
{
"name": "localforage",
"version": "0.3.1",
"version": "0.4.0",
"main": [
"dist/localforage.min.js"
"localforage.min.js"
],

@@ -10,3 +10,8 @@ "ignore": [

"CONTRIBUTING.md",
"config.rb",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"LICENSE",
"docs*",
"examples*",

@@ -13,0 +18,0 @@ "test*"

@@ -6,2 +6,6 @@ # About this CHANGELOG

### [Version 0.4.0](https://github.com/mozilla/localForage/releases/tag/0.4.0)
* Built versions of localForage are now in the top-level directory. ([2d11c90]((https://github.com/mozilla/localForage/commit/2d11c90)))
### [Version 0.3.0](https://github.com/mozilla/localForage/releases/tag/0.3.0)

@@ -8,0 +12,0 @@

@@ -29,4 +29,6 @@ # Filing issues

Please commit changes inside the `dist/` folder along with your changes in the
`src/` folder--**do not make these changes separate commits**.
Please commit changes at the top-level folder along with your changes in the
`src/` folder--**do not make these changes separate commits**. These are the
built versions of `localforage.js` and `localforage.min.js`, which are
used by bower.

@@ -33,0 +35,0 @@ If you have any questions, need some help, or anything else, don't feel shy!

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

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

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

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

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

@@ -100,3 +100,4 @@ banner:

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

@@ -122,3 +123,3 @@ }

grunt.registerTask('build', ['concat', 'uglify']);
grunt.registerTask('publish', ['shell']);
grunt.registerTask('publish', ['build', 'shell']);

@@ -125,0 +126,0 @@ grunt.registerTask('server', function() {

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

],
"version": "0.3.1",
"version": "0.4.0",
"homepage": "https://github.com/mozilla/localForage",

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

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

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

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