pluginfutronic
Advanced tools
Comparing version 0.0.39 to 0.0.40
{ | ||
"name": "pluginfutronic", | ||
"version": "0.0.39", | ||
"version": "0.0.40", | ||
"description": "Plugin For Fingerprint", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -10,4 +10,4 @@ /*global cordova, module*/ | ||
module.exports = { | ||
scanner: function (args, successCallback, errorCallback) { | ||
cordova.exec(successCallback, errorCallback, "FutronicScanner", "scanner", [args()]); | ||
geterrorcode: function (args, successCallback, errorCallback) { | ||
cordova.exec(successCallback, errorCallback, "FutronicScanner", "geterrorcode", [args()]); | ||
} | ||
@@ -14,0 +14,0 @@ }; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1639107