idb-kv-store
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "idb-kv-store", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Persistent key-value store for web browsers backed by IndexedDB", | ||
@@ -15,6 +15,6 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "browserify -r . -s IdbKvStore | uglifyjs -m > idbkvstore.min.js", | ||
"standard": "standard", | ||
"build": "browserify -r . -s IdbKvStore | uglifyjs -m > idbkvstore.min.js", | ||
"test-local": "standard && zuul --local -- test.js", | ||
"test": "standard && zuul -- test.js" | ||
"karma": "karma start", | ||
"test": "standard && karma start" | ||
}, | ||
@@ -33,7 +33,13 @@ "keywords": [ | ||
"devDependencies": { | ||
"browserify": "^13.1.1", | ||
"browserify": "^13.3.0", | ||
"karma": "^1.4.0", | ||
"karma-browserify": "^5.1.0", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-firefox-launcher": "^1.0.0", | ||
"karma-sauce-launcher": "^1.1.0", | ||
"karma-tap": "^3.1.1", | ||
"standard": "^8.6.0", | ||
"tape": "^4.6.3", | ||
"uglify-js": "^2.7.4", | ||
"zuul": "^3.11.1" | ||
"watchify": "^3.8.0" | ||
}, | ||
@@ -40,0 +46,0 @@ "dependencies": { |
@@ -120,3 +120,3 @@ # idb-kv-store [![Build Status](https://travis-ci.org/xuset/idb-kv-store.svg?branch=master)](https://travis-ci.org/xuset/idb-kv-store) [![npm](https://img.shields.io/npm/v/idb-kv-store.svg)](https://npmjs.org/package/idb-kv-store) | ||
See [Supported Browsers](#Supported Browsers) for more info on which browsers support this event. | ||
See [Supported Browsers](#supported-browsers) for more info on which browsers support this event. | ||
@@ -131,3 +131,3 @@ ### `store.on('set', function (change) {})` | ||
See [Supported Browsers](#Supported Browsers) for more info on which browsers support this event. | ||
See [Supported Browsers](#supported-browsers) for more info on which browsers support this event. | ||
@@ -141,3 +141,3 @@ ### `store.on('remove', function (change) {})` | ||
See [Supported Browsers](#Supported Browsers) for more info on which browsers support this event. | ||
See [Supported Browsers](#supported-browsers) for more info on which browsers support this event. | ||
@@ -144,0 +144,0 @@ ### `store.on('close', function () {})` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41856
783
11