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.0-beta17 to 0.4.0-beta18

1

bin/enhanced-require.js

@@ -8,5 +8,4 @@ #!/usr/bin/env node

console.dir(file);
require("../lib/require")(process.cwd(), {
recursive: true
})(file.join("!"));

@@ -8,3 +8,2 @@ #!/usr/bin/env node

console.dir(file);
require("../lib/require")(process.cwd(), {

@@ -11,0 +10,0 @@ recursive: true,

2

package.json
{
"name": "enhanced-require",
"version": "0.4.0-beta17",
"version": "0.4.0-beta18",
"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