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 52.0.3 to 52.0.4

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 @@ /**

4

package.json
{
"name": "@expo/config-types",
"version": "52.0.3",
"version": "52.0.4",
"description": "Types for the Expo config object app.config.ts",

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

},
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842"
"gitHead": "9442f00874e0cd738030abae80e5bdef184a2581"
}
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