expo-local-authentication
Advanced tools
Comparing version 6.0.0 to 7.0.0-rc.0
@@ -1,2 +0,2 @@ | ||
import { AuthenticationType, AuthOptions, LocalAuthenticationResult } from './LocalAuthentication.types'; | ||
import { AuthOptions, AuthenticationType, LocalAuthenticationResult } from './LocalAuthentication.types'; | ||
export { AuthenticationType, LocalAuthenticationResult }; | ||
@@ -3,0 +3,0 @@ export declare function hasHardwareAsync(): Promise<boolean>; |
@@ -5,3 +5,3 @@ import { UnavailabilityError } from '@unimodules/core'; | ||
import ExpoLocalAuthentication from './ExpoLocalAuthentication'; | ||
import { AuthenticationType } from './LocalAuthentication.types'; | ||
import { AuthenticationType, } from './LocalAuthentication.types'; | ||
export { AuthenticationType }; | ||
@@ -8,0 +8,0 @@ export async function hasHardwareAsync() { |
{ | ||
"name": "expo-local-authentication", | ||
"version": "6.0.0", | ||
"version": "7.0.0-rc.0", | ||
"description": "Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.", | ||
@@ -11,2 +11,3 @@ "main": "build/LocalAuthentication.js", | ||
"clean": "expo-module clean", | ||
"lint": "expo-module lint", | ||
"test": "expo-module test", | ||
@@ -28,3 +29,4 @@ "prepare": "expo-module prepare", | ||
"type": "git", | ||
"url": "https://github.com/expo/expo.git" | ||
"url": "https://github.com/expo/expo.git", | ||
"directory": "packages/expo-local-authentication" | ||
}, | ||
@@ -48,5 +50,5 @@ "bugs": { | ||
"devDependencies": { | ||
"expo-module-scripts": "^1.0.0" | ||
"expo-module-scripts": "~1.1.1-rc.0" | ||
}, | ||
"gitHead": "9518929d6f2ba9cf8e0aae81d34cc1eb52f7093a" | ||
"gitHead": "5d4fcf318390f59cecd1ae5d191afb15488a4447" | ||
} |
@@ -10,6 +10,8 @@ # expo-local-authentication | ||
# Installation | ||
# Installation in managed Expo projects | ||
This package is pre-installed in [managed](https://docs.expo.io/versions/latest/introduction/managed-vs-bare/) Expo projects. You may skip the rest of the installation guide if this applies to you. | ||
For managed [managed](https://docs.expo.io/versions/latest/introduction/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](#api-documentation). If you follow the link and there is no documentation available then this library is not yet usable within managed projects — it is likely to be included in an upcoming Expo SDK release. | ||
# Installation in bare React Native projects | ||
For bare React Native projects, you must ensure that you have [installed and configured the `react-native-unimodules` package](https://github.com/unimodules/react-native-unimodules) before continuing. | ||
@@ -16,0 +18,0 @@ |
@@ -6,5 +6,8 @@ import { UnavailabilityError } from '@unimodules/core'; | ||
import ExpoLocalAuthentication from './ExpoLocalAuthentication'; | ||
import { | ||
AuthOptions, | ||
AuthenticationType, | ||
LocalAuthenticationResult, | ||
} from './LocalAuthentication.types'; | ||
import { AuthenticationType, AuthOptions, LocalAuthenticationResult } from './LocalAuthentication.types'; | ||
export { AuthenticationType, LocalAuthenticationResult }; | ||
@@ -11,0 +14,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
34441
96795
30
252
35
0
1
4