
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
components-font-awesome
Advanced tools
Shim repository for Font Awesome.
The full suite of pictographic icons, examples, and documentation can be found at: http://fortawesome.github.com/Font-Awesome/
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.
// Update Foundation with Bower and save to /vendor
gulp.task('bower', function() {
return bower({ cmd: 'update'})
.pipe(gulp.dest('vendor/'))
});
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).
// Move font-awesome fonts folder to css compiled folder
gulp.task('icons', function() {
return gulp.src('./vendor/components-font-awesome/webfonts/**.*')
.pipe(gulp.dest('./assets/fonts'));
});
FAQs
Font Awesome, the iconic SVG, font, and CSS framework.
The npm package components-font-awesome receives a total of 0 weekly downloads. As such, components-font-awesome popularity was classified as not popular.
We found that components-font-awesome 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
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.