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

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

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

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

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

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

"example:install": "cd example-app && bun install --frozen-lockfile",
"example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build",
"example:capgo:deploy": "bun run example:build && bun scripts/deploy-example-capgo.mjs"
"example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build"
},

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