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.
toggle-checkbox-radio
Advanced tools
CSS only, bootstrap compatible toggle, checkbox and radio buttons
CSS only, bootstrap compatible toggle, checkbox and radio buttons.
Several quick start options are available:
git clone https://github.com/alexdonh/toggle-checkbox-radio.git
.npm install toggle-checkbox-radio
.toggle-checkbox-radio.css
or toggle-checkbox-radio.min.css
to your page:<head>
...
<link href="path/to/toggle-checkbox-radio.css" rel="stylesheet" />
...
</head>
toggle
, checkbox
or radio
class:<label>
<input type="checkbox" class="toggle" /> This is a toggle
</label>
<label>
<input type="checkbox" class="checkbox" /> And this is a checkbox
</label>
<label class="radio">
<input type="radio" class="radio" /> I'm a radio button
</label>
Checkout the samples page for further information.
All major browsers. Well... latest ones.
Copyright © 2018 Alex Do.
Licensed under the MIT License.
FAQs
CSS only, bootstrap compatible toggle, checkbox and radio buttons
The npm package toggle-checkbox-radio receives a total of 158 weekly downloads. As such, toggle-checkbox-radio popularity was classified as not popular.
We found that toggle-checkbox-radio 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.