Socket
Socket
Sign inDemoInstall

qrcode

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qrcode - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

11

helper/to-sjis.js
const SJIS_UTF8 = [
[0x8140, ' 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈〉《》「」『』【】+-±×'],
[0x8180, '÷=≠<>'],
[0x818f, '¥$¢£%#&*@§☆★'],
[0x8180, '÷=≠<>≦≧∞∴♂♀°′″℃'],
[0x818f, '¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼'],
[0x81a6, '※〒→←↑↓〓'],
[0x81ca, '¬'],
[0x81b8, '∈∋⊆⊇⊂⊃∪∩'],
[0x81c8, '∧∨¬⇒⇔∀∃'],
[0x81da, '∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬'],
[0x81f0, 'ʼn♯♭♪†‡¶'],
[0x824f, '0123456789'],

@@ -19,2 +22,4 @@ [0x8260, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'],

[0x8780, '〝〟'],
[0x889f, '亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣'],
[0x88e0, '謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭'],
[0x8940, '院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円'],

@@ -21,0 +26,0 @@ [0x8980, '園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改'],

@@ -1,2 +0,1 @@

const encodeUtf8 = require('encode-utf8')
const Mode = require('./mode')

@@ -7,5 +6,6 @@

if (typeof (data) === 'string') {
data = encodeUtf8(data)
this.data = new TextEncoder().encode(data)
} else {
this.data = new Uint8Array(data)
}
this.data = new Uint8Array(data)
}

@@ -12,0 +12,0 @@

{
"name": "qrcode",
"description": "QRCode / 2d Barcode api with both server side and client side support using canvas",
"version": "1.5.3",
"version": "1.5.4",
"author": "Ryan Day <soldair@gmail.com>",

@@ -42,3 +42,2 @@ "contributors": [

"dijkstrajs": "^1.0.1",
"encode-utf8": "^1.0.3",
"pngjs": "^5.0.0",

@@ -45,0 +44,0 @@ "yargs": "^15.3.1"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc