🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@getyoti/react-face-capture

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getyoti/react-face-capture - npm Package Compare versions

Comparing version

to
2.3.1

6

CHANGELOG.md
# CHANGELOG
## v2.3.1
### Fixes
Fixed an issue introduced in v2.3.0 causing the `numStableFrames` property to be marked as mandatory in the module typing.
## v2.3.0

@@ -4,0 +10,0 @@

4

index.d.ts

@@ -257,4 +257,4 @@ declare module '@getyoti/react-face-capture' {

/** Determines how many frames are used for the stability check.
* The minimum value is 3 and the maximum is 6. */
numStableFrames: number;
* The minimum value is 3 and the maximum is 6. (default:4) */
numStableFrames?: number;
}

@@ -261,0 +261,0 @@

{
"name": "@getyoti/react-face-capture",
"version": "2.3.0",
"version": "2.3.1",
"description": "Face capture module to collect picture and data for Yoti AI API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -110,3 +110,3 @@ Name: react

Name: @getyoti/react-face-capture
Version: 2.3.0
Version: 2.3.1
License: Yoti Face Capture Licence

@@ -113,0 +113,0 @@ Private: false

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet