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-20241008-90b13ad to 52.0.0-canary-20241018-4f8243a

12

build/ExpoConfig.d.ts

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

jsEngine?: 'hermes' | 'jsc';
/**
* A Boolean value that indicates whether the app should use the new architecture. Defaults to true.
*/
newArchEnabled?: boolean;
ios?: IOS;

@@ -514,2 +518,6 @@ android?: Android;

/**
* A Boolean value that indicates whether the iOS app should use the new architecture.
*/
newArchEnabled?: boolean;
/**
* Property indicating compatibility between an iOS build's native code and an OTA update for the iOS platform. If provided, this will override the value of the top level `runtimeVersion` key on iOS.

@@ -759,2 +767,6 @@ */

/**
* A Boolean value that indicates whether the Android app should use the new architecture.
*/
newArchEnabled?: boolean;
/**
* Property indicating compatibility between a Android build's native code and an OTA update for the Android platform. If provided, this will override the value of top level `runtimeVersion` key on Android.

@@ -761,0 +773,0 @@ */

6

package.json
{
"name": "@expo/config-types",
"version": "52.0.0-canary-20241008-90b13ad",
"version": "52.0.0-canary-20241018-4f8243a",
"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-20241008-90b13ad",
"expo-module-scripts": "3.6.0-canary-20241018-4f8243a",
"json-schema-to-typescript": "^14.0.5",

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

},
"gitHead": "90b13ad9d0dd3469556ac776d8b74643375b1d97"
"gitHead": "4f8243a009855c0cb389307401fb6b1fc9ce03b9"
}
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