Socket
Socket
Sign inDemoInstall

@expo/config-types

Package Overview
Dependencies
Maintainers
24
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config-types - npm Package Compare versions

Comparing version 50.0.0-alpha.1 to 50.0.0-alpha.2

14

build/ExpoConfig.d.ts

@@ -44,3 +44,3 @@ /**

runtimeVersion?: string | {
policy: 'nativeVersion' | 'sdkVersion' | 'appVersion';
policy: 'nativeVersion' | 'sdkVersion' | 'appVersion' | 'fingerprintExperimental';
};

@@ -253,2 +253,10 @@ /**

/**
* Export a website relative to a subpath of a domain. The path will be prepended as-is to links to all bundled resources. Prefix the path with a `/` (recommended) to load all resources relative to the server root. If the path **does not** start with a `/` then resources will be loaded relative to the code that requests them, this could lead to unexpected behavior. Example '/subpath'. Defaults to '' (empty string).
*/
basePath?: string;
/**
* If true, indicates that this project does not support tablets or handsets, and only supports Apple TV and Android TV
*/
supportsTVOnly?: boolean;
/**
* Enable tsconfig/jsconfig `compilerOptions.paths` and `compilerOptions.baseUrl` support for import aliases in Metro.

@@ -468,3 +476,3 @@ */

runtimeVersion?: string | {
policy: 'nativeVersion' | 'sdkVersion' | 'appVersion';
policy: 'nativeVersion' | 'sdkVersion' | 'appVersion' | 'fingerprintExperimental';
};

@@ -745,3 +753,3 @@ }

runtimeVersion?: string | {
policy: 'nativeVersion' | 'sdkVersion' | 'appVersion';
policy: 'nativeVersion' | 'sdkVersion' | 'appVersion' | 'fingerprintExperimental';
};

@@ -748,0 +756,0 @@ }

{
"name": "@expo/config-types",
"version": "50.0.0-alpha.1",
"version": "50.0.0-alpha.2",
"description": "Types for the Expo config object app.config.ts",

@@ -45,3 +45,3 @@ "types": "build/ExpoConfig.d.ts",

},
"gitHead": "79607a7325f47aa17c36d266100d09a4ff2cc544"
"gitHead": "ee2c866ba3c7fbc35ff2a3e896041cf15d3bd7c5"
}
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