New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

html5-qrcode-tecbound

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html5-qrcode-tecbound - npm Package Compare versions

Comparing version 2.2.4 to 2.2.5

4

esm/html5-qrcode-scanner.js

@@ -243,3 +243,3 @@ import { Html5QrcodeConstants, Html5QrcodeScanType, Html5QrcodeErrorFactory, BaseLoggger, isNullOrUndefined, } from "./core";

$this.resetHeaderMessage();
if (cameras && cameras.length > 0) {
if (cameras && cameras.length > 1) {
scpCameraScanRegion.removeChild(requestPermissionContainer);

@@ -476,3 +476,3 @@ $this.renderCameraSelection(cameras);

}).catch(function (error) {
cameraActionStopButton.disabled = false;
cameraActionStopButton.disabled = true;
$this.setHeaderMessage(error, Html5QrcodeScannerStatus.STATUS_WARNING);

@@ -479,0 +479,0 @@ });

{
"name": "html5-qrcode-tecbound",
"version": "2.2.4",
"version": "2.2.5",
"description": "A cross platform HTML5 QR Code & bar code scanne for tecbound",

@@ -5,0 +5,0 @@ "main": "./cjs/index.js",

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