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

cordova-plugin-android-fingerprint-auth

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-android-fingerprint-auth - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

14

changelog.md

@@ -0,1 +1,9 @@

#Version 1.2.5
###What's New
* **Bug fix** for issue #46 - Dismiss fragment in a safer way
#Version 1.2.4
###What's New
* Updated `build-extras.gradle` to use Android SDK 25.
#Version 1.2.3

@@ -29,3 +37,3 @@ ###What's New

###What's New
* #####Added parameters to the FingerprintAuth Config Object
* **Added parameters to the FingerprintAuth Config Object**

@@ -39,3 +47,3 @@ | Param | Type | Description |

* #####Changed FingerprintAuth.show() Result fields
* **Changed FingerprintAuth.show() Result fields**

@@ -50,3 +58,3 @@ | Param | Type | Description |

* #####New method FingerprintAuth.delete() to delete the cipher used to encrypt/decrypt user credentials.
* **New method FingerprintAuth.delete() to delete the cipher used to encrypt/decrypt user credentials.**

@@ -53,0 +61,0 @@ ###Breaking changes

{
"name": "cordova-plugin-android-fingerprint-auth",
"version": "1.2.4",
"version": "1.2.5",
"description": "Cordova plugin to use Android fingerprint authentication API",

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

@@ -17,3 +17,3 @@ #Update to Version 1.2.0

### Cordova
`cordova plugin add cordova-plugin-candroid-fingerprint-auth`
`cordova plugin add cordova-plugin-android-fingerprint-auth`

@@ -33,3 +33,3 @@ ###Ionic

###Encrypt/Decrypt User Credentials
###Encrypt/Decrypt User Credentials

@@ -55,4 +55,5 @@ * Encrypt user credentials

<a name="module_fingerprintauth.isAvailable"></a>
##FingerprintAuth.isAvailable(successCallback, errorCallback)
#FingerprintAuth.isAvailable(successCallback, errorCallback)
Opens a native dialog fragment to use the device hardware fingerprint scanner to authenticate against fingerprints

@@ -94,3 +95,5 @@ registered for the device.

<a name="module_fingerprintauth.config"></a>
###FingerprintAuth Config Object
| Param | Type | Default | Description |

@@ -110,5 +113,7 @@ | --- | --- | --- | --- |

<a name="module_fingerprintauth.encrypt"></a>
##FingerprintAuth.encrypt(encryptConfig, encryptSuccessCallback, encryptErrorCallback)
#FingerprintAuth.encrypt(encryptConfig, encryptSuccessCallback, encryptErrorCallback)
###Result Object

@@ -154,4 +159,5 @@ | Param | Type | Description |

<a name="module_fingerprintauth.decrypt"></a>
##FingerprintAuth.decrypt(decryptConfig, encryptSuccessCallback, encryptErrorCallback)
#FingerprintAuth.decrypt(decryptConfig, encryptSuccessCallback, encryptErrorCallback)
###Result Object

@@ -199,4 +205,5 @@ | Param | Type | Description |

<a name="module_fingerprintauth.delete"></a>
##FingerprintAuth.delete(config, successCallback, errorCallback)
#FingerprintAuth.delete(config, successCallback, errorCallback)
Used to delete a cipher.

@@ -203,0 +210,0 @@

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