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.1.0 to 5.2.0

wasm/sam_simd.wasm

2

common/src/types/smileTypes.d.ts

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

}
export type SmileLivenessProps = Pick<FaceCameraProps, 'samWasmUrl' | 'onError' | 'sessionToken'> & {
export type SmileLivenessProps = Pick<FaceCameraProps, 'wasmDirectoryPath' | 'onError' | 'sessionToken'> & {
onComplete: SmileLivenessCallback;

@@ -18,0 +18,0 @@ };

{
"name": "@innovatrics/dot-smile-liveness",
"private": false,
"version": "5.1.0",
"version": "5.2.0",
"license": "SEE LICENSE IN LICENSE.txt",

@@ -6,0 +6,0 @@ "types": "common/src/types/smileTypes.d.ts",

@@ -18,4 +18,4 @@ type CustomEvents<K extends string> = {

onError: (e: Error) => void;
samWasmUrl?: string;
sessionToken?: string;
wasmDirectoryPath?: string;
};

@@ -22,0 +22,0 @@ export type ImageParameters = {

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