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

custom-fingerprint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-fingerprint-plugin - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.idea/vcs.xml

2

package.json
{
"name": "custom-fingerprint-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Plugin to access external fingerprint scanning hardware device",

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

@@ -5,9 +5,13 @@ var exec =require('cordova/exec');

var FingerPrintScannerPlugin={
echo:function(phrase,cb){
exec(cb,null,PLUGIN_NAME,'echo',[phrase]);
}
var FingerPrintScannerPlugin=function(){
}
/**
**@successCb is the success callback get called when plugin action is successful
**@failureCb is the failure callback get called when plugin action is failed
**/
FingerPrintScannerPlugin.scan=function(successCb,failureCb){
exec(successCb,failureCb,PLUGIN_NAME,'scan',[]);
}
module.exports=FingerPrintScannerPlugin

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