Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

minimal-qr-code

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minimal-qr-code - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

dist/QRCode.js

@@ -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",

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