Socket
Socket
Sign inDemoInstall

enhanced-resolve

Package Overview
Dependencies
2
Maintainers
4
Versions
128
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.16.0 to 5.16.1

3

lib/ExportsFieldPlugin.js

@@ -8,3 +8,2 @@ /*

const path = require("path");
const DescriptionFileUtils = require("./DescriptionFileUtils");

@@ -141,3 +140,3 @@ const forEachBail = require("./forEachBail");

request: undefined,
path: path.join(
path: resolver.join(
/** @type {string} */ (request.descriptionFileRoot),

@@ -144,0 +143,0 @@ relativePath

@@ -8,3 +8,2 @@ /*

const path = require("path");
const DescriptionFileUtils = require("./DescriptionFileUtils");

@@ -147,3 +146,3 @@ const forEachBail = require("./forEachBail");

request: undefined,
path: path.join(
path: resolver.join(
/** @type {string} */ (request.descriptionFileRoot),

@@ -150,0 +149,0 @@ path_

{
"name": "enhanced-resolve",
"version": "5.16.0",
"version": "5.16.1",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "Offers a async require.resolve function. It's highly configurable.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc