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

@aparajita/capacitor-biometric-auth

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aparajita/capacitor-biometric-auth - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

4

dist/esm/definitions.d.ts

@@ -130,2 +130,6 @@ import type { PluginListenerHandle, WebPlugin } from '@capacitor/core';

*
* 👉 **NOTE:** On Android 9 & 10 (API 28-29), this will effectively always
* be `.weak` if `allowDeviceCredential` is true. This is a known limitation
* of the Android API. 🤯
*
* Default: `AndroidBiometryStrength.weak`

@@ -132,0 +136,0 @@ */

2

package.json
{
"name": "@aparajita/capacitor-biometric-auth",
"version": "7.0.1",
"version": "7.0.2",
"description": "Provides access to the native biometric auth & device security APIs for Capacitor apps",

@@ -5,0 +5,0 @@ "author": "Aparajita Fishman",

@@ -327,3 +327,3 @@ <div class="markdown-body">

| androidConfirmationRequired | boolean | Determines if successful weak biometric authentication must be confirmed.<br><br>For information on this setting, see https://developer.android.com/reference/android/hardware/biometrics/BiometricPrompt.Builder#setConfirmationRequired(boolean).<br><br>Default: `true` |
| androidBiometryStrength | <a href="#androidbiometrystrength">AndroidBiometryStrength</a> | Set the strength of Android biometric authentication that will be accepted.<br><br>Default: <a href="#androidbiometrystrength">`AndroidBiometryStrength.weak`</a> |
| androidBiometryStrength | <a href="#androidbiometrystrength">AndroidBiometryStrength</a> | Set the strength of Android biometric authentication that will be accepted.<br><br>👉 **NOTE:** On Android 9 & 10 (API 28-29), this will effectively always be `.weak` if `allowDeviceCredential` is true. This is a known limitation of the Android API. 🤯<br><br>Default: <a href="#androidbiometrystrength">`AndroidBiometryStrength.weak`</a> |

@@ -330,0 +330,0 @@ #### PluginListenerHandle

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