
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
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 with following defaults:
// ember-cli-build.js
var app = new EmberApp({
'ember-cli-favicon': {
enabled: env != 'test', // By default favicons are NOT generated in TEST env to speedup builds
onSuccess() {}, // You can call your callback when favicons are generated successfully
iconPath: 'favicon.png', // icon path related to `public` folder
// See the [favicons](https://github.com/itgalaxy/favicons) module for details on the available configuration options.
faviconsConfig: {
// these options are passed directly to the favicons module
path: projectConfig.rootUrl,
appName: package.name,
appShortName: package.name,
appDescription: package.description,
developerName: package.author,
version: package.version,
icons: {
favicons: true,
android: isProductionEnv,
appleIcon: isProductionEnv,
appleStartup: isProductionEnv,
coast: isProductionEnv,
firefox: isProductionEnv,
windows: isProductionEnv,
yandex: isProductionEnv
}
}
}
});
See the Contributing guide for details.
This project is licensed under the MIT License.
v3.0.0 (2021-10-17)
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 2,003 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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.