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

metro-core

Package Overview
Dependencies
Maintainers
4
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.31.0 to 0.32.0

src/errors/AmbiguousModuleResolutionError.js

4

package.json
{
"version": "0.31.0",
"version": "0.32.0",
"name": "metro-core",

@@ -15,5 +15,7 @@ "description": "🚇 Core files for Metro",

"dependencies": {
"jest-haste-map": "23.0.0-alpha.4",
"lodash.throttle": "^4.1.1",
"metro-resolver": "0.32.0",
"wordwrap": "^1.0.0"
}
}

@@ -13,3 +13,5 @@ /**

const AmbiguousModuleResolutionError = require('./errors/AmbiguousModuleResolutionError');
const Logger = require('./Logger');
const PackageResolutionError = require('./errors/PackageResolutionError');
const Terminal = require('./Terminal');

@@ -20,4 +22,6 @@

module.exports = {
AmbiguousModuleResolutionError,
Logger,
PackageResolutionError,
Terminal,
formatBanner };

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