Gathering detailed insights and metrics for vue-cryptocurrency-icons
Gathering detailed insights and metrics for vue-cryptocurrency-icons
Gathering detailed insights and metrics for vue-cryptocurrency-icons
Gathering detailed insights and metrics for vue-cryptocurrency-icons
@iconify-prerendered/vue-cryptocurrency
Cryptocurrency Icons components for Vue. Designed for ease of use and high performance
vue-crypto-icons
Cryptocurrency SVG Vue components.
@iconify-prerendered/vue-cryptocurrency-color
Cryptocurrency Color Icons components for Vue. Designed for ease of use and high performance
vue-cryptoicon
Beautiful pixel perfect 400+ cryptocurrency and 10+ Fiat currency icon
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
npm install vue-cryptocurrency-icons
Typescript
Module System
Node Version
NPM Version
Vue (56.7%)
JavaScript (25.27%)
HTML (18.03%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
8 Stars
171 Commits
2 Forks
1 Watchers
1 Branches
1 Contributors
Updated on Sep 03, 2022
Latest Version
0.2.5
Package Id
vue-cryptocurrency-icons@0.2.5
Unpacked Size
684.23 kB
Size
178.81 kB
File Count
14
NPM Version
6.13.4
Node Version
10.19.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
A Vue.js component for the project cryptocurrency-icons
: 6000 icons – almost 400 crypto currencies, in 4 styles and a range of sizes.
npm install --save vue-cryptocurrency-icons
1import Vue from "vue"; 2import IconCrypto from "vue-cryptocurrency-icons"; 3 4Vue.use(IconCrypto);
1<template> 2 <div id="app"> 3 <IconCrypto coinname="ETH" color="color" format="svg" /> 4 </div> 5</template> 6 7<script> 8export default { 9 name: "app" 10}; 11</script>
coinname
The name of the coin.
String
true
If the coin name passed as props does not exist, an a generic icon
is used.
color
The color of the coin.
String
color
color
- black
- white
format
String
32
32
- 128
- svg
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
104 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More