New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

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.64 to 0.0.65

2

package.json
{
"name": "pluginfutronic",
"version": "0.0.64",
"version": "0.0.65",
"description": "Plugin For Fingerprint",

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

@@ -34,4 +34,4 @@ /*global cordova, module*/

module.exports = {
getdevicehandle: function (args, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "getdevicehandle", []);
destroy: function (args, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "destroy", []);
}

@@ -41,6 +41,24 @@ };

module.exports = {
opendevice: function (args, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "opendevice", [usb_host_ctx]);
closedevice2: function (args, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "closedevice2", [usb_host_ctx]);
}
};
module.exports = {
ispendingopen: function (args, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "ispendingopen", [usb_host_ctx]);
}
};
module.exports = {
validatecontext: function (args, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "validatecontext", [usb_host_ctx]);
}
};
module.exports = {
dataexchangeend: function (args, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "dataexchangeend", [usb_host_ctx]);
}
};

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