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

vue-qrcode

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-qrcode - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

lib/index.d.ts

@@ -6,3 +6,3 @@ import type { QRCodeErrorCorrectionLevel, QRCodeMaskPattern, QRCodeSegment, QRCodeToDataURLOptions, QRCodeToDataURLOptionsJpegWebp, QRCodeToSJISFunc } from 'qrcode';

export declare const MODES: readonly ["alphanumeric", "numeric", "kanji", "byte"];
export { QRCodeSegment } from 'qrcode';
export type { QRCodeSegment } from 'qrcode';
export type QRCodeValue = QRCodeSegment[] | string;

@@ -9,0 +9,0 @@ export declare const TYPES: readonly ["image/png", "image/jpeg", "image/webp"];

{
"name": "vue-qrcode",
"version": "2.2.1",
"version": "2.2.2",
"type": "module",

@@ -5,0 +5,0 @@ "description": "🤳 A Vue component for QR code generation with `qrcode`",

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