blinkid-react-native
Advanced tools
Comparing version 6.10.0 to 6.11.0
@@ -161,3 +161,3 @@ 'use strict'; | ||
/** Number of miliseconds after first non-empty result becomes available to end scanning with a timeout */ | ||
this.milisecondsBeforeTimeout = 10000; | ||
this.milisecondsBeforeTimeout = 0; | ||
@@ -164,0 +164,0 @@ if (!(this.recognizerArray instanceof Array)) { |
{ | ||
"name": "blinkid-react-native", | ||
"version": "6.10.0", | ||
"version": "6.11.0", | ||
"description": "A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -171,2 +171,7 @@ import { Recognizer, RecognizerResult } from '../recognizer' | ||
/** | ||
* The manufacturing year.. | ||
*/ | ||
this.eligibilityCategory = nativeResult.eligibilityCategory; | ||
/** | ||
* The employer of the document owner. | ||
@@ -268,2 +273,7 @@ */ | ||
/** | ||
* The manufacturing year. | ||
*/ | ||
this.manufacturingYear = nativeResult.manufacturingYear; | ||
/** | ||
* The marital status of the document owner. | ||
@@ -355,2 +365,7 @@ */ | ||
/** | ||
* The specific document validity. | ||
*/ | ||
this.specificDocumentValidity = nativeResult.specificDocumentValidity; | ||
/** | ||
* The sponsor of the document owner. | ||
@@ -361,2 +376,7 @@ */ | ||
/** | ||
* The eligibility category. | ||
*/ | ||
this.vehicleType = nativeResult.vehicleType; | ||
/** | ||
* The visa type. | ||
@@ -366,2 +386,7 @@ */ | ||
/** | ||
* The dependents info. | ||
*/ | ||
this.dependentsInfo = nativeResult.dependentsInfo; | ||
} | ||
@@ -368,0 +393,0 @@ } |
@@ -143,2 +143,7 @@ import { Recognizer, RecognizerResult } from '../recognizer' | ||
/** | ||
* The manufacturing year.. | ||
*/ | ||
this.eligibilityCategory = nativeResult.eligibilityCategory; | ||
/** | ||
* The employer of the document owner. | ||
@@ -215,2 +220,7 @@ */ | ||
/** | ||
* The manufacturing year. | ||
*/ | ||
this.manufacturingYear = nativeResult.manufacturingYear; | ||
/** | ||
* The marital status of the document owner. | ||
@@ -296,2 +306,7 @@ */ | ||
/** | ||
* The specific document validity. | ||
*/ | ||
this.specificDocumentValidity = nativeResult.specificDocumentValidity; | ||
/** | ||
* The sponsor of the document owner. | ||
@@ -302,2 +317,7 @@ */ | ||
/** | ||
* The eligibility category. | ||
*/ | ||
this.vehicleType = nativeResult.vehicleType; | ||
/** | ||
* The visa type. | ||
@@ -312,2 +332,7 @@ */ | ||
/** | ||
* The dependents info. | ||
*/ | ||
this.dependentsInfo = nativeResult.dependentsInfo; | ||
} | ||
@@ -314,0 +339,0 @@ } |
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
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
559874
5048