New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@innovatrics/dot-magnifeye-liveness

Package Overview
Dependencies
Maintainers
0
Versions
35
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 6.2.1 to 7.0.0

dot-assets/magnifeye/dot-CCz7p721.js

2

common/src/types/magnifEyeTypes.d.ts

@@ -17,3 +17,3 @@ import type { FaceCameraProps, FaceComponentData } from './faceTypes';

}
export type MagnifEyeLivenessProps = Pick<FaceCameraProps, 'wasmDirectoryPath' | 'onError' | 'sessionToken' | 'styleTarget' | 'licensePath'> & {
export type MagnifEyeLivenessProps = Pick<FaceCameraProps, 'assetsDirectoryPath' | 'onError' | 'sessionToken' | 'styleTarget'> & {
onComplete: MagnifEyeLivenessCallback;

@@ -20,0 +20,0 @@ };

{
"name": "@innovatrics/dot-magnifeye-liveness",
"private": false,
"version": "6.2.1",
"version": "7.0.0",
"license": "Innovatrics proprietary license",

@@ -22,6 +22,6 @@ "types": "common/src/types/magnifEyeTypes.d.ts",

"dev": "vite",
"build": "tsc && vite build && pnpm build:types",
"build": "tsc && LIB=magnifeye vite build && pnpm build:types",
"build:pack": "pnpm build && cd dist && pnpm pack --pack-destination ../",
"build:types": "tsc --project tsconfig.production.json && tsc-alias -p tsc-alias.json",
"build:watch": "vite build --watch",
"build:watch": "pnpm build --watch",
"preview": "vite preview",

@@ -35,6 +35,6 @@ "lint": "eslint \"src/**/*.{ts,tsx}\" --max-warnings 0",

"@preact/signals": "^1.3.0",
"comlink": "^4.4.1",
"preact": "^10.22.1",
"preact-custom-element": "^4.3.0",
"styled-components": "^6.1.11",
"vite-plugin-filter-replace": "^0.1.13"
"styled-components": "^6.1.11"
},

@@ -41,0 +41,0 @@ "exports": {

@@ -27,9 +27,8 @@ type CustomEvents<K extends string> = {

export type BaseCameraProps = {
assetsDirectoryPath?: string;
cameraFacing?: FacingModeValues;
captureMode?: CaptureModeValues;
licensePath?: string;
onError: (e: Error) => void;
sessionToken?: string;
styleTarget?: HTMLElement;
wasmDirectoryPath?: string;
};

@@ -36,0 +35,0 @@ export type ImageParameters = {

Sorry, the diff of this file is not supported yet

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