
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@meveo-org/mv-font-awesome
Advanced tools
MvFontAwesome is a Meveo icon component (based on lit-element) that renders [Font Awesome Free](https://github.com/FortAwesome/Font-Awesome) library icons.
MvFontAwesome is a Meveo icon component (based on lit-element) that renders Font Awesome Free library icons.
To experiment with the MvFontAwesome component.
Clone this repo.
Serve the project from the root directory with some http server (best served with meveo itself)
Make sure the following style is declared.
<style>
/* Brands */
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
font-display: auto;
src: url("{REPLACE_WITH_PATH_TO}/fonts/fa-brands-400.eot");
src: url("{REPLACE_WITH_PATH_TO}/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-brands-400.woff2") format("woff2"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-brands-400.woff") format("woff"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-brands-400.ttf") format("truetype"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-brands-400.svg#fontawesome") format("svg");
}
/* Regular */
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: auto;
src: url("{REPLACE_WITH_PATH_TO}/fonts/fa-regular-400.eot");
src: url("{REPLACE_WITH_PATH_TO}/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-regular-400.woff2") format("woff2"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-regular-400.woff") format("woff"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-regular-400.ttf") format("truetype"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-regular-400.svg#fontawesome") format("svg");
}
/* Solid */
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: auto;
src: url("{REPLACE_WITH_PATH_TO}/fonts/fa-solid-900.eot");
src: url("{REPLACE_WITH_PATH_TO}/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-solid-900.woff2") format("woff2"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-solid-900.woff") format("woff"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-solid-900.ttf") format("truetype"),
url("{REPLACE_WITH_PATH_TO}/fonts/fa-solid-900.svg#fontawesome") format("svg");
}
</style>
OR
<link rel="stylesheet" href="node_modules/@meveo-org/mv-font-awesome/fonts.css">
View the index.html to see available icons, then use the component to load the chosen icon e.g.
<mv-fa icon="snowflake"></mv-fa>
Note: Some solid icons have the same name as regular icons. To specify that you want to use the regular icons just use:
<mv-fa icon="snowflake" regular></mv-fa>
FAQs
MvFontAwesome is a Meveo icon component (based on lit-element) that renders [Font Awesome Free](https://github.com/FortAwesome/Font-Awesome) library icons.
We found that @meveo-org/mv-font-awesome demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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 researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.