Socket
Socket
Sign inDemoInstall

enhanced-require

Package Overview
Dependencies
3
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

2

lib/RequireContext.js

@@ -344,3 +344,3 @@ var fs = require("fs");

if(typeof fn == "function")
fn(require, parent.exports, parent);
fn(reqFn, parent.exports, parent);
else

@@ -347,0 +347,0 @@ parent.exports = fn;

{
"name": "enhanced-require",
"version": "0.4.1",
"version": "0.4.2",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "Enhance the require function in node.js with support for loaders which preprocess files and really async require (AMD). Enables Hot Code Replacement.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc