Gathering detailed insights and metrics for node-red-contrib-qrcode-generator
Gathering detailed insights and metrics for node-red-contrib-qrcode-generator
npm install node-red-contrib-qrcode-generator
Typescript
Module System
Min. Node Version
Node Version
NPM Version
HTML (67.16%)
JavaScript (32.84%)
Total Downloads
33,203
Last Day
3
Last Week
49
Last Month
401
Last Year
5,939
2 Stars
25 Commits
1 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.4.0
Package Id
node-red-contrib-qrcode-generator@0.4.0
Unpacked Size
19.30 kB
Size
7.59 kB
File Count
7
NPM Version
5.8.0
Node Version
10.24.0
Cumulative downloads
Total Downloads
Last day
-87%
3
Compared to previous day
Last week
-46.7%
49
Compared to previous week
Last month
-40.2%
401
Compared to previous month
Last year
36.9%
5,939
Compared to previous year
1
Create QRCode from action text. Based on node-qrcode module.
Install from PALETTE Manager or run the following command in your NODE-RED user directory typically: ~/.node-red
npm install node-red-contrib-qrcode-generator
Processes string to generate QRCode. Use the editor as an helper to forge action text string (link, sms, wifi etc.) or post your custom string using msg.qrcodeinput
input property. Here is documentation to create your custom action text. Remember QRCode are specific for some devices for example Wi-Fi Network config works only on Android or iOS 11+. There are a lot of different standards on actionable text, the helper (editor configuration) aims to cover some of the most used. Finally node returns DataUri format image in msg.payload
.
You can render DataUri result, in html page with img element, using template node with mustache:
<body>
<img src="{{payload}}">
</body>
or you can link output to image viewer node and get a preview in your Node-Red workspace panel.
You can use different colors but keep in mind that Background Color must be brighter than QRcode Color.
msg.qrcodeinput
Custom string, it will be used instead of editor configuration. e.g.:
msg.qrcodeinput = 'mailto:someone@yoursite.com';
creates QRcode with action text for sending email to a specific address.
msg.payload
Image in DataURI format.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/25 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-01-06
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