blinkid-react-native
Advanced tools
Comparing version 5.17.0 to 6.1.0
@@ -116,4 +116,4 @@ 'use strict'; | ||
export * from './recognizers/successFrameGrabberRecognizer' | ||
export * from './recognizers/blinkIdCombinedRecognizer' | ||
export * from './recognizers/blinkIdRecognizer' | ||
export * from './recognizers/blinkIdMultiSideRecognizer' | ||
export * from './recognizers/blinkIdSingleSideRecognizer' | ||
export * from './recognizers/documentFaceRecognizer' | ||
@@ -120,0 +120,0 @@ export * from './recognizers/idBarcodeRecognizer' |
@@ -84,2 +84,7 @@ import { OverlaySettings } from '../overlaySettings' | ||
/** | ||
* Language of UI. | ||
*/ | ||
this.language = null; | ||
/** | ||
* Defines whether Document Not Supported dialog will be displayed in UI. | ||
@@ -86,0 +91,0 @@ * |
{ | ||
"name": "blinkid-react-native", | ||
"version": "5.17.0", | ||
"version": "6.1.0", | ||
"description": "A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,7 +21,7 @@ /** | ||
/** Parser result is empty */ | ||
empty : 1, | ||
empty : 0, | ||
/** Parser result contains some values, but is incomplete or it contains all values, but some are uncertain */ | ||
uncertain : 2, | ||
uncertain : 1, | ||
/** Parser result contains all required values */ | ||
valid : 3 | ||
valid : 2 | ||
} | ||
@@ -28,0 +28,0 @@ ); |
@@ -25,3 +25,3 @@ # BlinkID SDK wrapper for React Native | ||
BlinkID React Native was built and tested with [React Native v0.64.0](https://github.com/facebook/react-native/releases/tag/v0.64.0) | ||
BlinkID React Native was built and tested with [React Native v0.71.2](https://github.com/facebook/react-native/releases/tag/v0.71.2) | ||
@@ -33,3 +33,3 @@ ## Installation | ||
```shell | ||
react-native init --version="0.64.0" NameOfYourProject | ||
react-native init --version="0.71.2" NameOfYourProject | ||
``` | ||
@@ -36,0 +36,0 @@ |
@@ -19,8 +19,8 @@ /** | ||
/** Recognizer result is empty */ | ||
empty : 1, | ||
empty : 0, | ||
/** Recognizer result contains some values, but is incomplete or it contains all values, but some are uncertain */ | ||
uncertain : 2, | ||
uncertain : 1, | ||
/** Recognizer result contains all required values */ | ||
valid : 3, | ||
stageValid: 4 | ||
valid : 2, | ||
stageValid: 3 | ||
} | ||
@@ -27,0 +27,0 @@ ); |
@@ -30,6 +30,6 @@ import { Recognizer, RecognizerResult } from '../recognizer' | ||
/** | ||
* Returns DataMatchResultSuccess if data from scanned parts/sides of the document match, | ||
* DataMatchResultFailed otherwise. For example if date of expiry is scanned from the front and back side | ||
* of the document and values do not match, this method will return DataMatchResultFailed. Result will | ||
* be DataMatchResultSuccess only if scanned values for all fields that are compared are the same. | ||
* Returns DataMatchStateSuccess if data from scanned parts/sides of the document match, | ||
* DataMatchStateFailed otherwise. For example if date of expiry is scanned from the front and back side | ||
* of the document and values do not match, this method will return DataMatchStateFailed. Result will | ||
* be DataMatchStateSuccess only if scanned values for all fields that are compared are the same. | ||
*/ | ||
@@ -36,0 +36,0 @@ this.documentDataMatch = nativeResult.documentDataMatch; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
515650
105
4409
3