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.
@bytegem/vue-heroicons
Advanced tools
A set of free MIT-licensed high-quality SVG icons for Vue.js development.
A set of free MIT-licensed high-quality SVG icons for Vue.js development.
Live Demos | Heroicons SVG source
npm i @bytegem/vue-heroicons -S
yarn add @bytegem/vue-heroicons
Global register components:
import Vue from 'vue';
import Heroicons from '@bytegem/vue-heroicons';
Vue.use(Heroicons /* , options */);
Key | Desc |
---|---|
compomnents | Vue Components. You can only register part of the Heroicons icon component globally or a custom Vue component. |
removePrefix | Used to remove the Heroicons prefix from the component name. |
onlySolid | Register only solid style icon components. |
onlyOutline | Register only outline style icon components. |
Only one of them can be set for
onlysolid
andonlyoutline
selection, otherwise unexpected registration will occur
import { HeroiconsAnnotationOutline } from '@bytegem/vue-heroicons';
export default {
components: { HeroiconsAnnotationOutline }
};
<HeroiconsAnnotationOutline />
Or
<heroicons-annotation-outline />
name | size | gzip |
---|---|---|
heroicons.umd.min.js | 181.97 KiB | 34.67 KiB |
heroicons.umd.js | 757.71 KiB | 58.13 KiB |
heroicons.common.js | 757.32 KiB | 58.01 KiB |
The MIT license
FAQs
A set of free MIT-licensed high-quality SVG icons for Vue.js development.
The npm package @bytegem/vue-heroicons receives a total of 0 weekly downloads. As such, @bytegem/vue-heroicons popularity was classified as not popular.
We found that @bytegem/vue-heroicons 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
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.