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 5.1.0 to 5.2.0

src/ios/MicroblinkModule/MicroblinkModule.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

2

package.json
{
"name": "blinkid-react-native",
"version": "5.1.0",
"version": "5.2.0",
"description": "A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).",

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

@@ -57,2 +57,12 @@ import { Recognizer, RecognizerResult } from '../recognizer'

/**
* Digital signature of the recognition result. Available only if enabled with signResult property.
*/
this.digitalSignature = nativeResult.digitalSignature;
/**
* Version of the digital signature. Available only if enabled with signResult property.
*/
this.digitalSignatureVersion = nativeResult.digitalSignatureVersion;
/**
* The additional number of the document.

@@ -121,2 +131,7 @@ */

/**
* The localized name of the document owner.
*/
this.localizedName = nativeResult.localizedName;
/**
* The marital status of the document owner.

@@ -189,2 +204,4 @@ */

* Defines whether blured frames filtering is allowed
*
*
*/

@@ -194,5 +211,6 @@ this.allowBlurFilter = true;

/**
* The DPI (Dots Per Inch) for face image that should be returned.
* Property for setting DPI for face images
* Valid ranges are [100,400]. Setting DPI out of valid ranges throws an exception
*
*
*/

@@ -231,4 +249,11 @@ this.faceImageDpi = 250;

/**
* Whether or not recognition result should be signed.
*
*
*/
this.signResult = false;
this.createResultFromNative = function (nativeResult) { return new BlinkIdCombinedRecognizerResult(nativeResult); }
}
}

@@ -107,2 +107,7 @@ import { Recognizer, RecognizerResult } from '../recognizer'

/**
* The localized name of the document owner.
*/
this.localizedName = nativeResult.localizedName;
/**
* The marital status of the document owner.

@@ -169,2 +174,4 @@ */

* Defines whether blured frames filtering is allowed
*
*
*/

@@ -174,5 +181,6 @@ this.allowBlurFilter = true;

/**
* The DPI (Dots Per Inch) for face image that should be returned.
* Property for setting DPI for face images
* Valid ranges are [100,400]. Setting DPI out of valid ranges throws an exception
*
*
*/

@@ -179,0 +187,0 @@ this.faceImageDpi = 250;

@@ -47,2 +47,9 @@ import { Recognizer, RecognizerResult } from '../recognizer'

/**
* Defines whether to anonymize Netherlands MRZ
*
*
*/
this.anonymizeNetherlandsMrz = true;
/**
* Defines if glare detection should be turned on/off.

@@ -49,0 +56,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

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