Socket
Socket
Sign inDemoInstall

enhanced-resolve

Package Overview
Dependencies
Maintainers
1
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 0.7.4 to 0.7.5

3

lib/MemoryInputFileSystem.js

@@ -67,3 +67,3 @@ /*

}
if(isDir(current[path[i]])) {
if(_path === "/" || isDir(current[path[i]])) {
return {

@@ -110,2 +110,3 @@ isFile: falseFn,

MemoryInputFileSystem.prototype.readdirSync = function(_path) {
if(_path === "/") return Object.keys(this.data).filter(Boolean);
var path = pathToArray(_path);

@@ -112,0 +113,0 @@ var current = this.data;

{
"name": "enhanced-resolve",
"version": "0.7.4",
"version": "0.7.5",
"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