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
5,870,645
Last Day
4,409
Last Week
20,251
Last Month
93,822
Last Year
1,455,227
1,077 Stars
41 Commits
140 Forks
16 Watching
3 Branches
2 Contributors
Minified
Minified + Gzipped
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
-14.6%
4,409
Compared to previous day
Last week
-25.3%
20,251
Compared to previous week
Last month
-6.4%
93,822
Compared to previous month
Last year
-1.8%
1,455,227
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.
MIT © Chen Fengyuan
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
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
Found 0/27 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
40 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