
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
bs-material-ui
Advanced tools
Reason bindings for material-ui.
🚧 This is a WIP, not everything is supported yet. 🚧
Feel free to create an issue or PR if you find anything missing.
yarn add bs-material-ui
yarn add material-ui@next
Then add bs-material-ui to bs-dev-dependencies in your bsconfig.json:
{
...
"bs-dev-dependencies": ["bs-material-ui"]
}
let component = ReasonReact.statelessComponent("Header");
let make = (_children) => {
...component,
render: (_self) =>
<MaterialUI.AppBar position="static" color="default">
<MaterialUI.Toolbar>
<MaterialUI.Typography
_type="title" color=MaterialUI.Typography.Color.Inherit>
(ReasonReact.stringToElement("Title"))
</MaterialUI.Typography>
</MaterialUI.Toolbar>
</MaterialUI.AppBar>
};
It is not recommended to open this module as it will clash with other modules.
If you wish to do so please be aware that theListcomponent will clash with the standard libraryListmodule.
FAQs
Reason bindings for material-ui
We found that bs-material-ui 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.