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

@expo/config

Package Overview
Dependencies
Maintainers
25
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config - npm Package Compare versions

Comparing version 8.2.1 to 8.3.0

27

build/Config.types.d.ts

@@ -86,22 +86,2 @@ import { ModConfig } from '@expo/config-plugins';

};
export type ExpoClientConfig = ExpoConfig & {
id?: string;
releaseId?: string;
revisionId?: string;
bundleUrl?: string;
hostUri?: string;
publishedTime?: string;
};
export type ExpoAppManifest = ExpoClientConfig & EASConfig & Partial<ExpoGoConfig> & {
sdkVersion: string;
bundledAssets?: string[];
isKernel?: boolean;
kernel?: {
androidManifestPath?: string;
iosManifestPath?: string;
};
assetUrlOverride?: string;
commitTime?: string;
env?: Record<string, any>;
};
export interface ExpoUpdatesManifestAsset {

@@ -123,3 +103,8 @@ url: string;

extra: ClientScopingConfig & {
expoClient?: ExpoClientConfig;
expoClient?: ExpoConfig & {
/**
* Only present during development using @expo/cli.
*/
hostUri?: string;
};
expoGo?: ExpoGoConfig;

@@ -126,0 +111,0 @@ eas?: EASConfig;

@@ -34,5 +34,5 @@ "use strict";

}
function _Config() {
const data = require("../Config");
_Config = function () {
function _extensions() {
const data = require("./extensions");
_extensions = function () {
return data;

@@ -42,5 +42,5 @@ };

}
function _extensions() {
const data = require("./extensions");
_extensions = function () {
function _Config() {
const data = require("../Config");
_Config = function () {
return data;

@@ -47,0 +47,0 @@ };

{
"name": "@expo/config",
"version": "8.2.1",
"version": "8.3.0",
"description": "A library for interacting with the app.json",

@@ -36,4 +36,4 @@ "main": "build/index.js",

"@babel/code-frame": "~7.10.4",
"@expo/config-plugins": "~7.3.0",
"@expo/config-types": "^49.0.0-alpha.1",
"@expo/config-plugins": "~7.4.0",
"@expo/config-types": "^50.0.0-alpha.1",
"@expo/json-file": "^8.2.37",

@@ -54,3 +54,3 @@ "getenv": "^1.0.0",

},
"gitHead": "2240630a92eb79a4e4bf73e1439916c394876478"
"gitHead": "79607a7325f47aa17c36d266100d09a4ff2cc544"
}

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