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 3.2.0 to 3.3.0

2

lib/sockets/sock.js

@@ -276,3 +276,3 @@

var retry = self.retry || self.get('retry timeout');
if (retry === 0) return;
if (retry === 0) return self.emit('close');
setTimeout(function(){

@@ -279,0 +279,0 @@ debug('attempting reconnect');

{
"name": "pm2-axon",
"description": "High-level messaging & socket patterns implemented in pure js",
"version": "3.2.0",
"version": "3.3.0",
"author": {

@@ -6,0 +6,0 @@ "name": "TJ Holowaychuk",

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