New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@expo/config-types

Package Overview
Dependencies
Maintainers
27
Versions
118
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-20250124-42fe332 to 53.0.0-canary-20250131-5c4e588

4

build/ExpoConfig.d.ts

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

assetPatternsToBeBundled?: string[];
/**
* Whether to disable the built-in expo-updates anti-bricking measures. Defaults to false. If set to true, this will allow overriding certain configuration options from the JS API, which is liable to leave an app in a bricked state if not done carefully. This should not be used in production.
*/
disableAntiBrickingMeasures?: boolean;
};

@@ -212,0 +216,0 @@ /**

7

package.json
{
"name": "@expo/config-types",
"version": "53.0.0-canary-20250124-42fe332",
"version": "53.0.0-canary-20250131-5c4e588",
"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.4-canary-20250124-42fe332",
"expo-module-scripts": "4.0.4-canary-20250131-5c4e588",
"json-schema-to-typescript": "^14.0.5",

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

"access": "public"
},
"gitHead": "42fe3321395867f7bacba1ea4dc90db1692f119e"
}
}
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