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.
bulma-switch-control
Advanced tools
Switch controls for Bulma CSS Framework — Pure HTML & CSS/SCSS.
Demo and usage samples available at https://justboil.github.io/bulma-switch-control/
$ npm i bulma-switch-control --save
Use with scss
/* Bulma Switch Control */
@import "node_modules/bulma-switch-control/bulma-switch-control";
/* Bulma */
@import "node_modules/bulma/bulma";
You may just copy pre-compiled main.css
or main.min.css
file from the repository or from node_modules/bulma-switch-control/css
folder and use it in HTML
<!-- Bulma -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css">
<!-- Bulma Switch Control -->
<link rel="stylesheet" href="%SOME-LOCAL-PATH%/bulma-switch-control/css/main.min.css">
Demo and usage samples available at https://justboil.github.io/bulma-switch-control/
We try to make sure package works well in the latest versions of all major browsers
JustBoil's free items are limited to community support on GitHub.
The issue list is reserved exclusively for bug reports and feature requests. That means we do not accept usage questions. If you open an issue that does not conform to the requirements, it will be closed.
Based on Buefy's component for Vue.js & Bulma CSS Framework released under MIT License (Copyright © 2017-2020 Walter Tommasi; Copyright © 2017-2020 Rafael Beraldo)
FAQs
Switch controls for Bulma CSS Framework
The npm package bulma-switch-control receives a total of 311 weekly downloads. As such, bulma-switch-control popularity was classified as not popular.
We found that bulma-switch-control 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.