Gathering detailed insights and metrics for @chenfengyuan/vue-qrcode
Gathering detailed insights and metrics for @chenfengyuan/vue-qrcode
Gathering detailed insights and metrics for @chenfengyuan/vue-qrcode
Gathering detailed insights and metrics for @chenfengyuan/vue-qrcode
npm install @chenfengyuan/vue-qrcode
Typescript
Module System
Node Version
NPM Version
TypeScript (55.98%)
JavaScript (42.9%)
Shell (1.12%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,100 Stars
41 Commits
140 Forks
15 Watchers
3 Branches
2 Contributors
Updated on Jul 09, 2025
Latest Version
2.0.0
Package Id
@chenfengyuan/vue-qrcode@2.0.0
Unpacked Size
17.73 kB
Size
4.96 kB
File Count
8
NPM Version
8.1.4
Node Version
16.4.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
51
QR code component for Vue 3, bases on node-qrcode. For Vue 2, check out the
v1
branch.
1dist/ 2├── vue-qrcode.js (UMD, default) 3├── vue-qrcode.min.js (UMD, compressed) 4├── vue-qrcode.esm.js (ECMAScript Module) 5├── vue-qrcode.esm.min.js (ECMAScript Module, compressed) 6└── vue-qrcode.d.ts (TypeScript Declaration File)
Using npm:
1npm install vue@3 qrcode@1 @chenfengyuan/vue-qrcode@2
Using pnpm:
1pnpm add vue@3 qrcode@1 @chenfengyuan/vue-qrcode@2
Using Yarn:
1yarn add vue@3 qrcode@1 @chenfengyuan/vue-qrcode@2
Using CDN:
1<script src="https://unpkg.com/vue@3"></script><!-- Vue.js is required --> 2<script src="https://unpkg.com/qrcode@1.5.0/build/qrcode.js"></script><!-- qrocde is required --> 3<script src="https://unpkg.com/@chenfengyuan/vue-qrcode@2"></script>
1import { createApp } from 'vue'; 2import VueQrcode from '@chenfengyuan/vue-qrcode'; 3 4const app = createApp({}); 5 6app.component(VueQrcode.name, VueQrcode);
1<vue-qrcode value="Hello, World!" :options="{ width: 200 }"></vue-qrcode>
Same as Vue 3.
Maintained under the Semantic Versioning guidelines.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/27 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
47 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