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 2.1.1 to 2.1.2

2

event-pubsub-browser.js

@@ -35,3 +35,3 @@ window.pubsub=(

params.unshift(keys[i]);
this.off.call(params);
this.off.apply(this,params);
}

@@ -38,0 +38,0 @@ }

@@ -32,3 +32,3 @@ function sub(type,handler){

params.unshift(keys[i]);
this.off.call(params);
this.off.apply(this,params);
}

@@ -35,0 +35,0 @@ }

{
"name": "event-pubsub",
"version": "2.1.1",
"version": "2.1.2",
"description": "Pubsub events for Node and the browser allowing event scoping and multiple scopes. 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