event-pubsub
Advanced tools
Comparing version 4.2.2 to 4.2.3
@@ -78,3 +78,3 @@ 'use strict'; | ||
for(let handler of catchAll){ | ||
handler.apply(this, type, args); | ||
handler.call(this, type, ...args); | ||
} | ||
@@ -81,0 +81,0 @@ |
@@ -78,3 +78,3 @@ 'use strict'; | ||
for(let handler of catchAll){ | ||
handler.apply(this, type, args); | ||
handler.call(this, type, args); | ||
} | ||
@@ -81,0 +81,0 @@ |
{ | ||
"name": "event-pubsub", | ||
"version": "4.2.2", | ||
"version": "4.2.3", | ||
"description": "Super light and fast Extensible PubSub events and EventEmitters for Node and the browser with support for ES6 by default, and ES5 versions for older verions of node and older IE/Safari versions. Easy for any developer level. No frills, just high speed pubsub events!", | ||
@@ -9,2 +9,5 @@ "main": "event-pubsub.js", | ||
}, | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"scripts": { | ||
@@ -11,0 +14,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -11,2 +11,4 @@ # Event PubSub | ||
For older versions of node and io.js the latest versions of `event-pubsub` may work with the --harmony flag. Officially though, we support node v4 and newer with es5 and es6 | ||
Easy for any developer level. No frills, just high speed events following the publisher subscriber pattern! | ||
@@ -13,0 +15,0 @@ |
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
32009
299