Socket
Socket
Sign inDemoInstall

pm2-axon

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pm2-axon - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

lib/sockets/sock.js

@@ -387,3 +387,3 @@

debug('Got sub-error', e2);
if (e2.code == 'ECONNREFUSED') {
if (e2.code == 'ECONNREFUSED' || e2.code == 'ENOENT') {
// No other server listening, so we can delete stale

@@ -390,0 +390,0 @@ // socket file and reopen server socket

{
"name": "pm2-axon",
"description": "High-level messaging & socket patterns implemented in pure js",
"version": "2.0.7",
"version": "2.0.8",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -6,0 +6,0 @@ "author": {

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