@aparajita/capacitor-biometric-auth
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@aparajita/capacitor-biometric-auth", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Provides access to the native biometric auth APIs for Capacitor apps", | ||
@@ -70,3 +70,3 @@ "author": "Aparajita Fishman", | ||
"type": "git", | ||
"url": "https://github.com/aparajita/capacitor-biometric-auth" | ||
"url": "https://github.com/aparajita/capacitor-biometric-auth.git" | ||
}, | ||
@@ -81,9 +81,9 @@ "bugs": { | ||
"@aparajita/prettier-config": "^1.0.0", | ||
"@aparajita/swiftly": "^1.0.0", | ||
"@aparajita/swiftly": "^1.0.1", | ||
"@capacitor/core": "^3.6.0", | ||
"@ionic/swiftlint-config": "^1.1.2", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@types/node": "^18.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.3", | ||
"@typescript-eslint/parser": "^5.30.3", | ||
"@types/node": "^18.0.1", | ||
"@typescript-eslint/eslint-plugin": "^5.30.4", | ||
"@typescript-eslint/parser": "^5.30.4", | ||
"chalk": "^5.0.1", | ||
@@ -94,3 +94,3 @@ "commit-and-tag-version": "^10.0.1", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-import-resolver-typescript": "^3.1.4", | ||
"eslint-import-resolver-typescript": "^3.2.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
@@ -108,3 +108,3 @@ "eslint-plugin-n": "^15.2.3", | ||
"dependencies": { | ||
"@aparajita/capacitor-native-decorator": "^2.0.3", | ||
"@aparajita/capacitor-native-decorator": "^2.0.4", | ||
"@capacitor/android": "^3.6.0", | ||
@@ -111,0 +111,0 @@ "@capacitor/app": "^1.1.1", |
{ | ||
"name": "@aparajita/capacitor-biometric-auth", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Provides access to the native biometric auth APIs for Capacitor apps", | ||
@@ -43,3 +43,3 @@ "author": "Aparajita Fishman", | ||
"type": "git", | ||
"url": "https://github.com/aparajita/capacitor-biometric-auth" | ||
"url": "https://github.com/aparajita/capacitor-biometric-auth.git" | ||
}, | ||
@@ -54,9 +54,9 @@ "bugs": { | ||
"@aparajita/prettier-config": "^1.0.0", | ||
"@aparajita/swiftly": "^1.0.0", | ||
"@aparajita/swiftly": "^1.0.1", | ||
"@capacitor/core": "^3.6.0", | ||
"@ionic/swiftlint-config": "^1.1.2", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@types/node": "^18.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.3", | ||
"@typescript-eslint/parser": "^5.30.3", | ||
"@types/node": "^18.0.1", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"chalk": "^5.0.1", | ||
@@ -67,5 +67,5 @@ "commit-and-tag-version": "^10.0.1", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-import-resolver-typescript": "^3.1.4", | ||
"eslint-import-resolver-typescript": "^3.2.1", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-n": "^15.2.3", | ||
"eslint-plugin-n": "^15.2.4", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
@@ -81,3 +81,3 @@ "eslint-plugin-promise": "^6.0.0", | ||
"dependencies": { | ||
"@aparajita/capacitor-native-decorator": "^2.0.3", | ||
"@aparajita/capacitor-native-decorator": "^2.0.4", | ||
"@capacitor/android": "^3.6.0", | ||
@@ -84,0 +84,0 @@ "@capacitor/app": "^1.1.1", |
@@ -9,2 +9,10 @@ <div class="markdown-body"> | ||
## Demos | ||
Here is `capacitor-biometric-auth` running on the [demo app](https://github.com/aparajita/capacitor-biometric-auth-demo) on both iOS and Android. | ||
|iOS|Android| | ||
|---|-------| | ||
|<video src="https://user-images.githubusercontent.com/22218/177023147-1f9abce4-2dc3-4157-8bf1-d8d9fdba3977.mp4" width="352" />|<video src="https://user-images.githubusercontent.com/22218/177023168-d7c18a4b-a2f9-49f9-ae39-40884219c128.mp4" width="365" />| | ||
## Installation | ||
@@ -11,0 +19,0 @@ |
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
85251
194