Gathering detailed insights and metrics for redux-persist-expo-fs-storage
Gathering detailed insights and metrics for redux-persist-expo-fs-storage
Gathering detailed insights and metrics for redux-persist-expo-fs-storage
Gathering detailed insights and metrics for redux-persist-expo-fs-storage
Redux/Apollo Persist storage engine for React Expo file system
npm install redux-persist-expo-fs-storage
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
10 Stars
48 Commits
5 Forks
2 Watchers
3 Branches
8 Contributors
Updated on Sep 28, 2022
Latest Version
2.1.0
Package Id
redux-persist-expo-fs-storage@2.1.0
Unpacked Size
4.96 kB
Size
2.23 kB
File Count
4
NPM Version
6.14.6
Node Version
14.5.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
4
Redux Persist storage engine for React Native Expo file system, this will also work for Apollo Persist.
Credits to techwes for porting this to the Expo FileSystem.
yarn add redux-persist-expo-fs-storage
1import { persistStore } from 'redux-persist' 2import FSStorage from 'redux-persist-expo-fs-storage'; 3 4const persistor = persistStore(store, {storage: FSStorage()});
The default storage location is a folder called reduxPersist
in the document directory for your app on the device. You can specify folder for persistor:
1import { persistStore } from 'redux-persist' 2import FSStorage, { CacheDir } from 'redux-persist-expo-fs-storage'; 3 4const cachePersistor = persistStore(store, {storage: FSStorage(CacheDir, 'myApp')});
This will create myApp
folder in cache storage for iOS and Android devices. You may create multiple persistors on different directories.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/24 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
28 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More