Gathering detailed insights and metrics for components-font-awesome
Gathering detailed insights and metrics for components-font-awesome
Gathering detailed insights and metrics for components-font-awesome
Gathering detailed insights and metrics for components-font-awesome
npm install components-font-awesome
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
193 Stars
90 Commits
57 Forks
22 Watching
15 Branches
52 Contributors
Updated on 03 Sept 2024
Minified
Minified + Gzipped
SCSS (34.49%)
Less (33.19%)
CSS (32.25%)
Makefile (0.07%)
Cumulative downloads
Total Downloads
Last day
-21.9%
1,541
Compared to previous day
Last week
3%
8,858
Compared to previous week
Last month
-13%
36,892
Compared to previous month
Last year
10.5%
484,905
Compared to previous year
No dependencies detected.
Shim repository for Font Awesome.
The full suite of pictographic icons, examples, and documentation can be found at: https://fontawesome.com/
components-font-awesome
components-font-awesome
components/font-awesome
components/font-awesome
If using bower, do not forget to re-compile bower using gulp bower
. Here is the sample code if you do not have one.
1// Update Foundation with Bower and save to /vendor 2gulp.task('bower', function() { 3 return bower({ cmd: 'update'}) 4 .pipe(gulp.dest('vendor/')) 5});
With gulp, usually there is a function to combine all scss to css file for faster page loads.
In the sample case we run function gulp style
to combine all scss to css file under ./assets/css/
Here is the important part, the default font folder is on different path with the compiled bower file. We need to move the font from default font folder to the compiled bower folder (In the example vendor
is the compiled folder).
1// Move font-awesome fonts folder to css compiled folder 2gulp.task('icons', function() { 3 return gulp.src('./vendor/components-font-awesome/webfonts/**.*') 4 .pipe(gulp.dest('./assets/fonts')); 5});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 5/22 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license 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
Score
Last Scanned on 2024-11-25
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