Socket
Socket
Sign inDemoInstall

vue-qrcode-reader

Package Overview
Dependencies
Maintainers
0
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-qrcode-reader - npm Package Compare versions

Comparing version 5.5.8 to 5.5.9

6

dist/misc/scanner.d.ts

@@ -8,5 +8,7 @@ import { type DetectedBarcode, type BarcodeFormat, BarcodeDetector } from 'barcode-detector/pure';

/**
* Seamlessly updates the set of used barcode formats during scanning.
* Update the set of targeted barcode formats. In particular, this function
* can be called during scanning and the camera stream doesn't have to be
* interrupted.
*/
export declare function setScanningFormats(formats: BarcodeFormat[]): void;
export declare function setScanningFormats(formats: BarcodeFormat[]): Promise<void>;
type ScanHandler = (_: DetectedBarcode[]) => void;

@@ -13,0 +15,0 @@ /**

{
"name": "vue-qrcode-reader",
"version": "5.5.8",
"version": "5.5.9",
"description": "A set of Vue.js components for detecting and decoding QR codes.",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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