
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
ember-cli-critical
Advanced tools
Ember CLI addon which wraps Critical, to extract & inline critical-path (above-the-fold) CSS from HTML
ember-cli-critical
This addon adds an ember-cli post build hook which runs your built app through Critical
Critical extracts & inlines critical-path (above-the-fold) CSS from HTML
It will remove the extracted CSS from your stylesheets and rewrite the link tags to point to the new files after inlining.
ember install ember-cli-critical
By default this addon will run only on production builds, but you can change this by overwriting
the enabled
setting in your ember-cli-build.js
{
"ember-cli-critical": {
enabled: true,
critical: {
// critical options
}
}
}
See Critical usage for available options.
npm test
(Runs ember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
FAQs
Ember CLI addon which wraps Critical, to extract & inline critical-path (above-the-fold) CSS from HTML
The npm package ember-cli-critical receives a total of 0 weekly downloads. As such, ember-cli-critical popularity was classified as not popular.
We found that ember-cli-critical 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.