Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@innovatrics/dot-smile-liveness

Package Overview
Dependencies
Maintainers
10
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@innovatrics/dot-smile-liveness - npm Package Compare versions

Comparing version 5.2.3 to 5.2.4

11

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc