Socket
Socket
Sign inDemoInstall

@expo/config-plugins

Package Overview
Dependencies
Maintainers
0
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config-plugins - npm Package Compare versions

Comparing version 8.0.5 to 8.0.6-canary-20240625-2333e70

2

build/android/GoogleServices.js

@@ -52,3 +52,3 @@ "use strict";

// NOTE(brentvatne): This may be annoying to keep up to date...
const googleServicesVersion = '4.3.3';
const googleServicesVersion = '4.4.1';
const withClassPath = config => {

@@ -55,0 +55,0 @@ return (0, _androidPlugins().withProjectBuildGradle)(config, config => {

@@ -43,6 +43,6 @@ "use strict";

const COLOR_PRIMARY_DARK_KEY = 'colorPrimaryDark';
// https://developer.android.com/reference/android/R.attr#windowTranslucentStatus
const WINDOW_TRANSLUCENT_STATUS = 'android:windowTranslucentStatus';
// https://developer.android.com/reference/android/R.attr#windowLightStatusBar
const WINDOW_LIGHT_STATUS_BAR = 'android:windowLightStatusBar';
// https://developer.android.com/reference/android/R.attr#statusBarColor
const STATUS_BAR_COLOR = 'android:statusBarColor';
const withStatusBar = config => {

@@ -78,3 +78,2 @@ config = withStatusBarColors(config);

name: WINDOW_LIGHT_STATUS_BAR,
targetApi: '23',
value: 'true',

@@ -86,13 +85,6 @@ // Default is light-content, don't need to do anything to set it

parent: (0, _Styles().getAppThemeLightNoActionBarGroup)(),
name: WINDOW_TRANSLUCENT_STATUS,
value: 'true',
// translucent status bar set in theme
add: floatElement
});
styles = (0, _Styles().assignStylesValue)(styles, {
parent: (0, _Styles().getAppThemeLightNoActionBarGroup)(),
name: COLOR_PRIMARY_DARK_KEY,
value: `@color/${COLOR_PRIMARY_DARK_KEY}`,
name: STATUS_BAR_COLOR,
value: floatElement ? '@android:color/transparent' : hexString ?? '@color/colorPrimaryDark',
// Remove the color if translucent is used
add: !!hexString
add: floatElement || !!hexString
});

@@ -99,0 +91,0 @@ return styles;

{
"name": "@expo/config-plugins",
"version": "8.0.5",
"version": "8.0.6-canary-20240625-2333e70",
"description": "A library for Expo config plugins",

@@ -36,5 +36,5 @@ "main": "build/index.js",

"dependencies": {
"@expo/config-types": "^51.0.0-unreleased",
"@expo/json-file": "~8.3.0",
"@expo/plist": "^0.1.0",
"@expo/config-types": "52.0.0-canary-20240625-2333e70",
"@expo/json-file": "8.3.4-canary-20240625-2333e70",
"@expo/plist": "0.1.4-canary-20240625-2333e70",
"@expo/sdk-runtime-versions": "^1.0.0",

@@ -57,3 +57,3 @@ "chalk": "^4.1.2",

"@types/xml2js": "~0.4.11",
"expo-module-scripts": "^3.3.0"
"expo-module-scripts": "3.6.0-canary-20240625-2333e70"
},

@@ -63,3 +63,3 @@ "publishConfig": {

},
"gitHead": "2da3ee1a1cfc03b58ee2988529ad941641330f99"
"gitHead": "2333e70a4bd3ac91895402dac77ae8ae0ed25995"
}

Sorry, the diff of this file is not supported yet

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