Socket
Socket
Sign inDemoInstall

pm2-axon

Package Overview
Dependencies
5
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.5 to 2.0.6

12

lib/sockets/sock.js

@@ -392,6 +392,4 @@

fs.unlink(port);
self.server.listen(port, host, fn);
} catch(e) {
console.error(e.stack || e);
}
} catch(e) {}
self.server.listen(port, host, fn);
}

@@ -407,2 +405,8 @@ });

}
else {
try {
fs.unlink(port);
} catch(e) {}
self.server.listen(port, host, fn);
}
});

@@ -409,0 +413,0 @@ }

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc