Gathering detailed insights and metrics for flipper-plugin-react-native-redux-debugger
Gathering detailed insights and metrics for flipper-plugin-react-native-redux-debugger
Gathering detailed insights and metrics for flipper-plugin-react-native-redux-debugger
Gathering detailed insights and metrics for flipper-plugin-react-native-redux-debugger
Flipper desktop plugin for react native redux logs
npm install flipper-plugin-react-native-redux-debugger
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
13 Stars
35 Commits
1 Forks
1 Watchers
1 Branches
1 Contributors
Updated on Aug 18, 2023
Latest Version
1.0.8
Package Id
flipper-plugin-react-native-redux-debugger@1.0.8
Unpacked Size
7.09 MB
Size
2.44 MB
File Count
17
NPM Version
6.14.12
Node Version
12.22.1
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
Flipper desktop plugin for react native redux logs via Client Plugin
❗For Flipper setup in your react native project, please refer to the setup guide.
redux-middleware-flipper
and react-native-flipper
.1yarn add redux-middleware-flipper react-native-flipper 2 3# for iOS 4cd ios && pod install
1if (__DEV__) { 2 const reduxDebugger = require('redux-middleware-flipper').default; 3 middleware.push(reduxDebugger()); 4}
Manage Plugins > Install Plugins > search "RNReduxDebugger" > Install
1if (__DEV__) { 2 const actionsBlacklist = ['SET_USER_ACCESS_TOKEN']; 3 const actionsWhitelist = ['GET_USER_PROFILE_SUCCESS']; 4 const actionReplayDelay = 500; 5 6 const reduxDebugger = require('redux-middleware-flipper').default; 7 middleware.push(reduxDebugger({ actionsBlacklist, actionsWhitelist, actionReplayDelay })); 8}
actionsBlacklist
- Will not send these action types to Flipper
actionsWhitelist
- Will only send these action types to Flipper
actionReplayDelay
- Delay between multiple actions dispatched via Flipper plugin action replay. Default is 500 ms.
Copyright 2020 Aseem Chaudhary
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
Found 0/30 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 SAST tool detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
59 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