
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
![]()
Para utilizar los iconos son necesarios los archivos de la carpeta dist. En el html hay que llamar al archivo icono-arg.css.
<link href="path/to/css/icono-arg.css" rel="stylesheet">
Algo importante, es que la relación de las carpetas css y fonts deben quedar como están para que funcionen las rutas relativas.
El archivo editable con todos los íconos es src/Iconos.ai. Los iconos exportados en svg van en src/_icons/
Para compilar la tipografía se utiliza Font Custom. La instalación requiere Ruby 1.9.2+ y FontForge con las funciones de consola para Python.
# En Mac
brew install fontforge --with-python
brew install eot-utils
gem install fontcustom
# En Linux
sudo apt-get install fontforge
wget http://people.mozilla.com/~jkew/woff/woff-code-latest.zip
unzip woff-code-latest.zip -d sfnt2woff && cd sfnt2woff && make && sudo mv sfnt2woff /usr/local/bin/
gem install fontcustom
fontcustom compile # Compila la tipografía y templates
fontcustom watch # Compila cuando las imágenes svg se cambian / agregan / eliminan
FAQs
Sistema de iconos de Poncho
We found that ar-iconos demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.