Comparing version 1.0.4 to 1.0.5
@@ -537,4 +537,4 @@ /* | ||
Connection.prototype.eof = function () { | ||
this._disconnected(); | ||
Connection.prototype.eof = function (e) { | ||
this._disconnected(e); | ||
}; | ||
@@ -541,0 +541,0 @@ |
{ | ||
"name": "rhea", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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
966730