Gathering detailed insights and metrics for @xkeshi/vue-qrcode
Gathering detailed insights and metrics for @xkeshi/vue-qrcode
npm install @xkeshi/vue-qrcode
Typescript
Module System
Node Version
NPM Version
63.5
Supply Chain
98.2
Quality
74.4
Maintenance
50
Vulnerability
79.6
License
TypeScript (55.98%)
JavaScript (42.9%)
Shell (1.12%)
Total Downloads
373,817
Last Day
55
Last Week
306
Last Month
1,408
Last Year
24,235
1,078 Stars
41 Commits
139 Forks
16 Watching
3 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.0
Package Id
@xkeshi/vue-qrcode@1.0.0
Size
57.06 kB
NPM Version
6.1.0
Node Version
10.1.0
Publised On
20 Jun 2018
Cumulative downloads
Total Downloads
Last day
-57%
55
Compared to previous day
Last week
-32.9%
306
Compared to previous week
Last month
-1.7%
1,408
Compared to previous month
Last year
-7.7%
24,235
Compared to previous year
1
1
25
1dist/ 2├── vue-qrcode.js (UMD) 3├── vue-qrcode.min.js (UMD, compressed) 4├── vue-qrcode.common.js (CommonJS) 5└── vue-qrcode.esm.js (ES Module)
1npm install @xkeshi/vue-qrcode vue
In browser:
1<script src="/path/to/vue.js"></script> 2<script src="/path/to/vue-qrcode.js"></script>
1import Vue from 'vue'; 2import VueQrcode from '@xkeshi/vue-qrcode'; 3 4Vue.component(VueQrcode.name, VueQrcode);
1<qrcode value="Hello, World!" :options="{ size: 200 }"></qrcode>
In browser:
1<script>Vue.component(VueQrcode.name, VueQrcode);</script>
String
''
The value of the qrcode.
Object
The options for the qrcode generator. References the QRious's options.
String
'canvas'
'canvas'
and 'img'
The tag of the component root element.
Maintained under the Semantic Versioning guidelines.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/27 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
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