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.0 to 4.2.1

2

es6.js

@@ -78,3 +78,3 @@ 'use strict';

for(let handler of catchAll){
handler.apply(this, args);
handler.apply(this, type, args);
}

@@ -81,0 +81,0 @@

@@ -78,3 +78,3 @@ 'use strict';

for(let handler of catchAll){
handler.apply(this, args);
handler.apply(this, type, args);
}

@@ -81,0 +81,0 @@

{
"name": "event-pubsub",
"version": "4.2.0",
"version": "4.2.1",
"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!",

@@ -5,0 +5,0 @@ "main": "event-pubsub.js",

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