Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
material-ui-split-button
Advanced tools
Split button component for the Material-UI library
npm install material-ui-split-button --save
<MuiSplitButton
renderMenu={({ handleClose }) => {
<MenuItem
button
onClick={handleClose}
>
<ListItemText
primary="Click me to close the menu"
/>
</MenuItem>
}}
>
Button Text Goes Here
</MuiSplitButton>
Please refer to src/demo
for examples.
Name | Type | Description | Default |
---|---|---|---|
renderMenu | function | (required) Render prop used for displaying the menu. The **handleClose** method is passed to this, which closes the menu | |
position | string | (optional) The position of the menu button - can be either **left** or **right** | right |
MenuButtonProps | object | (optional) Properties to pass to the menu button component. See https://material-ui.com/api/button/ | {} |
MenuProps | object | (optional) Properties to pass to the menu component. See https://material-ui.com/api/menu/ | {} |
Uses the MIT License
FAQs
Split button component for the Material-UI library
The npm package material-ui-split-button receives a total of 64 weekly downloads. As such, material-ui-split-button popularity was classified as not popular.
We found that material-ui-split-button 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.