
Security News
Research
Destructive npm Packages Disguised as Utilities Enable Remote System Wipe
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
@kujeah/qrcode-generator
Advanced tools
<script type="text/javascript" src="qrcode.js"></script>
<div id="placeHolder"></div>
var typeNumber = 4;
var errorCorrectionLevel = 'L';
var qr = qrcode(typeNumber, errorCorrectionLevel);
qr.addData('Hi!');
qr.make();
document.getElementById('placeHolder').innerHTML = qr.createImgTag();
QRCode
Create a QRCode Object.
Param | Type | Description |
---|---|---|
typeNumber | number | Type number (1 ~ 40), or 0 for auto detection. |
errorCorrectionLevel | string | Error correction level ('L', 'M', 'Q', 'H') |
number[]
Encodes a string into an array of number(byte) using any charset. This function is used by internal. Overwrite this function to encode using a multibyte charset.
Param | Type | Description |
---|---|---|
s | string | string to encode |
void
Add a data to encode.
Param | Type | Description |
---|---|---|
data | string | string to encode |
mode | string | Mode ('Numeric', 'Alphanumeric', 'Byte'(default), 'Kanji') |
void
Make a QR Code.
number
The number of modules(cells) for each orientation. [Note] call make() before this function.
boolean
The module at row and col is dark or not. [Note] call make() before this function.
Param | Type | Description |
---|---|---|
row | number | 0 ~ moduleCount - 1 |
col | number | 0 ~ moduleCount - 1 |
string
string
string
string
string
Helper functions for HTML. [Note] call make() before these functions.
Param | Type | Description |
---|---|---|
cellSize | number | default: 2 |
margin | number | default: cellSize * 4 |
alt | string | (optional) |
string
Param | Type | Description |
---|---|---|
opts | object | default: {} |
opts.cellSize | number | default: 2 |
opts.margin | number | default: cellSize * 4 |
opts.scalable | boolean | default: false |
void
--
This implementation is based on JIS X 0510:1999.
The word 'QR Code' is registered trademark of DENSO WAVE INCORPORATED
http://www.denso-wave.com/qrcode/faqpatent-e.html
FAQs
QR Code Generator implementation in JavaScript.
We found that @kujeah/qrcode-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnam’s Telegram ban.
Research
Security News
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.