pluginfutronic
Advanced tools
Comparing version 0.0.249 to 0.0.250
{ | ||
"name": "pluginfutronic", | ||
"version": "0.0.249", | ||
"version": "0.0.250", | ||
"description": "Plugin For Fingerprint", | ||
@@ -5,0 +5,0 @@ "cordova": { |
module.exports = { | ||
info: function () { | ||
cordova.exec("FutronicScanner", "info", []); | ||
opendevice: function (name, successCallback, errorCallback) { | ||
cordova.exec(successCallback, errorCallback, "FutronicScanner", "opendevice", [name]); | ||
} | ||
}; |
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
1641630