@innovatrics/dot-smile-liveness
Advanced tools
Comparing version 5.2.3 to 5.2.4
{ | ||
"name": "@innovatrics/dot-smile-liveness", | ||
"private": false, | ||
"version": "5.2.3", | ||
"version": "5.2.4", | ||
"type": "module", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -28,6 +29,6 @@ "types": "common/src/types/smileTypes.d.ts", | ||
"dependencies": { | ||
"@preact/signals": "^1.1.5", | ||
"preact": "^10.16.0", | ||
"preact-custom-element": "^4.2.1", | ||
"styled-components": "^6.0.3" | ||
"@preact/signals": "^1.2.2", | ||
"preact": "^10.19.3", | ||
"preact-custom-element": "^4.3.0", | ||
"styled-components": "^6.1.1" | ||
}, | ||
@@ -34,0 +35,0 @@ "exports": { |
@@ -12,2 +12,11 @@ import type { ImageParameters, ObjectValues, Point } from './common'; | ||
}; | ||
export declare const DocumentCheckToInstructionCodeMap: { | ||
isPresent: "document_not_present"; | ||
isNotSmall: "document_too_far"; | ||
isNotOutOfBounds: "document_centering"; | ||
isSharp: "sharpness_too_low"; | ||
isNotDim: "brightness_too_low"; | ||
isNotBright: "brightness_too_high"; | ||
noHotspots: "hotspots_present"; | ||
}; | ||
export type DocumentInstructionCode = ObjectValues<typeof DocumentInstructionCodeValues>; | ||
@@ -14,0 +23,0 @@ export type DetectedDocumentCorners = { |
@@ -13,2 +13,12 @@ import type { ImageParameters, ObjectValues, Point } from './common'; | ||
}; | ||
export declare const FaceCheckToInstructionCodeMap: { | ||
isPresent: "face_not_present"; | ||
isNotPitched: "device_pitched"; | ||
isNotSmall: "face_too_far"; | ||
isNotLarge: "face_too_close"; | ||
isNotOutOfBounds: "face_centering"; | ||
isNotDim: "brightness_too_low"; | ||
isNotBright: "brightness_too_high"; | ||
isSharp: "sharpness_too_low"; | ||
}; | ||
export type FaceInstructionCode = ObjectValues<typeof FaceInstructionCodeValues>; | ||
@@ -15,0 +25,0 @@ export type DetectedFace = FaceImageParameters & DetectedFaceCorners & { |
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
Yes
1889218
9943
Updated@preact/signals@^1.2.2
Updatedpreact@^10.19.3
Updatedpreact-custom-element@^4.3.0
Updatedstyled-components@^6.1.1