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

egg-cluster

Package Overview
Dependencies
Maintainers
5
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-cluster - npm Package Compare versions

Comparing version 1.16.1 to 1.17.0

6

History.md
1.17.0 / 2018-06-06
==================
**features**
* [[`134bd4c`](http://github.com/eggjs/egg-cluster/commit/134bd4c15361018747f6bc6c13748a8e60fc8b62)] - feat: not start check in local (#71) (Axes <<whxaxes@qq.com>>)
1.16.1 / 2018-05-16

@@ -3,0 +9,0 @@ ===================

4

lib/master.js

@@ -93,3 +93,5 @@ 'use strict';

// start check agent and worker status
this.workerManager.startCheck();
if (this.isProduction) {
this.workerManager.startCheck();
}
});

@@ -96,0 +98,0 @@

{
"name": "egg-cluster",
"version": "1.16.1",
"version": "1.17.0",
"description": "cluster manager for egg",

@@ -5,0 +5,0 @@ "main": "index.js",

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