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 2.2.0 to 2.2.1

3

lib/DescriptionFileUtils.js

@@ -15,3 +15,3 @@ /*

if(err) {
if(err.code === "ENOENT") return callback();
if(typeof err.code !== "undefined") return callback();
return onJson(err);

@@ -32,2 +32,3 @@ }

}
function onJson(err, content) {

@@ -34,0 +35,0 @@ if(err) {

{
"name": "enhanced-resolve",
"version": "2.2.0",
"version": "2.2.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc