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 12.3.0 to 13.0.0

2

build/LocalAuthentication.d.ts

@@ -36,3 +36,3 @@ import { LocalAuthenticationOptions, AuthenticationType, LocalAuthenticationResult, SecurityLevel } from './LocalAuthentication.types';

* in `app.json`, the module will authenticate using device passcode. For more information about
* usage descriptions on iOS, see [Deploying to App Stores](/distribution/app-stores#system-permissions-dialogs-on-ios).
* usage descriptions on iOS, see [permissions guide](/guides/permissions/#ios).
* @param options

@@ -39,0 +39,0 @@ * @return Returns a promise which fulfils with [`LocalAuthenticationResult`](#localauthenticationresult).

@@ -64,3 +64,3 @@ import { UnavailabilityError } from 'expo-modules-core';

* in `app.json`, the module will authenticate using device passcode. For more information about
* usage descriptions on iOS, see [Deploying to App Stores](/distribution/app-stores#system-permissions-dialogs-on-ios).
* usage descriptions on iOS, see [permissions guide](/guides/permissions/#ios).
* @param options

@@ -67,0 +67,0 @@ * @return Returns a promise which fulfils with [`LocalAuthenticationResult`](#localauthenticationresult).

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

## 13.0.0 — 2022-10-25
### 🛠 Breaking changes
- Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. ([#18873](https://github.com/expo/expo/pull/18873) by [@tsapeta](https://github.com/tsapeta))
### 💡 Others
- [plugin] Migrate import from @expo/config-plugins to expo/config-plugins and @expo/config-types to expo/config. ([#18855](https://github.com/expo/expo/pull/18855) by [@brentvatne](https://github.com/brentvatne))
- Updated docs link. ([#18972](https://github.com/expo/expo/pull/18972) by [@EvanBacon](https://github.com/EvanBacon))
- Drop `@expo/config-plugins` dependency in favor of peer dependency on `expo`. ([#18595](https://github.com/expo/expo/pull/18595) by [@EvanBacon](https://github.com/EvanBacon))
## 12.3.0 — 2022-07-07

@@ -15,0 +27,0 @@

{
"name": "expo-local-authentication",
"version": "12.3.0",
"version": "13.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.",

@@ -41,7 +41,6 @@ "main": "build/LocalAuthentication.js",

"dependencies": {
"@expo/config-plugins": "~5.0.0",
"invariant": "^2.2.4"
},
"devDependencies": {
"expo-module-scripts": "^2.0.0"
"expo-module-scripts": "^3.0.0"
},

@@ -51,3 +50,3 @@ "peerDependencies": {

},
"gitHead": "6e131f2da851a47c3a24eb3d6fc971a1a7822086"
"gitHead": "eab2b09c735fb0fc2bf734a3f29a6593adba3838"
}

@@ -1,2 +0,2 @@

import { ConfigPlugin } from '@expo/config-plugins';
import { ConfigPlugin } from 'expo/config-plugins';
declare const _default: ConfigPlugin<void | {

@@ -3,0 +3,0 @@ faceIDPermission?: string | undefined;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const config_plugins_1 = require("@expo/config-plugins");
const config_plugins_1 = require("expo/config-plugins");
const pkg = require('expo-local-authentication/package.json');

@@ -5,0 +5,0 @@ const FACE_ID_USAGE = 'Allow $(PRODUCT_NAME) to use Face ID';

@@ -1,2 +0,2 @@

import { AndroidConfig, ConfigPlugin, createRunOncePlugin } from '@expo/config-plugins';
import { AndroidConfig, ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins';

@@ -3,0 +3,0 @@ const pkg = require('expo-local-authentication/package.json');

@@ -76,3 +76,3 @@ import { UnavailabilityError } from 'expo-modules-core';

* in `app.json`, the module will authenticate using device passcode. For more information about
* usage descriptions on iOS, see [Deploying to App Stores](/distribution/app-stores#system-permissions-dialogs-on-ios).
* usage descriptions on iOS, see [permissions guide](/guides/permissions/#ios).
* @param options

@@ -79,0 +79,0 @@ * @return Returns a promise which fulfils with [`LocalAuthenticationResult`](#localauthenticationresult).

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