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

node-dev

Package Overview
Dependencies
Maintainers
4
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 4.1.0 to 4.2.0

8

CHANGELOG.md
# node-dev
## 4.2.0 / 2020-07-03
- No longer sets NODE_ENV to `development`
## 4.1.0 / 2020-07-02

@@ -57,3 +61,3 @@

- Add `--respawn` to keep watching after a process exits. See #104.
- Don't terminate the child process if a custom `unchaughtException` handler is registered. See #113.
- Don't terminate the child process if a custom `uncaughtException` handler is registered. See #113.
- Handle `-r` and `--require` node options correctly. See #111.

@@ -65,3 +69,2 @@ - Add support for passing options to transpilers. See #109.

## 2.7.1 / 2015-08-21

@@ -82,3 +85,2 @@

[LICENSE]: LICENSE

@@ -85,0 +87,0 @@ [npm-commander]: https://www.npmjs.com/package/commander

@@ -17,5 +17,2 @@ var path = require('path');

// Set NODE_ENV to 'development' unless already set
if (!process.env.NODE_ENV) process.env.NODE_ENV = 'development';
if (process.env.NODE_DEV_PRELOAD) {

@@ -22,0 +19,0 @@ require(process.env.NODE_DEV_PRELOAD);

{
"name": "node-dev",
"version": "4.1.0",
"version": "4.2.0",
"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