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

blinkid-react-native

Package Overview
Dependencies
Maintainers
13
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.17.0 to 6.1.0

recognizers/blinkIdMultiSideRecognizer.js

4

index.js

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