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-cli-favicon
Advanced tools
Automatically build and include all the various platform / device favicon formats from a single source public/favicon.png.
Take a single favicon source file at public/favicon.png
, and convert to the various formats and sizes required for popular devices and platforms. Also injects the appropriate HTML into your index.html file during the build process.
$ ember install ember-cli-favicon
Just save an image to public/favicon.png
(try to make sure it's at least 256x256). Additional configuration options are supplied in your ember-cli-build.js
file:
// ember-cli-build.js
var app = new EmberApp({
favicon: {
config: {
// these options are passed directly to the favicons module
}
}
});
See the favicons module for details on the available configuration options.
v1.0.0-beta.2 (2016-04-14)
Closed issues:
Merged pull requests:
FAQs
Automatically build and include all the various platform / device favicon formats from a single source public/favicon.png.
The npm package ember-cli-favicon receives a total of 1,646 weekly downloads. As such, ember-cli-favicon popularity was classified as popular.
We found that ember-cli-favicon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
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.