Socket
Socket
Sign inDemoInstall

metro-resolver

Package Overview
Dependencies
Maintainers
2
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metro-resolver - npm Package Compare versions

Comparing version 0.80.7 to 0.80.8

4

package.json
{
"name": "metro-resolver",
"version": "0.80.7",
"version": "0.80.8",
"description": "🚇 Implementation of Metro's resolution logic.",

@@ -19,4 +19,4 @@ "main": "src",

"devDependencies": {
"metro": "0.80.7"
"metro": "0.80.8"
}
}

@@ -238,3 +238,8 @@ "use strict";

while (reducedValue != null && typeof reducedValue !== "string") {
let match = "no-match";
let match;
if ("default" in reducedValue) {
match = "no-match";
} else {
match = null;
}
for (const conditionName in reducedValue) {

@@ -241,0 +246,0 @@ if (conditionNames.has(conditionName)) {

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