🎩 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.4.11
to
8.4.12
+3
-1
android/src/main/j...ee/forgr/biometric/NativeBiometric.java

@@ -426,3 +426,5 @@ package ee.forgr.biometric;

.edit();
editor.clear();
editor.remove(KEY_ALIAS + "-username");
editor.remove(KEY_ALIAS + "-password");
editor.remove("secure_" + KEY_ALIAS);
editor.apply();

@@ -429,0 +431,0 @@

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

public class NativeBiometricPlugin: CAPPlugin, CAPBridgedPlugin {
private let pluginVersion: String = "8.4.11"
private let pluginVersion: String = "8.4.12"
public let identifier = "NativeBiometricPlugin"

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

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

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