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.3 to 5.5.4

8

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

@@ -27,7 +27,7 @@ "author": {

"module": "./dist/vue-qrcode-reader.js",
"unpkg": "./dist/vue-qrcode-reader.umd.cjs",
"unpkg": "./dist/vue-qrcode-reader.umd.js",
"exports": {
".": {
"import": "./dist/vue-qrcode-reader.js",
"require": "./dist/vue-qrcode-reader.umd.cjs",
"require": "./dist/vue-qrcode-reader.umd.js",
"types": "./dist/index.d.ts"

@@ -70,3 +70,3 @@ }

"bugs": "https://github.com/gruhn/vue-qrcode-reader/issues",
"homepage": "https://vue-qrcode-reader.netlify.app",
"homepage": "https://gruhn.github.io/vue-qrcode-reader/",
"keywords": [

@@ -73,0 +73,0 @@ "vue",

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

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

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

@@ -152,3 +152,3 @@

- Check if it works on the demo page. Especially the [Handle Errors](https://vue-qrcode-reader.netlify.app/demos/HandleErrors.html) demo,
- Check if it works on the demo page. Especially the [Handle Errors](https://gruhn.github.io/vue-qrcode-reader/demos/HandleErrors.html) demo,
since it renders error messages.

@@ -174,3 +174,3 @@ - The demo works but it doesn't work in my project: Listen for the `error` event to investigate errors.

You'll need to add [other barcode formats](https://github.com/Sec-ant/barcode-detector?tab=readme-ov-file#barcode-detector) to this prop to detect those types of barcodes.
Check out [this demo](https://vue-qrcode-reader.netlify.app/demos/FullDemo.html).
Check out [this demo](https://gruhn.github.io/vue-qrcode-reader/demos/FullDemo.html).

@@ -197,3 +197,3 @@ #### How to make it work with Vue 2?

Visit [this page](https://vue-qrcode-reader.netlify.app/select-camera-demo.html) with your device.
Visit [this page](https://gruhn.github.io/vue-qrcode-reader/select-camera-demo.html) with your device.
The list of links represents all cameras installed on the device.

@@ -204,2 +204,2 @@ If you click, the camera should be loaded.

This JSON object provided as payload of the [`camera-on` event](https://vue-qrcode-reader.netlify.app/api/QrcodeStream.html#camera-on).
This JSON object provided as payload of the [`camera-on` event](https://gruhn.github.io/vue-qrcode-reader/api/QrcodeStream.html#camera-on).
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