Huge News!Announcing our $40M Series B led by Abstract Ventures.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.30 to 0.0.31

10

package.json
{
"name": "pluginfutronic",
"version": "0.0.30",
"version": "0.0.31",
"description": "Plugin For Fingerprint",

@@ -16,3 +16,9 @@ "cordova": {

"author": "Luminov",
"license": "Luminov"
"license": "Luminov",
"engines": [
{
"name": "cordova",
"version": ">=3.4.0"
}
]
}

4

www/pluginfutronic.js
/*global cordova, module*/
module.exports = {
opendevice: function (name, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "opendevice", [name]);
opendevice: function (args, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "FutronicScanner", "opendevice", [args()]);
}
};

Sorry, the diff of this file is not supported yet

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