Comparing version 0.3.4 to 0.3.5
@@ -31,5 +31,5 @@ var _ = require('lodash'); | ||
unsubscribeAll: function(client) { | ||
_.forIn(_subscriptions, (v, key) => { | ||
_.forIn(_subscriptions, function(v, key) { | ||
this.unsubscribe(client, key); | ||
}); | ||
}, this); | ||
}, | ||
@@ -36,0 +36,0 @@ getStream$: function(client, key) { |
@@ -11,3 +11,3 @@ var _ = require('lodash'); | ||
setRoutes: function(routes) { | ||
_routes = _.reduce(routes, (prev, next) => { | ||
_routes = _.reduce(routes, function(prev, next) { | ||
return _.merge(prev, next); | ||
@@ -14,0 +14,0 @@ }); |
{ | ||
"name": "elephas", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Some added sugar on top of express to give our our some sensible defaults and a little structure.", | ||
@@ -5,0 +5,0 @@ "main": "elephas.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
39335