Gathering detailed insights and metrics for @redux-devtools/app
Gathering detailed insights and metrics for @redux-devtools/app
Gathering detailed insights and metrics for @redux-devtools/app
Gathering detailed insights and metrics for @redux-devtools/app
DevTools for Redux with hot reloading, action replay, and customizable UI
npm install @redux-devtools/app
Typescript
Module System
Node Version
NPM Version
Redux DevTools Extension v3.2.10
Updated on Apr 03, 2025
Redux DevTools Extension v3.2.7
Updated on Sep 21, 2024
Redux DevTools Extension v3.2.6
Updated on Sep 20, 2024
Redux DevTools Extension v3.2.5
Updated on Sep 16, 2024
Redux DevTools Extension v3.2.4
Updated on Sep 04, 2024
Redux DevTools Extension v3.2.3
Updated on Aug 31, 2024
TypeScript (73.61%)
JavaScript (25.34%)
HTML (0.64%)
Pug (0.26%)
CSS (0.15%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
14,220 Stars
1,513 Commits
1,180 Forks
234 Watchers
22 Branches
114 Contributors
Updated on Jul 08, 2025
Latest Version
6.2.2
Package Id
@redux-devtools/app@6.2.2
Unpacked Size
46.89 MB
Size
10.97 MB
File Count
61
NPM Version
10.9.2
Node Version
22.14.0
Published on
Apr 03, 2025
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
8
7
37
Web, Electron and Chrome app for monitoring remote-redux-devtools.
Also it's a react component you can use to build amazing monitor applications like:
remotedev-server
, redux-devtools-app
and even React DevTools.1import React from 'react'; 2import ReactDOM from 'react-dom/client'; 3import { Root } from '@redux-devtools/app'; 4 5const root = ReactDOM.createRoot(document.getElementById('root')); 6root.render(<Root />);
socketOptions
- object used to specify predefined options for the connection:
hostname
- stringport
- number or stringautoReconnect
- booleansecure
- boolean.monitorOptions
- object used to specify predefined monitor options:
selected
- string - which monitor is selected by default. One of the following values: LogMonitor
, InspectorMonitor
, ChartMonitor
.testTemplates
- array of strings representing predefined test templates.noSettings
- boolean set to true
in order to hide settings button and dialog.MIT
No vulnerabilities found.
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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