@innovatrics/dot-magnifeye-liveness
Advanced tools
Comparing version 5.2.2 to 5.2.3
@@ -15,3 +15,3 @@ import type { FaceCameraProps, FaceComponentData } from './faceTypes'; | ||
} | ||
export type MagnifEyeLivenessProps = Pick<FaceCameraProps, 'wasmDirectoryPath' | 'onError' | 'sessionToken'> & { | ||
export type MagnifEyeLivenessProps = Pick<FaceCameraProps, 'wasmDirectoryPath' | 'onError' | 'sessionToken' | 'styleTarget'> & { | ||
onComplete: MagnifEyeLivenessCallback; | ||
@@ -18,0 +18,0 @@ }; |
{ | ||
"name": "@innovatrics/dot-magnifeye-liveness", | ||
"private": false, | ||
"version": "5.2.2", | ||
"version": "5.2.3", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -6,0 +6,0 @@ "types": "common/src/types/magnifEyeTypes.d.ts", |
@@ -19,2 +19,3 @@ type CustomEvents<K extends string> = { | ||
sessionToken?: string; | ||
styleTarget?: HTMLElement; | ||
wasmDirectoryPath?: string; | ||
@@ -21,0 +22,0 @@ }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2450129
16319