@aparajita/capacitor-biometric-auth
Advanced tools
Comparing version 7.1.1 to 7.2.0
{ | ||
"name": "@aparajita/capacitor-biometric-auth", | ||
"version": "7.1.1", | ||
"version": "7.2.0", | ||
"description": "Provides access to the native biometric auth & device security APIs for Capacitor apps", | ||
@@ -60,12 +60,12 @@ "author": "Aparajita Fishman", | ||
"@aparajita/swiftly": "^1.0.4", | ||
"@capacitor/cli": "^5.6.0", | ||
"@commitlint/cli": "^18.5.0", | ||
"@commitlint/config-conventional": "^18.5.0", | ||
"@capacitor/cli": "^5.7.4", | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@ionic/swiftlint-config": "^1.1.2", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@types/node": "^20.11.6", | ||
"@typescript-eslint/eslint-plugin": "^6.19.1", | ||
"@typescript-eslint/parser": "^6.19.1", | ||
"@types/node": "^20.12.4", | ||
"@typescript-eslint/eslint-plugin": "^7.5.0", | ||
"@typescript-eslint/parser": "^7.5.0", | ||
"commit-and-tag-version": "^12.2.0", | ||
"eslint": "^8.56.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
@@ -77,16 +77,16 @@ "eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"nodemon": "^3.0.3", | ||
"prettier": "^3.2.4", | ||
"prettier-plugin-java": "^2.5.0", | ||
"nodemon": "^3.1.0", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-java": "^2.6.0", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.9.6", | ||
"simple-git-hooks": "^2.9.0", | ||
"rollup": "^4.14.0", | ||
"simple-git-hooks": "^2.11.1", | ||
"swiftlint": "^1.0.2", | ||
"typescript": "~5.3.3" | ||
"typescript": "~5.4.3" | ||
}, | ||
"dependencies": { | ||
"@capacitor/android": "^5.6.0", | ||
"@capacitor/app": "^5.0.6", | ||
"@capacitor/core": "^5.6.0", | ||
"@capacitor/ios": "^5.6.0" | ||
"@capacitor/android": "^5.7.4", | ||
"@capacitor/app": "^5.0.7", | ||
"@capacitor/core": "^5.7.4", | ||
"@capacitor/ios": "^5.7.4" | ||
}, | ||
@@ -93,0 +93,0 @@ "scripts": { |
@@ -36,7 +36,5 @@ <div class="markdown-body"> | ||
👉 **NOTE:** Your Android app must use a base theme named "AppTheme". | ||
### Checking availability | ||
Before giving the user the option to use biometry (such as displaying a biometry icon), call [`checkBiometry()`](#checkbiometry) and inspect the [`CheckBiometryResult`](#checkbiometryresult) to see what (if any) biometry and/or device credentials are available on the device. Note the following: | ||
Although not strictly necessary, before giving the user the option to use biometry (such as displaying a biometry icon), you will probably want to call [`checkBiometry()`](#checkbiometry) and inspect the [`CheckBiometryResult`](#checkbiometryresult) to see what (if any) biometry and/or device credentials are available on the device. Note the following: | ||
@@ -43,0 +41,0 @@ - `isAvailable` may be `false` but `biometryType` may indicate the presence of biometry on the device. This occurs if the current user is not enrolled in biometry, or if biometry has been disabled for the current app. In such cases the `reason` and `code` will tell you why. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131802
383
Updated@capacitor/android@^5.7.4
Updated@capacitor/app@^5.0.7
Updated@capacitor/core@^5.7.4
Updated@capacitor/ios@^5.7.4