Gathering detailed insights and metrics for mobx-devtools-mst
Gathering detailed insights and metrics for mobx-devtools-mst
Gathering detailed insights and metrics for mobx-devtools-mst
Gathering detailed insights and metrics for mobx-devtools-mst
mobx-state-tree
Opinionated, transactional, MobX powered state container
mst-middlewares
The MST package ships with some prebuilt middlewares, which serves mainly as examples on how to write your own middleware. The source of each middleware can be found in this github directory, you are encouraged to read them!
mobx-react-devtools
Dev-tools for MobX and React
mst-gql
Bindings for mobx-state-tree and GraphQL
npm install mobx-devtools-mst
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
489 Stars
342 Commits
34 Forks
10 Watching
8 Branches
50 Contributors
Updated on 03 Nov 2024
JavaScript (98.61%)
HTML (1.39%)
Cumulative downloads
Total Downloads
Last day
7.6%
3,784
Compared to previous day
Last week
2.9%
17,000
Compared to previous week
Last month
24.2%
74,262
Compared to previous month
Last year
-4.5%
704,417
Compared to previous year
2
This repository is home for:
To allow inspecting MST root, do npm install mobx-devtools-mst
and pass it to the function, exported as the default:
1import makeInspectable from 'mobx-devtools-mst'; 2 3const myStore = MyStore.create(/* ... */); 4 5makeInspectable(myStore);
Install:
1npm install --global mobx-devtools
Start:
1mobx-devtools
Make sure that you are using mobx 3.1.15 or higher and your app does not live inside an iframe. If that doesn't help, please create an issue with detail about your environment.
Prefer use React Devtools extension for components tree and performance discuss
Check the HACKING.md.
No vulnerabilities found.
Reason
22 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 6/20 approved changesets -- score normalized to 3
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
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
47 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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