Comparing version 4.1.0 to 4.2.0
# 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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
12
28025
380