Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
wired-radio
Advanced tools
Hand-drawn sketchy radio button web component. Usually used with wired-radio-group.
For demo and view the complete set of wired-elememts: wiredjs.com
Add wired-radio to your project:
npm i wired-radio
Import wired-radio definition into your HTML page:
<script type="module" src="wired-radio/lib/wired-radio.js"></script>
Or into your module script:
import { WiredRadio } from "wired-radio"
Use it in your web page:
<wired-radio>Radio One</wired-radio>
<wired-radio checked>Radio Two</wired-radio>
<wired-radio disabled>Disabled Radio</wired-radio>
checked - Checked state (boolean) of the radio button. Default is false.
disabled - disables the radio button. Default value is false.
text - Text associated with the radio button.
name - A name associated with the radio inside a radio-group.
--wired-radio-icon-color Color of the radio button. Default is currentColor.
change - event fired when state of the radio changes, i.e. the user checks/unchecks the radio.
FAQs
Hand-drawn sketchy radio button - web component
We found that wired-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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.