Socket
Socket
Sign inDemoInstall

@grindstaff/react-qr-barcode-scanner

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grindstaff/react-qr-barcode-scanner - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

1

dist/BarcodeScannerComponent.js

@@ -10,2 +10,3 @@ "use strict";

const BarcodeScannerComponent = ({ onUpdate, onError, width = "100%", height = "100%", facingMode = "environment", torch, delay = 500, videoConstraints, stopStream, }) => {
debugger;
const webcamRef = react_1.default.useRef(null);

@@ -12,0 +13,0 @@ const capture = react_1.default.useCallback(() => {

2

package.json
{
"name": "@grindstaff/react-qr-barcode-scanner",
"version": "1.0.8",
"version": "1.0.9",
"description": "A simple React Component using the client's webcam to read barcodes and QR codes.",

@@ -5,0 +5,0 @@ "main": "dist/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