Comparing version 1.0.18 to 1.0.19
@@ -232,6 +232,3 @@ /* | ||
for (var i in aliases) { | ||
var f = aliases[i]; | ||
Object.defineProperty(this, f, { get: remote_property_shortcut(f) }); | ||
} | ||
aliases.forEach((alias) => Object.defineProperty(this, alias, { get: remote_property_shortcut(alias) })); | ||
Object.defineProperty(this, 'error', { get: function() { return this.remote.close ? this.remote.close.error : undefined; }}); | ||
@@ -238,0 +235,0 @@ }; |
@@ -230,6 +230,3 @@ /* | ||
this.observers = new EventEmitter(); | ||
for (var i in aliases) { | ||
var alias = aliases[i]; | ||
Object.defineProperty(this, alias, { get: remote_property_shortcut(alias) }); | ||
} | ||
aliases.forEach((alias) => Object.defineProperty(this, alias, { get: remote_property_shortcut(alias) })); | ||
Object.defineProperty(this, 'error', { get: function() { return this.remote.detach ? this.remote.detach.error : undefined; }}); | ||
@@ -236,0 +233,0 @@ }; |
{ | ||
"name": "rhea", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"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
890849
14118