Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@expo/prebuild-config

Package Overview
Dependencies
Maintainers
26
Versions
140
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 0.0.1-canary-20240318-dd8f245 to 0.0.1-canary-20240320-8a10e09

8

build/plugins/unversioned/expo-system-ui/withIosRootViewBackgroundColor.js

@@ -18,5 +18,5 @@ "use strict";

}
function _normalizeColor() {
const data = _interopRequireDefault(require("@react-native/normalize-color"));
_normalizeColor = function () {
function _normalizeColors() {
const data = _interopRequireDefault(require("@react-native/normalize-colors"));
_normalizeColors = function () {
return data;

@@ -71,3 +71,3 @@ };

} else {
let color = (0, _normalizeColor().default)(backgroundColor);
let color = (0, _normalizeColors().default)(backgroundColor);
if (!color) {

@@ -74,0 +74,0 @@ throw new Error('Invalid background color on iOS');

{
"name": "@expo/prebuild-config",
"version": "0.0.1-canary-20240318-dd8f245",
"version": "0.0.1-canary-20240320-8a10e09",
"description": "Get the prebuild config",

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

"@types/xml2js": "~0.4.11",
"expo-module-scripts": "0.0.1-canary-20240318-dd8f245"
"expo-module-scripts": "0.0.1-canary-20240320-8a10e09"
},
"dependencies": {
"@expo/config": "0.0.1-canary-20240318-dd8f245",
"@expo/config-plugins": "0.0.1-canary-20240318-dd8f245",
"@expo/config-types": "51.0.0-canary-20240318-dd8f245",
"@expo/image-utils": "0.0.1-canary-20240318-dd8f245",
"@expo/json-file": "0.0.1-canary-20240318-dd8f245",
"@expo/config": "0.0.1-canary-20240320-8a10e09",
"@expo/config-plugins": "0.0.1-canary-20240320-8a10e09",
"@expo/config-types": "51.0.0-canary-20240320-8a10e09",
"@expo/image-utils": "0.0.1-canary-20240320-8a10e09",
"@expo/json-file": "0.0.1-canary-20240320-8a10e09",
"@react-native/normalize-colors": "~0.74.75",
"debug": "^4.3.1",

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

},
"gitHead": "dd8f245bfb048ed385cee09673339769bd2dd343"
"gitHead": "8a10e09a475b60c4cdf1983e64618ed5fcc8f5ed"
}
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