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
8
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 6.1.1 to 6.1.2

2

package.json
{
"name": "@innovatrics/dot-magnifeye-liveness",
"private": false,
"version": "6.1.1",
"version": "6.1.2",
"license": "Innovatrics proprietary license",

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

@@ -6,3 +6,5 @@ type CustomEvents<K extends string> = {

children: unknown;
} & CustomEvents<`on${K}`>>;
} & CustomEvents<`on${K}`> & {
ref?: unknown;
}>;
export type DeepRequired<T> = Required<{

@@ -9,0 +11,0 @@ [P in keyof T]: T[P] extends Record<string, unknown> | undefined ? DeepRequired<Required<T[P]>> : T[P];

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