Gathering detailed insights and metrics for ember-cli-favicon
Gathering detailed insights and metrics for ember-cli-favicon
Gathering detailed insights and metrics for ember-cli-favicon
Gathering detailed insights and metrics for ember-cli-favicon
Automatically build and include all the various platform / device favicon formats from a single source favicon.png
npm install ember-cli-favicon
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (86.12%)
HTML (13.8%)
Handlebars (0.08%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
57 Stars
120 Commits
20 Forks
5 Watchers
1 Branches
11 Contributors
Updated on Feb 07, 2025
Latest Version
3.0.0
Package Id
ember-cli-favicon@3.0.0
Unpacked Size
21.29 kB
Size
5.87 kB
File Count
9
NPM Version
8.1.0
Node Version
14.18.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
40
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:
1// ember-cli-build.js 2var app = new EmberApp({ 3 'ember-cli-favicon': { 4 enabled: env != 'test', // By default favicons are NOT generated in TEST env to speedup builds 5 6 onSuccess() {}, // You can call your callback when favicons are generated successfully 7 8 iconPath: 'favicon.png', // icon path related to `public` folder 9 10 // See the [favicons](https://github.com/itgalaxy/favicons) module for details on the available configuration options. 11 faviconsConfig: { 12 // these options are passed directly to the favicons module 13 path: projectConfig.rootUrl, 14 appName: package.name, 15 appShortName: package.name, 16 appDescription: package.description, 17 developerName: package.author, 18 version: package.version, 19 icons: { 20 favicons: true, 21 android: isProductionEnv, 22 appleIcon: isProductionEnv, 23 appleStartup: isProductionEnv, 24 coast: isProductionEnv, 25 firefox: isProductionEnv, 26 windows: isProductionEnv, 27 yandex: isProductionEnv 28 } 29 } 30 } 31});
See the Contributing guide for details.
This project is licensed under the MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
Found 3/13 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
89 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More