minimal-qr-code
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -12,3 +12,3 @@ import { QR8bitByte } from './QR8bitByte'; | ||
this.moduleCount = 0; | ||
this.dataCache = []; | ||
this.dataCache = null; | ||
this.dataList = new Array(); | ||
@@ -19,3 +19,3 @@ } | ||
this.dataList.push(newData); | ||
this.dataCache = []; | ||
this.dataCache = null; | ||
} | ||
@@ -22,0 +22,0 @@ isDark(row, col) { |
{ | ||
"name": "minimal-qr-code", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Simple QR code generator library.", | ||
@@ -5,0 +5,0 @@ "author": "Jaedson Barbosa Serafim", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36354