Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-dev

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-dev - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

6

lib/wrap.js

@@ -43,6 +43,10 @@ var path = require('path')

, mod = cfg.extensions[ext]
, scriptModule = null
if (mod) require(mod)
if (mod) scriptModule = require(mod)
//compatible with coffee-script 1.7+
if (scriptModule && scriptModule.register) scriptModule.register()
// Execute the wrapped script
require(main)

2

package.json
{
"name": "node-dev",
"version": "2.1.5",
"version": "2.1.6",
"description": "Restarts your app when files are modified",

@@ -5,0 +5,0 @@ "keywords": [

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