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

cluster2

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cluster2 - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

lib/ecv.js

@@ -82,2 +82,3 @@ /*

'content-type': 'text/plain',
'since': new Date(Date.now() - process.uptime()*1000),
'cache-control': 'no-cache'

@@ -92,2 +93,3 @@ });

'content-type': 'text/plain',
'since': new Date(Date.now() - process.uptime()*1000),
'cache-control': 'no-cache'

@@ -94,0 +96,0 @@ });

@@ -161,2 +161,5 @@ /*

else {
process.on('SIGTERM', function() {
app.close();
});
// Worker processes have a http server.

@@ -163,0 +166,0 @@ app.listen(this.options.port, function() {

2

package.json
{
"author": "ql.io",
"name": "cluster2",
"version": "0.1.6",
"version": "0.1.7",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

* <del>Basic cluster</del>
* <del>St art from js</del>
* <del>Start from command line args</del>
* <del>Add `since` header to report uptime</del>
* <del>`app.close()` during SIGTERM</del>
* Mon
* Check for open port and and exit when busy with an error exit code
* Skip logging when disk is low
* Write start/shutdown/stop to log

@@ -6,0 +10,0 @@ * <del>ECV</del>

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