Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-fingerprint-aio

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-fingerprint-aio - npm Package Compare versions

Comparing version 0.6.2 to 0.7.0

4

package.json
{
"name": "cordova-plugin-fingerprint-aio",
"version": "0.6.2",
"version": "0.7.0",
"description": "Cordova plugin to use fingerprint authentication on Android and iOS",

@@ -34,3 +34,3 @@ "cordova": {

"dependencies": {
"cordova-plugin-add-swift-support": "*"
"cordova-plugin-add-swift-support": "niklasmerz/cordova-plugin-add-swift-support"
},

@@ -37,0 +37,0 @@ "devDependencies": {

@@ -11,5 +11,2 @@ # Cordova Plugin Fingerprint All-In-One

## Disclaimer
The plugin is still under development. At the moment the API could change every day and the plugin build could crash or have secutity issues. If you use fingerprint authentication in production use the plugins below.
## Features

@@ -36,10 +33,9 @@

Fingerprint.isAvailable(isAvailableSuccess, isAvailableError);
$scope.available = "Not checked";
function isAvailableSuccess(result) {
$scope.available = "Fingerprint available";
alert("Fingerprint available");
}
function isAvailableError(message) {
console.error(message);
alert(message);
}

@@ -78,3 +74,3 @@ ```

Project and iOS source -> MIT
Android source -> MIT and Apache 2.0
* Project and iOS source -> MIT
* Android source -> MIT and Apache 2.0
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