Comparing version 0.4.13 to 0.4.14
@@ -386,4 +386,4 @@ // Generated by CoffeeScript 1.7.1 | ||
_this.on = function(event, handler) { | ||
_this.superOn(event, handler); | ||
if (event === "message") { | ||
_this.superOn(event, handler); | ||
return _this.queue.once("message", messageHandler); | ||
@@ -390,0 +390,0 @@ } |
{ | ||
"name": "mutual", | ||
"version": "0.4.13", | ||
"version": "0.4.14", | ||
"description": "Scala-inspired Actors that use Redis as a message transport", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
49457