Socket
Socket
Sign inDemoInstall

enhanced-require

Package Overview
Dependencies
5
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0-beta4 to 0.5.0-beta5

3

bin/enhanced-require.js
#!/usr/bin/env node
var path = require("path");
var file = process.argv.splice(2, 1)[0].split("!");
process.argv.splice(1, 1);
var file = process.argv[1].split("!");

@@ -6,0 +7,0 @@ file.push(path.resolve(file.pop()));

#!/usr/bin/env node
var path = require("path");
var file = process.argv.splice(2, 1)[0].split("!");
process.argv.splice(1, 1);
var file = process.argv[1].split("!");

@@ -6,0 +7,0 @@ file.push(path.resolve(file.pop()));

{
"name": "enhanced-require",
"version": "0.5.0-beta4",
"version": "0.5.0-beta5",
"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