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

@expo/config

Package Overview
Dependencies
Maintainers
28
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config - npm Package Compare versions

Comparing version 10.0.3 to 10.0.4

5

build/Config.js

@@ -365,3 +365,4 @@ "use strict";

// Attempt to write to a function-like dynamic config, when used with a static config
if (config.staticConfigPath && config.dynamicConfigObjectType === 'function') {
if (config.staticConfigPath && config.dynamicConfigObjectType === 'function' && !modifications.hasOwnProperty('plugins') // We don't know what plugins are in dynamic configs
) {
const outputConfig = mergeConfigModifications(config, modifications);

@@ -383,2 +384,4 @@ if (isDryRun) {

const newConfig = getConfig(projectRoot, readOptions);
console.log(`New config: ${JSON.stringify(newConfig.exp, null, 2)}`);
console.log(`Modifications: ${JSON.stringify(modifications, null, 2)}`);
const newConfighasModifications = isMatchingObject(modifications, newConfig.exp);

@@ -385,0 +388,0 @@ if (newConfighasModifications) {

4

package.json
{
"name": "@expo/config",
"version": "10.0.3",
"version": "10.0.4",
"description": "A library for interacting with the app.json",

@@ -57,3 +57,3 @@ "main": "build/index.js",

},
"gitHead": "8f2567ad26ca782cd2d7ab7fa77a34979e2b4e01"
"gitHead": "563c85837bc5055672846887f70f3daf5763b16d"
}

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