Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-qrcode-reader

Package Overview
Dependencies
Maintainers
1
Versions
136
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 1.3.2 to 1.3.3

src/misc/track-func.js

1

config/webpack.config.common.js

@@ -23,2 +23,3 @@ var webpack = require('webpack')

'webrtc-adapter': 'webrtc-adapter',
'lodash': 'lodash',
},

@@ -25,0 +26,0 @@ plugins: [

3

package.json
{
"name": "vue-qrcode-reader",
"description": "A Vue.js component, accessing the device camera and allowing users to read QR-Codes, within the browser",
"version": "1.3.2",
"version": "1.3.3",
"author": {

@@ -88,4 +88,5 @@ "name": "Niklas Gruhn",

"jsqr": "^1.1.0",
"lodash": "^4.17.11",
"webrtc-adapter": "^6.2.1"
}
}

@@ -26,3 +26,2 @@ import 'webrtc-adapter'

locateHandler,
shouldContinue,
minDelay,

@@ -40,2 +39,3 @@ } = options

let workerBusy = false
let shouldContinue = true

@@ -60,3 +60,3 @@ worker.onmessage = event => {

const processFrame = timeNow => {
if (shouldContinue()) {
if (shouldContinue) {
window.requestAnimationFrame(processFrame)

@@ -81,2 +81,6 @@

processFrame()
return () => {
shouldContinue = false
}
}

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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