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.
github.com/terrymooreii/vue-zondicons
Installation
npm install --save vue-zondicons
To Use
In your main.js
Vue file add the following
import Zondicon from 'vue-zondicons';
Vue.component('Zondicon', Zondicon);
Browse Zondicons on the Zondicon website then add the name of the icon to the icon
attribute
<Zondicon icon="arrow-left" />
You can also pass css classes to the Zondicon svg
element
Note: fill-content
and text-red
are from the Tailwinds CSS library and vue-zondicons
doesnt come with any css.
<Zondicon icon="arrow-left" class="fill-current text-red"/>
Note
The icon filter
has been changed to filter-icon
since filter
is a registered keyword in Vuejs and will throw errors.
npm install
clone this repo
npm install # Install dependancies
./scripts/make-icons.sh # download zondicons from zondicon repo and generate vue components
npm build # Build package for npm
npm publish
Pull Requests are always welcome :)
License: MIT
FAQs
Unknown package
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.