Socket
Socket
Sign inDemoInstall

blinkid-cordova

Package Overview
Dependencies
Maintainers
5
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blinkid-cordova - npm Package Compare versions

Comparing version 1.5.2-0 to 1.5.2

21

package.json
{
"name": "blinkid-cordova",
"version": "1.5.2-0",
"version": "1.5.2",
"description": "A small and powerful ID card scanning library",

@@ -17,3 +17,22 @@ "cordova": {

"keywords": [
"scan",
"id",
"scanner",
"identity",
"ID",
"passport",
"sdk",
"ocr",
"USDL",
"PDF417",
"MRZ",
"MRTD",
"barcode",
"DL",
"card",
"document",
"microblink",
"blinkid",
"ionic",
"phonegap",
"ecosystem:cordova",

@@ -20,0 +39,0 @@ "cordova-android",

@@ -178,3 +178,3 @@ # BlinkID SDK wrapper for PhoneGap

* Use these scanner types
* Available: "PDF417", "USDL", "Barcode", "MRTD", "EUDL", "UKDL", "DEDL", "MyKadFront", "MyKadBack", "IKad", "MyTentera", "GermanOldID", "GermanIDFront", "GermanIDBack", "GermanPassport", "UnitedArabEmiratesIDFront", "UnitedArabEmiratesIDBack", "SingaporeIDFront", "SingaporeIDBack", "DocumentFace", "DocumentDetector"
* Available: "PDF417", "USDL", "Barcode", "MRTD", "EUDL", "UKDL", "DEDL", "MyKadFront", "MyKadBack", "IKad", "MyTentera", "GermanOldID", "GermanIDFront", "GermanIDBack", "GermanPassport", "UnitedArabEmiratesIDFront", "UnitedArabEmiratesIDBack", "SingaporeIDFront", "SingaporeIDBack", "IndonesiaID", "DocumentFace", "DocumentDetector"
* PDF417 - scans PDF417 barcodes

@@ -199,2 +199,3 @@ * USDL - scans barcodes located on the back of US driver's license

* SingaporeIDBack - scans the back side of Singapore ID card
* IndonesiaID - scans the front side of Indonesia ID card
* DocumentFace - scans documents which contain owner's face image

@@ -356,3 +357,3 @@ * DocumentDetector - scans documents that are specified as ID1 or ID2 and returns their image

"ID Type: " + fields[kPPDataType] + "<br>" +
"NRIC Number: " + fields[kPPmyKadNricNumber] + "<br>" +
"NRIC Number: " + fields[kPPmyKadBackNricNumber] + "<br>" +
"Extended NRIC Number: " + fields[kPPmyKadBackExtendedNricNumber] + "<br>" +

@@ -470,2 +471,23 @@ "Birth Date: " + fields[kPPmyKadBackBirthDate] + "<br>" +

} else if (recognizerResult.resultType == "IndonesiaID result") {
resultDiv.innerHTML =
"Document number: " + fields[kPPindonesiaDocumentNumber] + "<br>" +
"Name: " + fields[kPPindonesiaName] + "<br>" +
"Occupation: " + fields[kPPindonesiaOccupation] + "<br>" +
"Martial status: " + fields[kPPindonesiaMartialStatus] + "<br>" +
"Date of birth: " + fields[kPPindonesiaDateOfBirth] + "<br>" +
"Blood type: " + fields[kPPindonesiaBloodType] + "<br>" +
"Religion: " + fields[kPPindonesiaReligion] + "<br>" +
"Sex: " + fields[kPPindonesiaSex] + "<br>" +
"Citizenship: " + fields[kPPindonesiaCitizenship] + "<br>" +
"Valid until: " + fields[kPPindonesiaValidUntil] + "<br>" +
"Place of birth: " + fields[kPPindonesiaPlaceOfBirth] + "<br>" +
"Province: " + fields[kPPindonesiaProvince] + "<br>" +
"District: " + fields[kPPindonesiaDistrict] + "<br>" +
"City: " + fields[kPPindonesiaCity] + "<br>" +
"KelDesa: " + fields[kPPindonesiaKelDesa] + "<br>" +
"Address: " + fields[kPPindonesiaAddress] + "<br>" +
"RT: " + fields[kPPindonesiaRT] + "<br>" +
"RW: " + fields[kPPindonesiaRW] + "<br>";
} else if (recognizerResult.resultType == "DocumentDetector result") {

@@ -535,2 +557,3 @@

+ **SingaporeIDBack** - scans the back side of Singapore ID card
+ **IndonesiaID** - scans the front side of Indonesia ID card
+ **DocumentFace** - scans documents which contain owner's face image

@@ -537,0 +560,0 @@ + **DocumentDetector** - scans documents that are specified as ID1 or ID2 and returns their image

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