Comparing version 0.3.12 to 0.3.13
{ | ||
"name": "ricochet", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "Pub/Sub Framework for building robust TCP transport layers in node.js applications ", | ||
@@ -17,6 +17,6 @@ "main": "ricochet.js", | ||
"async": "2.2.0", | ||
"eventemitter2": "0.4.14", | ||
"lodash": "4.1.0", | ||
"eventemitter2": "4.1.0", | ||
"lodash": "4.17.4", | ||
"json-stream": "1.0.0" | ||
} | ||
} |
@@ -271,10 +271,8 @@ 'use strict'; | ||
handler.inherit = function(event){ | ||
handler.inherit = function(otherHandler){ | ||
var self = this; | ||
handler.onAny(function(){ | ||
var args = Array.prototype.slice.call(arguments); | ||
args.unshift(this.event); | ||
event.emit.apply(self, args); | ||
otherHandler.emit.apply(self, Array.prototype.slice.call(arguments)); | ||
}); | ||
}; | ||
} | ||
@@ -281,0 +279,0 @@ var timeout = null; |
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
12
41356
976
+ Addedeventemitter2@4.1.0(transitive)
+ Addedlodash@4.17.4(transitive)
- Removedeventemitter2@0.4.14(transitive)
- Removedlodash@4.1.04.17.21(transitive)
Updatedeventemitter2@4.1.0
Updatedlodash@4.17.4