express-power
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -7,4 +7,4 @@ # express-power Changelog | ||
## [1.0.1] - 2020-10-21 | ||
## [1.0.x] - 2020-10-21 | ||
### Initial Public Release | ||
- Effortless clustering, logging & colors with Express. |
{ | ||
"name": "express-power", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Express with superpowers! Effortless clustering, logging & colors with Express.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -77,2 +77,3 @@ # express-power [![npm][npm-image]][npm-url] | ||
| worker | () => {} | Function to execute after spawning worker process. Your Express app should be handled here. | ||
| autoRestart | true | Restarts automatically a worker when it dies. Useful for keeping your process alive when unexpected errors occur. | ||
@@ -110,2 +111,3 @@ ## Full Reference | ||
| worker | () => {} | Function to execute after spawning worker process. Your Express app should be handled here. | ||
| autoRestart | true | Restarts automatically a worker when it dies. Useful for keeping your process alive when unexpected errors occur. | ||
@@ -112,0 +114,0 @@ *Notice: this package uses [Colors](https://www.npmjs.com/package/colors) internally, which extends the String prototype.* |
Sorry, the diff of this file is not supported yet
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
9176
129