Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
ember-radio-buttons
Advanced tools
Radio buttons for Ember
This addon gives you radio buttons and button groups for EmberJS
This repo is just using the work of FellowMD and packaging up his implementation of radio button helpers. Further discussion on this issue can be found here
ember install ember-radio-buttons
In previous versions of this addon you needed to expose the component in your app, this is no longer the case as of v4.0.0. If you have a file app/components/radio-button.js
in your own app that just exports ember-radio-buttons
it is no longer necessary but it won't break anything.
After installing this addon you will have a {{radio-button}} component that gives you a working implementation of Radio Buttons.
{{radio-button value='one' checked=selectedNumber}}
{{radio-button value='two' checked=selectedNumber}}
for this example it will call this.set('selectedNumber', value)
depending on which of the radio buttons you click.
See the Contributing guide for details.
This project is licensed under the MIT License.
FAQs
Implementation of radio buttons for Ember
We found that ember-radio-buttons 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.