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.0.0 to 5.1.0

2

dist/misc/callforth.d.ts

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

export declare const eventOn: (eventTarget: any, successEvent: string, errorEvent?: string) => Promise<unknown>;
export declare const eventOn: (eventTarget: EventTarget, successEvent: string, errorEvent?: string) => Promise<Event>;
export declare const timeout: (milliseconds: number) => Promise<unknown>;

@@ -3,0 +3,0 @@ export declare const polling: (predicate: any, options: {

@@ -10,1 +10,4 @@ export declare class DropImageFetchError extends Error {

}
export declare class StreamLoadTimeoutError extends Error {
constructor();
}
{
"name": "vue-qrcode-reader",
"version": "5.0.0",
"version": "5.1.0",
"description": "A set of Vue.js components for detecting and decoding QR codes.",

@@ -45,2 +45,3 @@ "author": {

"@types/node": "20.3.1",
"@vite-pwa/vitepress": "^0.2.0",
"@vitejs/plugin-vue": "4.2.3",

@@ -64,6 +65,7 @@ "@vue/compiler-sfc": "3.3.4",

"vue": "3.3.4",
"vue-tsc": "1.6.5"
"vue-tsc": "1.6.5",
"workbox-window": "^7.0.0"
},
"bugs": "https://github.com/gruhn/vue-qrcode-reader/issues",
"homepage": "https://gruhn.github.io/vue-qrcode-reader",
"homepage": "https://vue-qrcode-reader.netlify.app",
"keywords": [

@@ -70,0 +72,0 @@ "vue",

<p align="center">
<img src="https://gruhn.github.io/vue-qrcode-reader/logo.png" alt="Logo" width="240" height="240" style="max-width: 100%;">
<img src="https://vue-qrcode-reader.netlify.app/logo.png" alt="Logo" width="240" height="240" style="max-width: 100%;">

@@ -56,4 +56,4 @@ <br>

<br>
<a href="https://gruhn.github.io/vue-qrcode-reader/demos/DecodeAll.html">live demos</a> |
<a href="https://gruhn.github.io/vue-qrcode-reader/api/QrcodeStream.html">api reference</a>
<a href="https://vue-qrcode-reader.netlify.app/demos/CustomTracking.html">live demos</a> |
<a href="https://vue-qrcode-reader.netlify.app/api/QrcodeStream.html">api reference</a>
</p>

@@ -151,5 +151,7 @@

- Check if it works on the demo page. Especially the [Decode All](https://gruhn.github.io/vue-qrcode-reader/demos/DecodeAll.html) demo, since it renders error messages. If you see errors, consult the docs to understand their meaning.
- The demo works but it doesn't work in my project: Listen for the `init` event to investigate errors.
- The demo doesn't work: Carefully review the Browser Support section above. Maybe your device is just not supported.
- Check if it works on the demo page. Especially the [Handle Errors](https://vue-qrcode-reader.netlify.app/demos/HandleErrors.html) demo,
since it renders error messages.
- The demo works but it doesn't work in my project: Listen for the `error` event to investigate errors.
- The demo doesn't work: Carefully review the Browser Support section above.
Maybe your device is just not supported.

@@ -156,0 +158,0 @@ #### I'm running a dev server on localhost. How to test on my mobile device without HTTPS?

Sorry, the diff of this file is not supported yet

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