Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
ember-cli-notifications
Advanced tools
ember install ember-cli-notifications
An Ember addon that adds Atom inspired notification messages to your app.
Interactive documentation can be found here.
As of 5.0.0 we no longer depend on Font Awesome so you can remove any configuration you have related to the icons:
var ENV = {
'ember-cli-notifications': {
includeFontAwesome: true
}
}
or
var ENV = {
'ember-cli-notifications': {
icons: 'bootstrap'
}
}
We have also updated the name of the service to be simply notifications
so you can now inject the notifications service with a much simpler inject statement:
import Controller from '@ember/controller';
import { inject as service } from '@ember/service';
export default class MyController extends Controller {
@service notifications;
}
We have removed the use of CSS Modules so you can now override the styles more effectively without needing as many hacks. You can remove any strange hacks that you might have implemented in your app to override styles.
See the Contributing guide for details.
FAQs
Atom inspired notification messages for ember-cli
The npm package ember-cli-notifications receives a total of 939 weekly downloads. As such, ember-cli-notifications popularity was classified as not popular.
We found that ember-cli-notifications demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.