Socket
Socket
Sign inDemoInstall

vue-qrcode-reader

Package Overview
Dependencies
6
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.5.2 to 5.5.3

6

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

@@ -19,4 +19,4 @@ "author": {

"docs:preview": "vitepress preview docs",
"lint": "eslint **/*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts} --fix --ignore-path .gitignore",
"format": "prettier **/*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts,json,md} --write --ignore-path .gitignore --ignore-path docs/.gitignore",
"lint": "eslint **/*.{vue,js,ts} --fix --ignore-path .gitignore",
"format": "prettier **/*.{vue,ts,json,md} --write --ignore-path .gitignore --ignore-path docs/.gitignore",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",

@@ -23,0 +23,0 @@ "prepack": "pnpm run build",

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

<br>
<a href="https://vue-qrcode-reader.netlify.app/demos/CustomTracking.html">live demos</a> |
<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>

@@ -172,3 +172,4 @@ </p>

The default value for the `formats` prop is `"['qr_code']"`, which reflects the setting before the `formats` prop was available.
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/CustomTrackingWithFormats.html).
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).

@@ -175,0 +176,0 @@ #### How to make it work with Vue 2?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc