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

metro-core

Package Overview
Dependencies
Maintainers
2
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metro-core - npm Package Compare versions

Comparing version 0.73.2 to 0.73.3

4

package.json
{
"name": "metro-core",
"version": "0.73.2",
"version": "0.73.3",
"description": "🚇 Metro's core package.",

@@ -16,5 +16,5 @@ "main": "src/index.js",

"lodash.throttle": "^4.1.1",
"metro-resolver": "0.73.2"
"metro-resolver": "0.73.3"
},
"license": "MIT"
}

@@ -19,4 +19,2 @@ /**

const path = require("path");
const log_session = `${os.hostname()}-${Date.now()}`;

@@ -36,8 +34,2 @@ const eventEmitter = new EventEmitter();

: data;
const entryPoint = logEntry.entry_point;
if (entryPoint) {
logEntry.entry_point = path.relative(process.cwd(), entryPoint);
}
return { ...logEntry, log_session, metro_bundler_version: VERSION };

@@ -44,0 +36,0 @@ }

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