
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
mobx-react-form-devtools
Advanced tools
npm install --save mobx-react-form-devtools
import MobxReactFormDevTools from 'mobx-react-form-devtools';
// register forms (mobx-react-form Instances)
MobxReactFormDevTools.register({
loginForm,
registerForm,
supportForm,
});
// select form to show into the devtools
MobxReactFormDevTools.select('registerForm');
// open the devtools (closed by default)
MobxReactFormDevTools.open(true);
// render the component
<MobxReactFormDevTools.UI />
// custom theme colors
MobxReactFormDevTools.theme({
base00: '#2b303b',
base01: '#343d46',
base02: '#4f5b66',
base03: '#65737e',
base04: '#a7adba',
base05: '#c0c5ce',
base06: '#dfe1e8',
base07: '#eff1f5',
base08: '#bf616a',
base09: '#d08770',
base0A: '#ebcb8b',
base0B: '#a3be8c',
base0C: '#96b5b4',
base0D: '#8fa1b3',
base0E: '#b48ead',
base0F: '#ab7967',
});
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!
FAQs
DevTools for MobX React Form
The npm package mobx-react-form-devtools receives a total of 133 weekly downloads. As such, mobx-react-form-devtools popularity was classified as not popular.
We found that mobx-react-form-devtools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.