
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
ember-radio
Advanced tools
Simple notification service for emberjs (no styling, no extra libs).
ember install ember-radio
First of all add component to your template (application.hbs).
<RadioSpeaker @duration={{5000}} as |Radio|>
...some markup...
{{#each Radio.messages as |message|}}
<Radio.Message @message={{message}} />
{{/each}}
...some markup...
</RadioSpeaker>
Radio - is an object with <Message />
component and messages
list array.
You can push messages to the service with:
import { inject as service } from '@ember/service';
export default class SomeComponent extends Component {
@service radio;
@action
someAction() {
this.radio.send({
type: 'info',
text: 'You are my hero!'
});
}
...
See the Contributing guide for details.
This project is licensed under the MIT License.
FAQs
Simple notification service for emberjs.
We found that ember-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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.