
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@glpi-project/illustrations
Advanced tools
Collections of SVG assets made by GLPI team for various projects.
Collections of SVG assets made by GLPI team for various projects.
SVG illustrations from glpi-project.org website
SVG icons for github.com/glpi-project/glpi application.
They have been made mainly for the new service catalog of 11.0 version.
npm install @glpi-project/illustrations
Most icons have their colors customizable with CSS variables.
So, set the colors for the icons in your CSS:
:root {
--glpi-illustrations-background: #FFFFFF;
--glpi-illustrations-header-dark: #2F3F64;
--glpi-illustrations-header-light: #BCC5DC;
--glpi-illustrations-primary: #FEC95C;
}
Add an icon on your page with the following markup:
<svg width="24" height="24">
<use xlink:href="path/to/glpi-illustrations.svg#approve-requests" />
</svg>
This work is licensed under a Creative Commons Attribution 4.0 International License.
Thanks to all the contributors who made this work possible.
FAQs
Collections of SVG assets made by GLPI team for various projects.
The npm package @glpi-project/illustrations receives a total of 233 weekly downloads. As such, @glpi-project/illustrations popularity was classified as not popular.
We found that @glpi-project/illustrations 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.