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
113
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 53.0.0-canary-20241211-61c49bd to 53.0.0-canary-20250114-804e26d

8

build/ExpoConfig.d.ts

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

};
/**
* Your iOS app version. Takes precedence over the root `version` field. In addition to this field, you'll also use `ios.buildNumber` — read more about how to version your app [here](https://docs.expo.dev/distribution/app-stores/#versioning-your-app). This corresponds to `CFBundleShortVersionString`. The required format can be found [here](https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring).
*/
version?: string;
}

@@ -777,2 +781,6 @@ /**

};
/**
* Your android app version. Takes precedence over the root `version` field. In addition to this field, you'll also use `android.versionCode` — read more about how to version your app [here](https://docs.expo.dev/distribution/app-stores/#versioning-your-app). This corresponds to `versionName`. The required format can be found [here](https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring).
*/
version?: string;
}

@@ -779,0 +787,0 @@ export interface AndroidIntentFiltersData {

7

package.json
{
"name": "@expo/config-types",
"version": "53.0.0-canary-20241211-61c49bd",
"version": "53.0.0-canary-20250114-804e26d",
"description": "Types for the Expo config object app.config.ts",

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

"devDependencies": {
"expo-module-scripts": "4.0.3-canary-20241211-61c49bd",
"expo-module-scripts": "4.0.4-canary-20250114-804e26d",
"json-schema-to-typescript": "^14.0.5",

@@ -47,3 +47,4 @@ "ts-node": "^10.9.1"

"access": "public"
}
},
"gitHead": "804e26d8545f2b890dfa80eeb8122036f38d4d0c"
}
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