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 43.0.0 to 43.0.1

16

build/ExpoConfig.d.ts

@@ -41,6 +41,6 @@ /**

* The runtime version associated with this manifest.
* Set this to `{"policy": "nativeBuildVersion"}` to generate it automatically.
* Set this to `{"policy": "nativeVersion"}` to generate it automatically.
*/
runtimeVersion?: string | {
policy: 'nativeBuildVersion';
policy: 'nativeVersion' | 'sdkVersion';
};

@@ -346,2 +346,6 @@ /**

/**
* Enable iOS Bitcode optimizations in the native build. Accepts the name of an iOS build configuration to enable for a single configuration and disable for all others, e.g. Debug, Release. Not available in the classic 'expo build:ios' or Expo Go. Defaults to `undefined` which uses the template's predefined settings.
*/
bitcode?: boolean | string;
/**
* Note: This property key is not included in the production manifest and will evaluate to `undefined`. It is used internally only in the build process, because it contains API keys that some may want to keep private.

@@ -467,6 +471,6 @@ */

* The runtime version associated with this manifest for the iOS platform. If provided, this will override the top level runtimeVersion key.
* Set this to `{"policy": "nativeBuildVersion"}` to generate it automatically.
* Set this to `{"policy": "nativeVersion"}` to generate it automatically.
*/
runtimeVersion?: string | {
policy: 'nativeBuildVersion';
policy: 'nativeVersion' | 'sdkVersion';
};

@@ -703,6 +707,6 @@ }

* The runtime version associated with this manifest for the Android platform. If provided, this will override the top level runtimeVersion key.
* Set this to `{"policy": "nativeBuildVersion"}` to generate it automatically.
* Set this to `{"policy": "nativeVersion"}` to generate it automatically.
*/
runtimeVersion?: string | {
policy: 'nativeBuildVersion';
policy: 'nativeVersion' | 'sdkVersion';
};

@@ -709,0 +713,0 @@ }

{
"name": "@expo/config-types",
"version": "43.0.0",
"version": "43.0.1",
"description": "Types for the Expo config object app.config.ts",

@@ -5,0 +5,0 @@ "types": "build/ExpoConfig.d.ts",

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