pluginfutronic
Advanced tools
Comparing version 0.0.49 to 0.0.50
{ | ||
"name": "pluginfutronic", | ||
"version": "0.0.49", | ||
"version": "0.0.50", | ||
"description": "Plugin For Fingerprint", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -41,5 +41,5 @@ /*global cordova, module*/ | ||
opendevice: function (args, successCallback, errorCallback) { | ||
cordova.exec(successCallback, errorCallback, "FutronicScanner", "opendevice", [args.usb_host_ctx]); | ||
cordova.exec(successCallback, errorCallback, "FutronicScanner", "opendevice", [usb_host_ctx]); | ||
} | ||
}; | ||
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
1640459