Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

axon-secure

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axon-secure - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

7

lib/sockets/sock.js

@@ -282,4 +282,10 @@

var max = self.get('retry max timeout');
var addr = host + ':' + port;
return function () {
self.connected = false;
if (~self.socks.indexOf(sock)) {
debug('%s disconnect %s', self.type, addr);
// client only
self.emit('disconnect', sock);
}
self.removeSocket(sock);

@@ -323,2 +329,3 @@ if (self.closing) {

debug('%s disconnect %s', self.type, addr);
// server only
self.emit('disconnect', sock);

@@ -325,0 +332,0 @@ self.removeSocket(sock);

2

package.json
{
"name": "axon-secure",
"description": "High-level messaging & socket patterns with optional encryption implemented in pure js",
"version": "2.0.5",
"version": "2.0.6",
"author": "Marcello Gesmundo <mgesmundo@yoovant.com>",

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

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