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
0
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.0 to 6.1.1

8

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

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

"dependencies": {
"@preact/signals": "^1.2.2",
"preact": "^10.19.3",
"@preact/signals": "^1.3.0",
"preact": "^10.22.1",
"preact-custom-element": "^4.3.0",
"styled-components": "^6.1.1"
"styled-components": "^6.1.11"
},

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

@@ -14,5 +14,9 @@ type CustomEvents<K extends string> = {

export type ObjectValues<T> = T[keyof T];
export type FacingMode = 'environment' | 'user';
export declare const FacingMode: {
readonly FRONT: "user";
readonly REAR: "environment";
};
export type FacingModeValues = ObjectValues<typeof FacingMode>;
export type BaseCameraProps = {
cameraFacing?: FacingMode;
cameraFacing?: FacingModeValues;
licensePath?: string;

@@ -19,0 +23,0 @@ onError: (e: Error) => void;

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