Socket
Socket
Sign inDemoInstall

enhanced-resolve

Package Overview
Dependencies
Maintainers
4
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enhanced-resolve - npm Package Compare versions

Comparing version 5.3.2 to 5.4.0

2

lib/index.js

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

const fs = require("fs");
const fs = require("graceful-fs");
const CachedInputFileSystem = require("./CachedInputFileSystem");

@@ -11,0 +11,0 @@ const ResolverFactory = require("./ResolverFactory");

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

request: undefined,
ignoreSymlinks: true
ignoreSymlinks: true,
fullySpecified:
request.fullySpecified && !/^(@[^/]+\/)?[^/]+$/.test(req)
};

@@ -83,0 +85,0 @@ resolver.doResolve(

{
"name": "enhanced-resolve",
"version": "5.3.2",
"version": "5.4.0",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc