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.1.0 to 5.2.0

3

dist/index.d.ts

@@ -5,5 +5,6 @@ import type { App, Plugin } from 'vue';

import QrcodeDropZone from './components/QrcodeDropZone.vue';
import { setZXingModuleOverrides } from '@sec-ant/barcode-detector/pure';
export declare function install(app: App): void;
export { QrcodeStream, QrcodeCapture, QrcodeDropZone };
export { QrcodeStream, QrcodeCapture, QrcodeDropZone, setZXingModuleOverrides };
declare const plugin: Plugin;
export { plugin as VueQrcodeReader };

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

import { type DetectedBarcode } from '@sec-ant/barcode-detector';
import { type DetectedBarcode } from '@sec-ant/barcode-detector/pure';
/**

@@ -3,0 +3,0 @@ * Continuously extracts frames from camera stream and tries to read

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

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

"dependencies": {
"@sec-ant/barcode-detector": "^0.1.5",
"@sec-ant/barcode-detector": "^1.1.2",
"webrtc-adapter": "^8.2.2"

@@ -42,0 +42,0 @@ },

@@ -170,1 +170,9 @@ <p align="center">

Support is dropped but you can downgrade to vue-qrcode-reader v3.* or lower.
#### I get a "Failed to fetch" error at runtime for some Wasm file.
That Wasm file implements the QR code detector.
Unfortunately, it's not very convenient to bundle this file with the package.
So by default we fetch it at runtime from a CDN.
That's an issue for offline applications or applications that run in a network with strict CSP policy.
For a workaround see: https://github.com/gruhn/vue-qrcode-reader/issues/354

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

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