
Research
Malicious Go “crypto” Module Steals Passwords and Deploys Rekoobe Backdoor
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.
@asphalt-react/radio
Advanced tools
Radio buttons allow users to select only a single option from a list of options. There are 2 states in a Radio button: Checked and Unchecked.
To enhance accessibility, Radio buttons come with a label which is placed beside the component. The labels are of type text and they come in 3 sizes:
The size of the Radio button remains the same for all label sizes. You can choose to skip the standard label and bind the Radio button with you own label as well.
Radio buttons support most of the input="radio" attributes like checked, value, name, onChange & disabled as well as data-* attributes. To get a handle of the underlying DOM element, use React Refs.
Add aria-label or aria-labelledby for cases where Radio buttons do not have a dedicated label.
Use id and htmlFor props to associate your custom label with the Radio button.
import { Radio } from "@asphalt-react/radio"
<Radio value="GoPay" label="Mode of payment" />
Label for the radio button.
| type | required | default |
|---|---|---|
| string | false | "" |
Controls the label size. Size of the radio buton doesn't change. Accepts s, m, l for small, medium & large
| type | required | default |
|---|---|---|
| enum | false | "m" |
FAQs
Radio
The npm package @asphalt-react/radio receives a total of 106 weekly downloads. As such, @asphalt-react/radio popularity was classified as not popular.
We found that @asphalt-react/radio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers 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
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.

Security News
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.

Security News
AI agents are writing more code than ever, and that's creating new supply chain risks. Feross joins the Risky Business Podcast to break down what that means for open source security.