Socket
Socket
Sign inDemoInstall

@expo/metro-config

Package Overview
Dependencies
Maintainers
25
Versions
211
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.18.8 to 0.18.9

5

build/serializer/fork/js.js

@@ -27,6 +27,3 @@ "use strict";

const { params, paths } = getModuleParams(module, options);
let src = output.data.code;
if (!options.skipWrapping) {
src = (0, metro_transform_plugins_1.addParamsToDefineCall)(output.data.code, ...params);
}
const src = (0, metro_transform_plugins_1.addParamsToDefineCall)(output.data.code, ...params);
return { src, paths };

@@ -33,0 +30,0 @@ }

4

package.json
{
"name": "@expo/metro-config",
"version": "0.18.8",
"version": "0.18.9",
"description": "A Metro config for running React Native projects with the Metro bundler",

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

},
"gitHead": "09b2d97bbc0f70f7c811ff9b6c9ad8808c5ad84b"
"gitHead": "7254cc3de7d97ccaf7e9c0864188cb233ba919e5"
}

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