Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@festo-ui/react-icons
Advanced tools
npm i @festo-ui/react-icons
All icon names are beginning with <Icon...> Example:
<IconAccordion></IconAccordion>
The default size is 16px. for other sizes use the size attribute.
You can use these sizes: 16 | 24 | 32 | 48 | 64 | 96 | 128 | 192
<IconAccordion size={48}></IconAccordion>
To use a custom size, use the svg property together with size = 16, 24 or 32.
<IconAccordion size={32} svgProps={{ height: '256px' }}></IconAccordion>
By default the icon has the text color. If you want the festo colors instead set the festoColor attribute:
<IconAccordion festoColor></IconAccordion>
You can add css class names by setting the className attribute:
<button className="fwe-btn">
<IconAccordion className="fwe-mr-xxs"></IconAccordion>
Buttontext
</button>
For more information for developers, please refer to the Developer README.
FAQs
SVG icons wraped by react components
The npm package @festo-ui/react-icons receives a total of 211 weekly downloads. As such, @festo-ui/react-icons popularity was classified as not popular.
We found that @festo-ui/react-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.