Socket
Socket
Sign inDemoInstall

pluginfutronic

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pluginfutronic - npm Package Compare versions

Comparing version 0.0.28 to 0.0.29

2

package.json
{
"name": "pluginfutronic",
"version": "0.0.28",
"version": "0.0.29",
"description": "Plugin For Fingerprint",

@@ -5,0 +5,0 @@ "cordova": {

@@ -1,15 +0,7 @@

function FutronicScanner() {}
/*global cordova, module*/
FutronicScanner.prototype.scan = function(options, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "scan", [args0]);
};
FutronicScanner.prototype.getimagewidth = function(options, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "getimagewidth", [args0]);
};
FutronicScanner.prototype.getimageheight = function(options, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "getimageheight", [args0]);
};
window.Scanner = new FutronicScanner();
module.exports = {
opendevice: function (name, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "opendevice", [name]);
}
};

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