Gathering detailed insights and metrics for qrcode-react
Gathering detailed insights and metrics for qrcode-react
Gathering detailed insights and metrics for qrcode-react
Gathering detailed insights and metrics for qrcode-react
npm install qrcode-react
Typescript
Module System
Node Version
NPM Version
65.5
Supply Chain
73.3
Quality
74.8
Maintenance
50
Vulnerability
99.6
License
JavaScript (99.9%)
CSS (0.07%)
HTML (0.03%)
Total Downloads
818,937
Last Day
13
Last Week
1,062
Last Month
4,883
Last Year
69,440
MIT License
153 Stars
57 Commits
32 Forks
5 Watchers
1 Branches
6 Contributors
Updated on Sep 16, 2024
Minified
Minified + Gzipped
Latest Version
0.1.16
Package Id
qrcode-react@0.1.16
Size
3.97 kB
NPM Version
5.3.0
Node Version
6.11.1
Cumulative downloads
Total Downloads
Last Day
-45.8%
13
Compared to previous day
Last Week
-11.5%
1,062
Compared to previous week
Last Month
4%
4,883
Compared to previous month
Last Year
-24.5%
69,440
Compared to previous year
1
1
A React component to generate QRCode with logo. Inspired by zpao/qrcode.react, also support chinese.
1npm install qrcode-react
1var React = require('react'); 2var ReactDOM = require('react-dom'); 3var QRCode = require('qrcode-react'); 4 5ReactDOM.render( 6 <QRCode value="http://facebook.github.io/react/" />, 7 mountNode 8);
prop | type | default value |
---|---|---|
value | string | http://facebook.github.io/react/ |
size | number | 128 |
bgColor | string (CSS color) | "#FFFFFF" |
fgColor | string (CSS color) | "#000000" |
logo | string (URL / PATH) | |
logoWidth | number | size * 0.2 |
logoHeight | number | Proportional scaling to logoWidth |
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 6/22 approved changesets -- score normalized to 2
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
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-06-30
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