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.5.1 to 0.5.2

6

lib/ModulesInDirectoriesPlugin.js

@@ -52,3 +52,7 @@ /*

}.bind(this));
}.bind(this), callback);
}.bind(this), function(err, result) {
if(err) return callback(err);
if(!result) return callback();
return callback(null, result);
});
});

@@ -55,0 +59,0 @@ };

5

package.json
{
"name": "enhanced-resolve",
"version": "0.5.1",
"version": "0.5.2",
"author": "Tobias Koppers @sokra",

@@ -26,4 +26,3 @@ "description": "Offers a async require.resolve function. It's highly configurable.",

"test": "mocha --reporter spec"
},
"license": "MIT"
}
}
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