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

uqr

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uqr - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

dist/index.d.ts

@@ -47,2 +47,6 @@ /**

invert?: boolean;
/**
* Callback function to receive the generated QR Code
*/
onEncoded?: (qr: QrCodeGenerateResult) => void;
}

@@ -92,3 +96,3 @@ declare enum QrCodeDataType {

*
* @default 5
* @default 20
*/

@@ -95,0 +99,0 @@ pixelSize?: number;

2

package.json
{
"name": "uqr",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"packageManager": "pnpm@8.6.11",

@@ -6,0 +6,0 @@ "description": "Generate QR Code universally, in any runtime, to ANSI, Unicode or SVG.",

Sorry, the diff of this file is not supported yet

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