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.1.0 to 1.1.1

4

dist/index.js

@@ -7,4 +7,6 @@ import { QRCode } from './QRCode';

qr.make();
return { size: qr.getModuleCount(), isDark: qr.isDark };
const size = qr.getModuleCount();
const isDark = (row, col) => qr.isDark(row, col);
return { size, isDark };
}
export { QRErrorCorrectLevel };
{
"name": "minimal-qr-code",
"version": "1.1.0",
"version": "1.1.1",
"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