Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 3.0.1 to 3.0.2

1

lib/CachedInputFileSystem.js

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

var data = JSON.parse(buffer.toString("utf-8"));
return data;
}.bind(this);

@@ -202,0 +203,0 @@ } else {

2

lib/getPaths.js

@@ -22,3 +22,3 @@ /*

paths.push(path)
for(var i = parts.length - 2; i > 2; i-=2) {
for(var i = parts.length - 2; i > 2; i -= 2) {
var part = parts[i];

@@ -25,0 +25,0 @@ path = path.substr(0, path.length - part.length) || "/";

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