You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

expo-local-authentication

Package Overview
Dependencies
Maintainers
25
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.0.1 to 13.0.2

3

build/LocalAuthentication.js

@@ -77,5 +77,2 @@ import { UnavailabilityError } from 'expo-modules-core';

const result = await ExpoLocalAuthentication.authenticateAsync({ ...options, promptMessage });
if (result.warning) {
console.warn(result.warning);
}
return result;

@@ -82,0 +79,0 @@ }

8

CHANGELOG.md

@@ -13,2 +13,6 @@ # Changelog

## 13.0.2 — 2022-11-02
_This version does not introduce any user-facing changes._
## 13.0.1 — 2022-10-28

@@ -170,1 +174,5 @@

- Added estimate of supported authentication types for Android. ([#8431](https://github.com/expo/expo/pull/8431) by [@bycedric](https://github.com/bycedric))
### 💡 Others
- Removed `console.warn` from the `authenticateAsync` function, preventing running it every time the user cancels authentication or authentication fails. ([#19803](https://github.com/expo/expo/pull/19803) by [@GustavoMont](https://github.com/GustavoMont))
{
"name": "expo-local-authentication",
"version": "13.0.1",
"version": "13.0.2",
"description": "Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.",

@@ -49,3 +49,3 @@ "main": "build/LocalAuthentication.js",

},
"gitHead": "59081bb17e727b10f2a00cd07bb45cd283a6f6a5"
"gitHead": "1a87dcc55895a9e16e3d4fd0fa78f2244c1d961f"
}

@@ -97,5 +97,2 @@ import { UnavailabilityError } from 'expo-modules-core';

if (result.warning) {
console.warn(result.warning);
}
return result;

@@ -102,0 +99,0 @@ }

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc