Socket
Socket
Sign inDemoInstall

@expo/config-types

Package Overview
Dependencies
Maintainers
22
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 49.0.0-alpha.1 to 49.0.0

16

build/ExpoConfig.d.ts

@@ -157,3 +157,3 @@ /**

/**
* **Custom Builds Only**. URL scheme(s) to link into your app. For example, if we set this to `'demo'`, then demo:// URLs would open your app when tapped.
* URL scheme(s) to link into your app. For example, if we set this to `'demo'`, then demo:// URLs would open your app when tapped. This is a build-time configuration, it has no effect in Expo Go.
*/

@@ -230,12 +230,2 @@ scheme?: string | string[];

/**
* Is app detached
*/
isDetached?: boolean;
/**
* Extra fields needed by detached apps
*/
detach?: {
[k: string]: any;
};
/**
* An array of file glob strings which point to assets that will be bundled within your standalone app binary. Read more in the [Offline Support guide](https://docs.expo.dev/guides/offline-support/)

@@ -272,2 +262,6 @@ */

/**
* Enable support for statically typed links in Expo Router. This feature requires TypeScript be set up in your Expo Router v2 project.
*/
typedRoutes?: boolean;
/**
* Enables Turbo Modules, which are a type of native modules that use a different way of communicating between JS and platform code. When installing a Turbo Module you will need to enable this experimental option (the library still needs to be a part of Expo SDK already, like react-native-reanimated v2). Turbo Modules do not support remote debugging and enabling this option will disable remote debugging.

@@ -274,0 +268,0 @@ */

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

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

},
"gitHead": "b8be1f6c8dc273698908751db0555049866d899b"
"gitHead": "fa5ecca8251986b9f197cc14074eec0ab6dfb6db"
}
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