Socket
Socket
Sign inDemoInstall

enhanced-require

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enhanced-require - npm Package Compare versions

Comparing version 0.4.0-beta16 to 0.4.0-beta17

bin/enhanced-require.js

8

examples/simple-server/README.md

@@ -6,11 +6,5 @@ # simple-server

```
node ../../bin/enhanced-require-hot-watch server.js
node ../../bin/hot-watch server.js
```
Or if you have `enhanced-require` installed globally:
```
enhanced-require-hot-watch server.js
```
## Action

@@ -17,0 +11,0 @@

{
"name": "enhanced-require",
"version": "0.4.0-beta16",
"version": "0.4.0-beta17",
"author": "Tobias Koppers @sokra",

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

"main": "lib/require",
"bin": "bin/enhanced-require-hot-watch.js",
"bin": "bin/enhanced-require.js",
"engines": {

@@ -27,0 +27,0 @@ "node": ">=0.6"

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