Socket
Socket
Sign inDemoInstall

@microblink/blinkid-capacitor

Package Overview
Dependencies
2
Maintainers
12
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.13.0 to 5.14.0

ios/Plugin.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

1

dist/esm/definitions.js

@@ -1,2 +0,1 @@

export {};
//# sourceMappingURL=definitions.js.map

@@ -1,2 +0,1 @@

export * from './definitions';
export * from './scanner';

@@ -3,0 +2,0 @@ export * from './recognizer';

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

/**
* The father's name of the document owner.
*/
fathersName: string;
/**
* The first name of the document owner.

@@ -156,2 +160,6 @@ */

/**
* The mother's name of the document owner.
*/
mothersName: string;
/**
* The data extracted from the machine readable zone

@@ -158,0 +166,0 @@ */

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

/**
* The father's name of the document owner.
*/
this.fathersName = nativeResult.fathersName;
/**
* The first name of the document owner.

@@ -159,2 +163,6 @@ */

/**
* The mother's name of the document owner.
*/
this.mothersName = nativeResult.mothersName;
/**
* The data extracted from the machine readable zone

@@ -161,0 +169,0 @@ */

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

/**
* The father's name of the document owner.
*/
fathersName: string;
/**
* The first name of the document owner.

@@ -117,2 +121,6 @@ */

/**
* The mother's name of the document owner.
*/
mothersName: string;
/**
* The data extracted from the machine readable zone

@@ -119,0 +127,0 @@ */

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

/**
* The father's name of the document owner.
*/
this.fathersName = nativeResult.fathersName;
/**
* The first name of the document owner.

@@ -120,2 +124,6 @@ */

/**
* The mother's name of the document owner.
*/
this.mothersName = nativeResult.mothersName;
/**
* The data extracted from the machine readable zone

@@ -122,0 +130,0 @@ */

@@ -95,3 +95,5 @@ /**

/** Malaysian PASS type IMM13P */
MalaysianPassIMM13P = 6
MalaysianPassIMM13P = 6,
/** Border Crossing Card */
BorderCrossingCard = 7
}

@@ -98,0 +100,0 @@ /**

{
"name": "@microblink/blinkid-capacitor",
"version": "5.13.0",
"version": "5.14.0",
"description": "A small and powerful ID card Capacitor plugin for BlinkID SDK",

@@ -5,0 +5,0 @@ "main": "dist/plugin.js",

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

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