@innovatrics/dot-magnifeye-liveness
Advanced tools
Comparing version 6.1.0 to 6.1.1
{ | ||
"name": "@innovatrics/dot-magnifeye-liveness", | ||
"private": false, | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"license": "Innovatrics proprietary license", | ||
@@ -33,6 +33,6 @@ "types": "common/src/types/magnifEyeTypes.d.ts", | ||
"dependencies": { | ||
"@preact/signals": "^1.2.2", | ||
"preact": "^10.19.3", | ||
"@preact/signals": "^1.3.0", | ||
"preact": "^10.22.1", | ||
"preact-custom-element": "^4.3.0", | ||
"styled-components": "^6.1.1" | ||
"styled-components": "^6.1.11" | ||
}, | ||
@@ -39,0 +39,0 @@ "exports": { |
@@ -14,5 +14,9 @@ type CustomEvents<K extends string> = { | ||
export type ObjectValues<T> = T[keyof T]; | ||
export type FacingMode = 'environment' | 'user'; | ||
export declare const FacingMode: { | ||
readonly FRONT: "user"; | ||
readonly REAR: "environment"; | ||
}; | ||
export type FacingModeValues = ObjectValues<typeof FacingMode>; | ||
export type BaseCameraProps = { | ||
cameraFacing?: FacingMode; | ||
cameraFacing?: FacingModeValues; | ||
licensePath?: string; | ||
@@ -19,0 +23,0 @@ onError: (e: Error) => void; |
Sorry, the diff of this file is not supported yet
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2039406
11450
+ Addedpreact@10.25.1(transitive)
- Removedpreact@10.25.0(transitive)
Updated@preact/signals@^1.3.0
Updatedpreact@^10.22.1
Updatedstyled-components@^6.1.11