@innovatrics/dot-smile-liveness
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -15,3 +15,3 @@ import type { FaceCameraProps } from './faceTypes'; | ||
} | ||
export type SmileLivenessProps = Pick<FaceCameraProps, 'samWasmUrl' | 'onError' | 'sessionToken'> & { | ||
export type SmileLivenessProps = Pick<FaceCameraProps, 'wasmDirectoryPath' | 'onError' | 'sessionToken'> & { | ||
onComplete: SmileLivenessCallback; | ||
@@ -18,0 +18,0 @@ }; |
{ | ||
"name": "@innovatrics/dot-smile-liveness", | ||
"private": false, | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -6,0 +6,0 @@ "types": "common/src/types/smileTypes.d.ts", |
@@ -18,4 +18,4 @@ type CustomEvents<K extends string> = { | ||
onError: (e: Error) => void; | ||
samWasmUrl?: string; | ||
sessionToken?: string; | ||
wasmDirectoryPath?: string; | ||
}; | ||
@@ -22,0 +22,0 @@ export type ImageParameters = { |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances 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
2418791
25
16465
12