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

@expo/metro-config

Package Overview
Dependencies
Maintainers
27
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/metro-config - npm Package Compare versions

Comparing version 0.19.2 to 0.19.3

4

build/rewriteRequestUrl.js

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

// more specific directories first
if (directoryExistsSync(path_1.default.join(projectRoot, 'src/app'))) {
if (directoryExistsSync(path_1.default.join(projectRoot, 'src', 'app'))) {
debug('Using src/app as the root directory for Expo Router.');
return 'src/app';
return path_1.default.join('src', 'app');
}

@@ -44,0 +44,0 @@ debug('Using app as the root directory for Expo Router.');

{
"name": "@expo/metro-config",
"version": "0.19.2",
"version": "0.19.3",
"description": "A Metro config for running React Native projects with the Metro bundler",

@@ -65,3 +65,3 @@ "main": "build/ExpoMetroConfig.js",

},
"gitHead": "2c50bd7f0abaefb6fabcfd6d3935066724990b33"
"gitHead": "c4999f5aa407155a170830a0fa17e3e3ca1fcbee"
}

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