Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

expo-local-authentication

Package Overview
Dependencies
Maintainers
17
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-local-authentication - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

unimodule.json

2

build/ExpoLocalAuthentication.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc