🎩 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.1
to
8.6.2
+1
-1
ios/Sources/Native...etricPlugin/NativeBiometricPlugin.swift

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

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

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

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

@@ -54,3 +54,4 @@ "main": "dist/plugin.cjs.js",

"example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build",
"check:is-available": "node scripts/check-is-available-result.mjs"
"check:is-available": "node scripts/check-is-available-result.mjs",
"changelog:ai": "node scripts/generate-ai-changelog.mjs"
},

@@ -57,0 +58,0 @@ "devDependencies": {