@yudiel/react-qr-scanner
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
316943