🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@capgo/capacitor-native-biometric

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capgo/capacitor-native-biometric - npm Package Compare versions

Comparing version
8.6.0
to
8.6.1
+3
-1
android/src/main/java/ee/forgr/biometric/AuthActivity.java

@@ -161,2 +161,4 @@ package ee.forgr.biometric;

handleGetSecureCredentials(result);
} else if ("verify".equals(mode)) {
finishActivity();
} else if (authenticatorConfig.requiresCryptoObject) {

@@ -193,3 +195,3 @@ if (!validateCryptoObject(result)) {

if (!authenticatorConfig.requiresCryptoObject) {
if ("verify".equals(mode) || !authenticatorConfig.requiresCryptoObject) {
biometricPrompt.authenticate(promptInfo);

@@ -196,0 +198,0 @@ return;

@@ -14,3 +14,3 @@ import Foundation

public class NativeBiometricPlugin: CAPPlugin, CAPBridgedPlugin {
private let pluginVersion: String = "8.6.0"
private let pluginVersion: String = "8.6.1"
public let identifier = "NativeBiometricPlugin"

@@ -17,0 +17,0 @@ public let jsName = "NativeBiometric"

{
"name": "@capgo/capacitor-native-biometric",
"version": "8.6.0",
"version": "8.6.1",
"description": "This plugin gives access to the native biometric apis for android and iOS",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",