Comparing version 1.0.21 to 1.0.22
@@ -345,5 +345,7 @@ /* | ||
this.socket.end(); | ||
this.socket.removeAllListeners('data'); | ||
this.socket.removeAllListeners('error'); | ||
this.socket.removeAllListeners('end'); | ||
if (this.socket.removeAllListeners) { | ||
this.socket.removeAllListeners('data'); | ||
this.socket.removeAllListeners('error'); | ||
this.socket.removeAllListeners('end'); | ||
} | ||
if (typeof this.socket.destroy === 'function') { | ||
@@ -350,0 +352,0 @@ this.socket.destroy(); |
{ | ||
"name": "rhea", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "reactive AMQP 1.0 library", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/amqp/rhea", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
891518
14143