Socket
Socket
Sign inDemoInstall

event-pubsub

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-pubsub - npm Package Compare versions

Comparing version 4.2.2 to 4.2.3

2

es6.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc