custom-fingerprint-plugin
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "custom-fingerprint-plugin", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Plugin to access external fingerprint scanning hardware device", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -18,3 +18,6 @@ var exec =require('cordova/exec'); | ||
} | ||
FingerPrintScannerPlugin.checkAndOptPermission=function(successCb,failureCb){ | ||
exec(successCb,failureCb,PLUGIN_NAME,'',[]); | ||
} | ||
module.exports=FingerPrintScannerPlugin |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6220689
1068
20