Gathering detailed insights and metrics for redux-devtools-dispatch-ie8
Gathering detailed insights and metrics for redux-devtools-dispatch-ie8
Gathering detailed insights and metrics for redux-devtools-dispatch-ie8
Gathering detailed insights and metrics for redux-devtools-dispatch-ie8
npm install redux-devtools-dispatch-ie8
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
1 Stars
5 Commits
1 Watchers
1 Branches
2 Contributors
Updated on Nov 02, 2016
Latest Version
2.2.5
Package Id
redux-devtools-dispatch-ie8@2.2.5
Size
6.44 kB
NPM Version
3.8.9
Node Version
6.2.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
2
2
Dispatch your actions manually to test if your app reacts well.
npm install --save-dev redux-devtools-dispatch-ie8
You can declare your Dispatcher the same way you declare a Monitor in your Dev Tools.
1import React from 'react'; 2import { createDevTools } from 'redux-devtools-ie8'; 3import Dispatcher from 'redux-devtools-dispatch-ie8'; 4 5export default createDevTools( 6 <Dispatcher /> 7);
Name | Description |
---|---|
theme | Same as in LogMonitor's package Either a string referring to one of the themes provided by redux-devtools-themes (feel free to contribute!) or a custom object of the same format. Optional. By default, set to 'nicinabox' . |
initEmpty | When true , the dispatcher is empty. By default, set to false , the dispatcher contains : { "type": "" } . |
actionCreators | Either a array of action creators or an object containing action creators. When defined, a selector appears to choose the action creator you want to fire, you can fill up the arguments and dispatch the action. |
dispatchFn | Function to be called for dispatching actions. By default it is using component's this.context.store.dispatch . |
As this package is my first, any comment, pull request, issue is welcome so I can learn more from everyone.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/5 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
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-14
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