Gathering detailed insights and metrics for mobx-react-form-devtools
Gathering detailed insights and metrics for mobx-react-form-devtools
Gathering detailed insights and metrics for mobx-react-form-devtools
Gathering detailed insights and metrics for mobx-react-form-devtools
npm install mobx-react-form-devtools
Typescript
Module System
Min. Node Version
Node Version
NPM Version
62.7
Supply Chain
84.9
Quality
73.7
Maintenance
100
Vulnerability
98.6
License
TypeScript (95.56%)
JavaScript (4.44%)
Total Downloads
288,006
Last Day
73
Last Week
294
Last Month
1,533
Last Year
31,023
MIT License
30 Stars
49 Commits
8 Forks
3 Watchers
2 Branches
1 Contributors
Updated on Mar 10, 2023
Minified
Minified + Gzipped
Latest Version
1.12.0
Package Id
mobx-react-form-devtools@1.12.0
Unpacked Size
5.80 MB
Size
1.23 MB
File Count
98
NPM Version
8.19.4
Node Version
16.16.0
Published on
Jul 01, 2023
Cumulative downloads
Total Downloads
6
1npm install --save mobx-react-form-devtools
1import MobxReactFormDevTools from 'mobx-react-form-devtools'; 2 3// register forms (mobx-react-form Instances) 4MobxReactFormDevTools.register({ 5 loginForm, 6 registerForm, 7 supportForm, 8}); 9 10// select form to show into the devtools 11MobxReactFormDevTools.select('registerForm'); 12 13// open the devtools (closed by default) 14MobxReactFormDevTools.open(true); 15 16// render the component 17<MobxReactFormDevTools.UI />
1// custom theme colors 2MobxReactFormDevTools.theme({ 3 base00: '#2b303b', 4 base01: '#343d46', 5 base02: '#4f5b66', 6 base03: '#65737e', 7 base04: '#a7adba', 8 base05: '#c0c5ce', 9 base06: '#dfe1e8', 10 base07: '#eff1f5', 11 base08: '#bf616a', 12 base09: '#d08770', 13 base0A: '#ebcb8b', 14 base0B: '#a3be8c', 15 base0C: '#96b5b4', 16 base0D: '#8fa1b3', 17 base0E: '#b48ead', 18 base0F: '#ab7967', 19});
If you want to contribute to the development, do not hesitate to fork the repo and send pull requests.
And don't forget to star the repo, I will ensure more frequent updates! Thanks!
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
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
branch protection not enabled on development/release branches
Details
Reason
18 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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 MoreLast Day
14.1%
73
Compared to previous day
Last Week
2.4%
294
Compared to previous week
Last Month
-17.6%
1,533
Compared to previous month
Last Year
86.7%
31,023
Compared to previous year