New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dutch-master

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dutch-master - npm Package Versions

2

0.2.5

Diff

quaelin
published 0.2.4 •

quaelin
published 0.2.3 •

quaelin
published 0.2.2 •

jmerrifield
published 0.2.1 •

jmerrifield
published 0.2.0 •

Changelog

Source

v0.2.0

  • Configurable restart signal
jmerrifield
published 0.1.7 •

Changelog

Source

v0.1.7

  • Fix shutdown condition where children are orphaned
jmerrifield
published 0.1.6 •

Changelog

Source

v0.1.6

  • Update lodash depdendency to a supported version
jmerrifield
published 0.1.5 •

Changelog

Source

v0.1.5

  • Explicitly stop workers when shutting down, since cluster.disconnect does not handle workers that do not close cleanly.

  • Reduce timeouts, making sure the individual worker timeout is much shorter than the cluster shutdown timeout, so the cluster won't be killed before the workers have been cleaned up.

jmerrifield
published 0.1.4 •

Changelog

Source

v0.1.4

  • Only listen for worker 'listening' event once

    Modules like statsd clients that create ephemeral sockets can cause many 'listening' events to occur. Make sure dutch-master only responds to the first one.

    NOTE: Workers should ensure that the first 'listening' event that occurs signals their readiness to join the cluster i.e. do not create an ephemeral socket as part of the worker startup before starting to listen for actual connections.

2
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