Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

blinkid-react-native

Package Overview
Dependencies
Maintainers
9
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blinkid-react-native - npm Package Compare versions

Comparing version 6.10.0 to 6.11.0

2

index.js

@@ -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 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