Socket
Socket
Sign inDemoInstall

expo-app-auth

Package Overview
Dependencies
Maintainers
25
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-app-auth - npm Package Compare versions

Comparing version 10.2.2 to 11.0.0

2

build/AppAuth.js

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

import { CodedError, UnavailabilityError } from '@unimodules/core';
import { CodedError, UnavailabilityError } from 'expo-modules-core';
import invariant from 'invariant';

@@ -3,0 +3,0 @@ import ExpoAppAuth from './ExpoAppAuth';

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

declare const _default: import("@unimodules/core").ProxyNativeModule;
declare const _default: import("expo-modules-core").ProxyNativeModule;
export default _default;

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from '@unimodules/core';
import { NativeModulesProxy } from 'expo-modules-core';
export default NativeModulesProxy.ExpoAppAuth || {};
//# sourceMappingURL=ExpoAppAuth.js.map

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

import { Platform } from '@unimodules/core';
import { Platform } from 'expo-modules-core';
export default {

@@ -3,0 +3,0 @@ get name() {

@@ -13,10 +13,16 @@ # Changelog

## 10.2.2 — 2021-06-24
## 11.0.0 — 2021-09-28
_This version does not introduce any user-facing changes._
### 🛠 Breaking changes
## 10.2.1 — 2021-06-22
- Dropped support for iOS 11.0 ([#14383](https://github.com/expo/expo/pull/14383) by [@cruzach](https://github.com/cruzach))
_This version does not introduce any user-facing changes._
### 🐛 Bug fixes
- Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo))
### 💡 Others
- Updated `@expo/config-plugins` ([#14443](https://github.com/expo/expo/pull/14443) by [@EvanBacon](https://github.com/EvanBacon))
## 10.2.0 — 2021-06-16

@@ -23,0 +29,0 @@

{
"name": "expo-app-auth",
"version": "10.2.2",
"version": "11.0.0",
"description": "Expo Unimodule for interfacing with the OpenID library AppAuth",

@@ -42,3 +42,3 @@ "main": "build/AppAuth.js",

"license": "MIT",
"homepage": "https://docs.expo.io/versions/latest/sdk/app-auth/",
"homepage": "https://docs.expo.dev/versions/latest/sdk/app-auth/",
"jest": {

@@ -48,4 +48,4 @@ "preset": "expo-module-scripts"

"dependencies": {
"@expo/config-plugins": "^3.0.0",
"expo-modules-core": "~0.2.0",
"@expo/config-plugins": "^3.1.0",
"expo-modules-core": "~0.4.0",
"invariant": "^2.2.4"

@@ -56,3 +56,3 @@ },

},
"gitHead": "4fc9d282ff7ab2fa9040b775aeca7c30f5167b17"
"gitHead": "1fffde73411ee7a642b98f1506a8de921805d52b"
}

@@ -21,3 +21,3 @@ "use strict";

const withAppAuthGradleManifestPlaceholder = (config, { placeholder = config_plugins_1.AndroidConfig.Scheme.getScheme(config)[0] || 'dev.expo.app' } = {}) => {
return config_plugins_1.withAppBuildGradle(config, config => {
return config_plugins_1.withAppBuildGradle(config, (config) => {
if (config.modResults.language === 'groovy') {

@@ -33,3 +33,3 @@ config.modResults.contents = setGradlePlaceholders(config.modResults.contents, placeholder);

const withAppAuthInfoPlist = (config, OAuthRedirect) => {
return config_plugins_1.withInfoPlist(config, config => {
return config_plugins_1.withInfoPlist(config, (config) => {
var _a;

@@ -36,0 +36,0 @@ if (!Array.isArray(config.modResults.CFBundleURLTypes)) {

@@ -34,3 +34,3 @@ import {

) => {
return withAppBuildGradle(config, config => {
return withAppBuildGradle(config, (config) => {
if (config.modResults.language === 'groovy') {

@@ -48,3 +48,3 @@ config.modResults.contents = setGradlePlaceholders(config.modResults.contents, placeholder);

const withAppAuthInfoPlist: ConfigPlugin<string | void> = (config, OAuthRedirect) => {
return withInfoPlist(config, config => {
return withInfoPlist(config, (config) => {
if (!Array.isArray(config.modResults.CFBundleURLTypes)) {

@@ -51,0 +51,0 @@ config.modResults.CFBundleURLTypes = [];

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

import { CodedError, UnavailabilityError } from '@unimodules/core';
import { CodedError, UnavailabilityError } from 'expo-modules-core';
import invariant from 'invariant';

@@ -3,0 +3,0 @@

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from '@unimodules/core';
import { NativeModulesProxy } from 'expo-modules-core';
export default NativeModulesProxy.ExpoAppAuth || {};

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

import { Platform } from '@unimodules/core';
import { Platform } from 'expo-modules-core';
export default {

@@ -3,0 +3,0 @@ get name(): string {

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

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

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