Socket
Socket
Sign inDemoInstall

scandit-cordova-datacapture-id

Package Overview
Dependencies
0
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.6.3 to 6.7.0

www/js/Cordova/Cordova.d.ts

10

package.json
{
"name": "scandit-cordova-datacapture-id",
"version": "6.6.3",
"version": "6.7.0",
"description": "Scandit Data Capture SDK for Cordova",

@@ -11,5 +11,7 @@ "license": "Apache-2.0",

],
"types": "www/js/index.d.ts",
"scripts": {
"prebuild": "node ../scandit-cordova-datacapture-core/scripts/prep-d-ts.js",
"build": "tsc",
"postbuild": "node ./scripts/post-build.js",
"postbuild": "node ../scandit-cordova-datacapture-core/scripts/normalize-js.js && node ../scandit-cordova-datacapture-core/scripts/normalize-d-ts.js",
"test": "npm run lint && jest",

@@ -22,4 +24,4 @@ "lint": "tslint --project .",

"clear-jest-cache": "jest --clearCache || true",
"clean": "npm run clear-jest-cache && node ./scripts/clean.js",
"clean-all": "npm run clean && node ./scripts/clean-all.js"
"clean": "npm run clear-jest-cache && node ../scandit-cordova-datacapture-core/scripts/clean.js",
"clean-all": "npm run clean && node ../scandit-cordova-datacapture-core/scripts/clean-all.js"
},

@@ -26,0 +28,0 @@ "dependencies": {},

@@ -42,2 +42,12 @@ "use strict";

DocumentType["Visa"] = "visa";
DocumentType["SPass"] = "sPass";
DocumentType["AddressCard"] = "addressCard";
DocumentType["AlienId"] = "alienId";
DocumentType["AlienPassport"] = "alienPassport";
DocumentType["GreenCard"] = "greenCard";
DocumentType["MinorsId"] = "minorsId";
DocumentType["PostalId"] = "postalId";
DocumentType["ProfessionalDl"] = "professionalDl";
DocumentType["TaxId"] = "taxId";
DocumentType["WeaponPermit"] = "weaponPermit";
})(DocumentType = exports.DocumentType || (exports.DocumentType = {}));

@@ -44,0 +54,0 @@ var IdDocumentType;

plugin.xml

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc