Socket
Socket
Sign inDemoInstall

@expo/prebuild-config

Package Overview
Dependencies
Maintainers
25
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/prebuild-config - npm Package Compare versions

Comparing version 7.0.7-canary-20240628-1ba8152 to 7.0.7

6

build/plugins/unversioned/expo-splash-screen/withAndroidSplashStyles.js

@@ -41,5 +41,2 @@ "use strict";

const backgroundColor = getSplashBackgroundColor(config);
if (!backgroundColor) {
return config;
}
config.modResults = setSplashColorsForTheme(config.modResults, backgroundColor);

@@ -50,5 +47,2 @@ return config;

const backgroundColor = getSplashDarkBackgroundColor(config);
if (!backgroundColor) {
return config;
}
config.modResults = setSplashColorsForTheme(config.modResults, backgroundColor);

@@ -55,0 +49,0 @@ return config;

18

package.json
{
"name": "@expo/prebuild-config",
"version": "7.0.7-canary-20240628-1ba8152",
"version": "7.0.7",
"description": "Get the prebuild config",

@@ -37,11 +37,11 @@ "main": "build/index.js",

"@types/xml2js": "~0.4.11",
"expo-module-scripts": "3.6.0-canary-20240628-1ba8152"
"expo-module-scripts": "^3.3.0"
},
"dependencies": {
"@expo/config": "9.1.0-canary-20240628-1ba8152",
"@expo/config-plugins": "8.0.7-canary-20240628-1ba8152",
"@expo/config-types": "52.0.0-canary-20240628-1ba8152",
"@expo/image-utils": "0.5.2-canary-20240628-1ba8152",
"@expo/json-file": "8.3.4-canary-20240628-1ba8152",
"@react-native/normalize-colors": "0.74.84",
"@expo/config": "~9.0.0-beta.0",
"@expo/config-plugins": "~8.0.0-beta.0",
"@expo/config-types": "^51.0.0-unreleased",
"@expo/image-utils": "^0.5.0",
"@expo/json-file": "^8.3.0",
"@react-native/normalize-colors": "0.74.85",
"debug": "^4.3.1",

@@ -59,3 +59,3 @@ "fs-extra": "^9.0.0",

},
"gitHead": "1ba815237ed606c5ee8488f68e49773fc9735cc3"
"gitHead": "c37efa4f4ebe6137c34eb5813843df7015f3c22f"
}

Sorry, the diff of this file is not supported yet

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