Socket
Socket
Sign inDemoInstall

@microblink/blinkcard-capacitor

Package Overview
Dependencies
2
Maintainers
12
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.1 to 2.6.0

14

dist/esm/recognizers/blinkCardRecognizer.d.ts

@@ -24,10 +24,2 @@ import { Recognizer, RecognizerResult } from '../recognizer';

/**
* Digital signature of the recognition result. Available only if enabled with signResult property.
*/
digitalSignature: string;
/**
* Version of the digital signature. Available only if enabled with signResult property.
*/
digitalSignatureVersion: number;
/**
* The payment card's expiry date.

@@ -143,9 +135,3 @@ */

returnFullDocumentImage: boolean;
/**
* Whether or not recognition result should be signed.
*
*
*/
signResult: boolean;
constructor();
}

@@ -27,10 +27,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.

@@ -148,8 +140,2 @@ */

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

@@ -156,0 +142,0 @@ }

@@ -16,10 +16,2 @@ import { Recognizer, RecognizerResult } from '../recognizer';

/**
* Digital signature of the recognition result. Available only if enabled with signResult property.
*/
digitalSignature: string;
/**
* Version of the digital signature. Available only if enabled with signResult property.
*/
digitalSignatureVersion: number;
/**
* Returns CDataMatchResultSuccess if data from scanned parts/sides of the document match,

@@ -124,9 +116,3 @@ * CDataMatchResultFailed otherwise. For example if date of expiry is scanned from the front and back side

returnFullDocumentImage: boolean;
/**
* Whether or not recognition result should be signed.
*
*
*/
signResult: boolean;
constructor();
}

@@ -19,10 +19,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,

@@ -129,8 +121,2 @@ * CDataMatchResultFailed otherwise. For example if date of expiry is scanned from the front and back side

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

@@ -137,0 +123,0 @@ }

@@ -16,10 +16,2 @@ import { Recognizer, RecognizerResult } from '../recognizer';

/**
* Digital signature of the recognition result. Available only if enabled with signResult property.
*/
digitalSignature: string;
/**
* Version of the digital signature. Available only if enabled with signResult property.
*/
digitalSignatureVersion: number;
/**
* Returns CDataMatchResultSuccess if data from scanned parts/sides of the document match,

@@ -150,9 +142,3 @@ * CDataMatchResultFailed otherwise. For example if date of expiry is scanned from the front and back side

returnFullDocumentImage: boolean;
/**
* Whether or not recognition result should be signed.
*
*
*/
signResult: boolean;
constructor();
}

@@ -19,10 +19,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,

@@ -155,8 +147,2 @@ * CDataMatchResultFailed otherwise. For example if date of expiry is scanned from the front and back side

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

@@ -163,0 +149,0 @@ }

@@ -221,10 +221,2 @@ var capacitorPlugin = (function (exports, core) {

/**
* 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.

@@ -342,8 +334,2 @@ */

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

@@ -369,10 +355,2 @@ }

/**
* 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,

@@ -479,8 +457,2 @@ * CDataMatchResultFailed otherwise. For example if date of expiry is scanned from the front and back side

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

@@ -506,10 +478,2 @@ }

/**
* 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,

@@ -642,8 +606,2 @@ * CDataMatchResultFailed otherwise. For example if date of expiry is scanned from the front and back side

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

@@ -650,0 +608,0 @@ }

4

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

@@ -27,3 +27,3 @@ "main": "dist/plugin.js",

"prettier": "^2.0.5",
"prettier-plugin-java": "^0.8.0",
"prettier-plugin-java": "^1.6.2",
"rimraf": "^3.0.0",

@@ -30,0 +30,0 @@ "rollup": "^2.21.0",

@@ -123,3 +123,3 @@ # BlinkCard SDK Capacitor plugin

- [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)
- Get information about pricing and licensing of [BlinkCard](https://microblink.com/blinkcard)

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc