expo-local-authentication
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -1,3 +0,3 @@ | ||
import { NativeModulesProxy } from 'expo-core'; | ||
import { NativeModulesProxy } from '@unimodules/core'; | ||
export default NativeModulesProxy.ExpoLocalAuthentication; | ||
//# sourceMappingURL=ExpoLocalAuthentication.js.map |
@@ -1,2 +0,2 @@ | ||
import { UnavailabilityError } from 'expo-errors'; | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
import invariant from 'invariant'; | ||
@@ -3,0 +3,0 @@ import { Platform } from 'react-native'; |
{ | ||
"name": "expo-local-authentication", | ||
"version": "3.0.0", | ||
"version": "4.0.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.", | ||
"main": "build/LocalAuthentication.js", | ||
"types": "build/LocalAuthentication.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -38,4 +39,4 @@ "build": "expo-module build", | ||
"unimodulePeerDependencies": { | ||
"expo-core": "*", | ||
"expo-constants-interface": "*" | ||
"@unimodules/core": "*", | ||
"unimodules-constants-interface": "*" | ||
}, | ||
@@ -48,3 +49,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "9132f99f2ceb431006060c7f89d0928cc2053897" | ||
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a" | ||
} |
@@ -46,3 +46,3 @@ # expo-local-authentication | ||
```java | ||
import expo.modules.expo.modules.localauthentication.LocalAuthenticationPackage; | ||
import expo.modules.localauthentication.LocalAuthenticationPackage; | ||
``` | ||
@@ -49,0 +49,0 @@ ```java |
@@ -1,3 +0,3 @@ | ||
import { NativeModulesProxy } from 'expo-core'; | ||
import { NativeModulesProxy } from '@unimodules/core'; | ||
export default NativeModulesProxy.ExpoLocalAuthentication; |
@@ -1,2 +0,2 @@ | ||
import { UnavailabilityError } from 'expo-errors'; | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
import invariant from 'invariant'; | ||
@@ -3,0 +3,0 @@ import { Platform } from 'react-native'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
637987
29
209
0