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.4.1 to 5.5.0

dist/misc/callforth.d.ts

19

dist/components/QrcodeCapture.vue.d.ts

@@ -1,19 +0,2 @@

import { type PropType } from 'vue';
declare const _default: import("vue").DefineComponent<{
formats: {
type: PropType<BarcodeFormat[]>;
default: () => BarcodeFormat[];
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
detect: (...args: any[]) => void;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
formats: {
type: PropType<BarcodeFormat[]>;
default: () => BarcodeFormat[];
};
}>> & {
onDetect?: (...args: any[]) => any;
}, {
formats: BarcodeFormat[];
}, {}>;
declare const _default: any;
export default _default;

@@ -1,30 +0,2 @@

import { type PropType } from 'vue';
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
formats: {
type: PropType<BarcodeFormat[]>;
default: () => BarcodeFormat[];
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
detect: (...args: any[]) => void;
error: (...args: any[]) => void;
dragover: (...args: any[]) => void;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
formats: {
type: PropType<BarcodeFormat[]>;
default: () => BarcodeFormat[];
};
}>> & {
onDetect?: (...args: any[]) => any;
onError?: (...args: any[]) => any;
onDragover?: (...args: any[]) => any;
}, {
formats: BarcodeFormat[];
}, {}>, {
default?(_: {}): any;
}>;
declare const _default: any;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};

@@ -1,65 +0,2 @@

import { type PropType } from 'vue';
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
constraints: {
type: PropType<MediaTrackConstraints>;
default(): MediaTrackConstraints;
};
formats: {
type: PropType<BarcodeFormat[]>;
default: () => BarcodeFormat[];
};
paused: {
type: BooleanConstructor;
default: boolean;
};
torch: {
type: BooleanConstructor;
default: boolean;
};
track: {
type: FunctionConstructor;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
detect: (...args: any[]) => void;
"camera-on": (...args: any[]) => void;
"camera-off": (...args: any[]) => void;
error: (...args: any[]) => void;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
constraints: {
type: PropType<MediaTrackConstraints>;
default(): MediaTrackConstraints;
};
formats: {
type: PropType<BarcodeFormat[]>;
default: () => BarcodeFormat[];
};
paused: {
type: BooleanConstructor;
default: boolean;
};
torch: {
type: BooleanConstructor;
default: boolean;
};
track: {
type: FunctionConstructor;
};
}>> & {
onDetect?: (...args: any[]) => any;
"onCamera-on"?: (...args: any[]) => any;
"onCamera-off"?: (...args: any[]) => any;
onError?: (...args: any[]) => any;
}, {
constraints: MediaTrackConstraints;
formats: BarcodeFormat[];
paused: boolean;
torch: boolean;
}, {}>, {
default?(_: {}): any;
}>;
declare const _default: any;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};
{
"name": "vue-qrcode-reader",
"version": "5.4.1",
"version": "5.5.0",
"description": "A set of Vue.js components for detecting and decoding QR codes.",

@@ -39,3 +39,3 @@ "author": {

"dependencies": {
"barcode-detector": "2.1.1",
"barcode-detector": "2.2.0",
"webrtc-adapter": "8.2.3"

@@ -45,23 +45,23 @@ },

"@tsconfig/node20": "20.1.2",
"@types/node": "20.8.8",
"@types/w3c-image-capture": "1.0.9",
"@vite-pwa/vitepress": "0.2.3",
"@vitejs/plugin-vue": "4.4.0",
"@vue/compiler-sfc": "3.3.6",
"@types/node": "20.10.5",
"@types/w3c-image-capture": "1.0.10",
"@vite-pwa/vitepress": "0.3.1",
"@vitejs/plugin-vue": "4.5.2",
"@vue/compiler-sfc": "3.3.13",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.4.0",
"eslint": "8.52.0",
"@vue/tsconfig": "0.5.1",
"eslint": "8.56.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-vue": "9.17.0",
"eslint-plugin-vue": "9.19.2",
"husky": "8.0.3",
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"semantic-release": "22.0.5",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite-plugin-dts": "3.6.1",
"vitepress": "1.0.0-rc.24",
"vue": "3.3.6",
"vue-tsc": "1.8.20",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"semantic-release": "22.0.12",
"typescript": "5.3.3",
"vite": "5.0.10",
"vite-plugin-dts": "3.6.4",
"vitepress": "1.0.0-rc.32",
"vue": "3.3.13",
"vue-tsc": "1.8.25",
"workbox-window": "7.0.0"

@@ -68,0 +68,0 @@ },

@@ -60,3 +60,3 @@ <p align="center">

A set of Vue.js components for detecting QR codes and [various other barcode formats](https://developer.mozilla.org/en-US/docs/Web/API/Barcode_Detection_API#supported_barcode_formats) right in the browser:
A set of Vue.js components for detecting QR codes and [various other barcode formats](https://github.com/Sec-ant/barcode-detector?tab=readme-ov-file#barcode-detector) right in the browser:

@@ -63,0 +63,0 @@ - :movie_camera: `QrcodeStream` continuously scans frames from a camera stream.

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