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

@expo/config-types

Package Overview
Dependencies
Maintainers
27
Versions
107
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 52.0.0-canary-20240814-ce0f7d5 to 52.0.0-canary-20240904-69100c1

8

build/ExpoConfig.d.ts

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

/**
* If true, the window spans the entire display size by drawing behind transparent system bars.
*/
edgeToEdge?: boolean;
/**
* Enable tsconfig/jsconfig `compilerOptions.paths` and `compilerOptions.baseUrl` support for import aliases in Metro.

@@ -307,2 +311,6 @@ */

/**
* The Apple development team ID to use for all build configurations.
*/
appleTeamId?: string;
/**
* The manifest for the iOS version of your app will be written to this path during publish.

@@ -309,0 +317,0 @@ */

6

package.json
{
"name": "@expo/config-types",
"version": "52.0.0-canary-20240814-ce0f7d5",
"version": "52.0.0-canary-20240904-69100c1",
"description": "Types for the Expo config object app.config.ts",

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

"devDependencies": {
"expo-module-scripts": "3.6.0-canary-20240814-ce0f7d5",
"expo-module-scripts": "3.6.0-canary-20240904-69100c1",
"json-schema-to-typescript": "^14.0.5",

@@ -48,3 +48,3 @@ "ts-node": "^10.9.1"

},
"gitHead": "ce0f7d5c7eaec2c8d06ee4e0dc0e58cd6c1612ed"
"gitHead": "69100c1b099b707057c052ed8096e06cb208aca1"
}
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