Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@teliads/icons
Advanced tools
This package contains the "raw" svg icons that can be used for instance in the telia-icon
component. It also contains tooling to convert these icons to source code that can be imported and used in your project. The source code is generally based on the raw svg files, and therefore it is not a good idea to change any of the generated source code files manually.
If we receive new icon svg:s or updated svg:s of existing icons proceed as follows:
./assets/
(not in ./src/assets/
!)yarn build
This will re-create the generated source code and therefore also update the actual icons.
Removing icons is a destructive action that needs to be considered carefully. If an icon is removed, it may cause problems for teams who are using that icon. Removing an icon needs a migration plan. These live in the documentation/
directory of this repository and in the packages/components/src/documentation/
directory. There is information on the Storybook page. (TODO: add link to new storybook site.)
Technically, removing an icon only requires you to remove it from ./assets/
and run yarn build
.
In the ./src/
directory,
are not generated. These files are either used during the generation of source code, or a part of the dist of this package.
FAQs
Vocads icons library
We found that @teliads/icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.