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.3 to 0.7.4

2

lib/NodeJsInputFileSystem.js

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

*/
var fs = require("fs");
var fs = require("graceful-fs");

@@ -8,0 +8,0 @@ function NodeJsInputFileSystem() {}

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

*/
var fs = require("fs");
var fs = require("graceful-fs");

@@ -8,0 +8,0 @@ function SyncNodeJsInputFileSystem() {}

{
"name": "enhanced-resolve",
"version": "0.7.3",
"version": "0.7.4",
"author": "Tobias Koppers @sokra",
"description": "Offers a async require.resolve function. It's highly configurable.",
"dependencies": {
"tapable": "0.1.x"
"tapable": "0.1.x",
"graceful-fs": "~2.0.3"
},

@@ -9,0 +10,0 @@ "licenses": [

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