Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-persist-filesystem-storage

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.4.1 to 2.0.0

4

package.json
{
"name": "redux-persist-filesystem-storage",
"version": "1.4.1",
"version": "2.0.0",
"description": "Redux persist adaptor for React Native filesystem storage",

@@ -13,4 +13,4 @@ "main": "index.js",

"dependencies": {
"rn-fetch-blob": "0.10.15"
"rn-fetch-blob": "^0.10.16"
}
}

@@ -11,2 +11,5 @@ # Redux persist filesystem storage

## install
**Please note:** v2 of this library supports React Native 0.60 and above only. If you are using React Native 0.59 and below, please use v1.x.
```bash

@@ -16,2 +19,8 @@ yarn add redux-persist-filesystem-storage

or, for React Native 0.59 and below:
```bash
yarn add redux-persist-filesystem-storage@1
```
Then, as [rn-fetch-blob](https://github.com/joltup/rn-fetch-blob) is a dependency of this project, we need to ensure its linked with

@@ -18,0 +27,0 @@ ```

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