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

@innovatrics/dot-magnifeye-liveness

Package Overview
Dependencies
Maintainers
10
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.2.2 to 5.2.3

2

common/src/types/magnifEyeTypes.d.ts

@@ -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

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