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

express-power

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-power - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

CHANGELOG.md

@@ -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

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