Socket
Socket
Sign inDemoInstall

vue-qrcode-reader

Package Overview
Dependencies
Maintainers
1
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.7 to 5.5.8

12

dist/misc/scanner.d.ts

@@ -1,3 +0,11 @@

import { type DetectedBarcode, type BarcodeFormat } from 'barcode-detector/pure';
export declare const setScanningFormats: (formats: BarcodeFormat[]) => void;
import { type DetectedBarcode, type BarcodeFormat, BarcodeDetector } from 'barcode-detector/pure';
declare global {
interface Window {
BarcodeDetector?: typeof BarcodeDetector;
}
}
/**
* Seamlessly updates the set of used barcode formats during scanning.
*/
export declare function setScanningFormats(formats: BarcodeFormat[]): void;
type ScanHandler = (_: DetectedBarcode[]) => void;

@@ -4,0 +12,0 @@ /**

2

dist/misc/util.d.ts

@@ -5,3 +5,3 @@ /**

*/
export declare const indempotent: <T>(action: (x: any) => T) => (...args: any[]) => T;
export declare const idempotent: <T>(action: (x: any) => T) => (...args: any[]) => T;
/**

@@ -8,0 +8,0 @@ * Throws an error if the `condition` in the first argument is `false`.

{
"name": "vue-qrcode-reader",
"version": "5.5.7",
"version": "5.5.8",
"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