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

@akamfoad/qrcode

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akamfoad/qrcode - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

dist/cjs/qrcode.d.ts

@@ -36,3 +36,3 @@ declare const ERROR_CORRECTION_LEVEL_LOW = "L";

y: number | string;
border: number | null;
border?: number;
};

@@ -39,0 +39,0 @@ type OptionsType$3 = OptionsType$4 & {

{
"name": "@akamfoad/qrcode",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "The library is generating QR codes as SVG, HTML5 Canvas, PNG and JPG files, or text.",

@@ -14,3 +14,3 @@ import QRCodeRaw from './QRCodeRaw';

y: number | string; // 20 | 20% | center | top 20% | bottom 20%,
border: number | null;
border?: number;
};

@@ -17,0 +17,0 @@

Sorry, the diff of this file is not supported yet

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