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

@yudiel/react-qr-scanner

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yudiel/react-qr-scanner - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

dist/cjs/components/Scanner.d.ts

@@ -6,3 +6,3 @@ import React, { ReactNode } from 'react';

onScan: (detectedCodes: IDetectedBarcode[]) => void;
onError: (error: unknown) => void;
onError?: (error: unknown) => void;
constraints?: MediaTrackConstraints;

@@ -9,0 +9,0 @@ formats?: BarcodeFormat[];

@@ -6,3 +6,3 @@ import React, { ReactNode } from 'react';

onScan: (detectedCodes: IDetectedBarcode[]) => void;
onError: (error: unknown) => void;
onError?: (error: unknown) => void;
constraints?: MediaTrackConstraints;

@@ -9,0 +9,0 @@ formats?: BarcodeFormat[];

@@ -74,3 +74,3 @@ import React, { CSSProperties, ReactNode } from 'react';

onScan: (detectedCodes: IDetectedBarcode[]) => void;
onError: (error: unknown) => void;
onError?: (error: unknown) => void;
constraints?: MediaTrackConstraints;

@@ -77,0 +77,0 @@ formats?: BarcodeFormat[];

{
"name": "@yudiel/react-qr-scanner",
"version": "2.0.7",
"version": "2.0.8",
"description": "A library to scan QR codes in React.",

@@ -5,0 +5,0 @@ "author": "Yudiel Curbelo",

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