Gathering detailed insights and metrics for vue-qrcode
Gathering detailed insights and metrics for vue-qrcode
Gathering detailed insights and metrics for vue-qrcode
Gathering detailed insights and metrics for vue-qrcode
npm install vue-qrcode
Typescript
Module System
Node Version
NPM Version
73.2
Supply Chain
98.5
Quality
77.5
Maintenance
100
Vulnerability
99.3
License
vue-qrcode@2.2.2
Published on 28 Jan 2024
vue-qrcode@2.2.1
Published on 24 Jan 2024
vue-resizor@0.1.0
Published on 24 Jan 2024
vue-qrious@3.1.1
Published on 24 Jan 2024
vue-qrious@3.1.0
Published on 18 Sept 2022
vue-qrcode@2.2.0
Published on 18 Sept 2022
TypeScript (61.89%)
Vue (35.05%)
Less (2.5%)
JavaScript (0.56%)
Total Downloads
1,774,723
Last Day
1,900
Last Week
9,486
Last Month
46,331
Last Year
509,377
284 Stars
91 Commits
54 Forks
8 Watching
12 Branches
5 Contributors
Minified
Minified + Gzipped
Latest Version
2.2.2
Package Id
vue-qrcode@2.2.2
Unpacked Size
22.35 kB
Size
4.84 kB
File Count
7
NPM Version
10.2.4
Node Version
20.11.0
Publised On
28 Jan 2024
Cumulative downloads
Total Downloads
Last day
-25.2%
1,900
Compared to previous day
Last week
-20%
9,486
Compared to previous week
Last month
9.6%
46,331
Compared to previous month
Last year
10.7%
509,377
Compared to previous year
🤳 A Vue component for QR code generation with qrcode
1<template> 2 <vue-qrcode 3 value="https://www.1stg.me" 4 @change="onDataUrlChange" 5 /> 6</template> 7<script> 8import VueQrcode from 'vue-qrcode' 9 10export default { 11 data() { 12 return { 13 dataUrl: null, 14 } 15 }, 16 components: { 17 VueQrcode, 18 }, 19 methods: { 20 onDataUrlChange(dataUrl) { 21 this.dataUrl = dataUrl 22 }, 23 }, 24} 25</script>
prop | type (range) | default value |
---|---|---|
version | number (1-40) | N/A |
errorCorrectionLevel | String ('low', 'medium', 'quartile', 'high', 'L', 'M', 'Q', 'H') | 'M' |
maskPattern | number (0-7) | N/A |
toSJISFunc | Function | N/A |
margin | number | 4 |
scale | number | 4 |
width | number | N/A |
color | { dark: string; light:string } | { dark: '#000000ff', light: '#ffffffff' } |
type | string ('image/png', 'image/jpeg', 'image/webp') | 'image/png' |
quality | number (0-1) | 0.92 |
value | string |Array<{ data: string; mode?: string }> | N/A |
event | type |
---|---|
change | dataUrl: string |
1stG | RxTS | UnTS |
---|---|---|
1stG | RxTS | UnTS |
---|---|---|
Detailed changes for each release are documented in CHANGELOG.md.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 1/23 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
26 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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