New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

redux-persist-indexeddb-storage

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-persist-indexeddb-storage - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/index.js

2

__tests__/test.js

@@ -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

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