Socket
Socket
Sign inDemoInstall

pm2-axon

Package Overview
Dependencies
6
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.8 to 2.0.9

2

lib/sockets/sock.js

@@ -224,3 +224,3 @@

var msg = new Message(buf);
self.emit.apply(self, ['message'].concat(msg.args));
self.emit.apply(self, ['message'].concat(msg.args), sock);
};

@@ -227,0 +227,0 @@ };

@@ -82,3 +82,3 @@

self.emit.apply(self, ['message'].concat(msg.args));
self.emit.apply(self, ['message'].concat(msg.args).concat(sock));
};

@@ -149,2 +149,2 @@ };

return new RegExp('^' + str + '$');
}
}
{
"name": "pm2-axon",
"description": "High-level messaging & socket patterns implemented in pure js",
"version": "2.0.8",
"version": "2.0.9",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -11,3 +11,3 @@ "author": {

"dependencies": {
"debug": "~2.0.0",
"debug": "~2.2.0",
"configurable": "0.0.1",

@@ -14,0 +14,0 @@ "escape-regexp": "0.0.1",

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