Socket
Socket
Sign inDemoInstall

@microblink/blinkcard-react-native

Package Overview
Dependencies
Maintainers
12
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microblink/blinkcard-react-native - npm Package Compare versions

Comparing version 2.4.1 to 2.6.0

2

package.json
{
"name": "@microblink/blinkcard-react-native",
"version": "2.4.1",
"version": "2.6.0",
"description": "AI-driven credit card scanning for cross-platform apps built with ReactNative.",

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

@@ -12,3 +12,3 @@ # BlinkCard SDK wrapper for React Native

- [Generate](https://microblink.com/login?url=/customer/generatedemolicence) a **free trial license key** to start using the SDK in your app (registration required)
- A valid license key is required to initialize scanning. You can request a **free trial license key**, after you register, at [Microblink Developer Hub](https://account.microblink.com/signin)

@@ -15,0 +15,0 @@ - For production licensing, please [contact sales](https://microblink.com/contact-us) to request a quote.

@@ -46,12 +46,2 @@ 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 payment card's expiry date.

@@ -191,11 +181,4 @@ */

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

@@ -36,12 +36,2 @@ 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;
/**
* Returns CDataMatchResultSuccess if data from scanned parts/sides of the document match,

@@ -167,11 +157,4 @@ * CDataMatchResultFailed otherwise. For example if date of expiry is scanned from the front and back side

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

@@ -36,12 +36,2 @@ 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;
/**
* Returns CDataMatchResultSuccess if data from scanned parts/sides of the document match,

@@ -198,11 +188,4 @@ * CDataMatchResultFailed otherwise. For example if date of expiry is scanned from the front and back side

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

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

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