redux-persist-indexeddb-storage
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,2 +0,2 @@ | ||
import storage from "../"; | ||
import storage from "../dist"; | ||
@@ -3,0 +3,0 @@ it("Save Data", () => { |
{ | ||
"name": "redux-persist-indexeddb-storage", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Redux Persist storage engine using Indexeddb", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "babel lib/index.js -d dist", | ||
"test": "jest --verbose" | ||
@@ -25,8 +26,11 @@ }, | ||
"dependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.7.4", | ||
"localforage": "^1.7.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.5", | ||
"@babel/core": "^7.7.5", | ||
"@babel/preset-env": "^7.7.6", | ||
"babel-preset-minify": "^0.5.1", | ||
"jest": "^24.9.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ # Redux persist engine using IndexedDB | ||
This storage can be used only in React, this package use [localForge](https://github.com/localForage/localForage), this uses localStorage in browsers with no IndexedDB or WebSQL support | ||
This storage can be used only in React, this package use [localForage](https://github.com/localForage/localForage), this uses localStorage in browsers with no IndexedDB or WebSQL support | ||
@@ -10,0 +10,0 @@ ## Supported Browsers Platforms |
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
5666
1
5
46
1
- Removed@ampproject/remapping@2.3.0(transitive)
- Removed@babel/code-frame@7.26.2(transitive)
- Removed@babel/compat-data@7.26.5(transitive)
- Removed@babel/core@7.26.7(transitive)
- Removed@babel/generator@7.26.5(transitive)
- Removed@babel/helper-compilation-targets@7.26.5(transitive)
- Removed@babel/helper-module-imports@7.25.9(transitive)
- Removed@babel/helper-module-transforms@7.26.0(transitive)
- Removed@babel/helper-plugin-utils@7.26.5(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/helper-validator-option@7.25.9(transitive)
- Removed@babel/helpers@7.26.7(transitive)
- Removed@babel/parser@7.26.7(transitive)
- Removed@babel/plugin-transform-modules-commonjs@7.26.3(transitive)
- Removed@babel/template@7.25.9(transitive)
- Removed@babel/traverse@7.26.7(transitive)
- Removed@babel/types@7.26.7(transitive)
- Removed@jridgewell/gen-mapping@0.3.8(transitive)
- Removed@jridgewell/resolve-uri@3.1.2(transitive)
- Removed@jridgewell/set-array@1.2.1(transitive)
- Removed@jridgewell/sourcemap-codec@1.5.0(transitive)
- Removed@jridgewell/trace-mapping@0.3.25(transitive)
- Removedbrowserslist@4.24.4(transitive)
- Removedcaniuse-lite@1.0.30001697(transitive)
- Removedconvert-source-map@2.0.0(transitive)
- Removeddebug@4.4.0(transitive)
- Removedelectron-to-chromium@1.5.92(transitive)
- Removedescalade@3.2.0(transitive)
- Removedgensync@1.0.0-beta.2(transitive)
- Removedglobals@11.12.0(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedjsesc@3.1.0(transitive)
- Removedjson5@2.2.3(transitive)
- Removedlru-cache@5.1.1(transitive)
- Removedms@2.1.3(transitive)
- Removednode-releases@2.0.19(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedsemver@6.3.1(transitive)
- Removedupdate-browserslist-db@1.1.2(transitive)
- Removedyallist@3.1.1(transitive)