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.0.0 to 2.1.0

2

event-pubsub-browser.js

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

){
var args=params.unshift(keys[i]);
params.unshift(keys[i]);
this.off.call(args);

@@ -37,0 +37,0 @@ }

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

){
var args=params.unshift(keys[i]);
params.unshift(keys[i]);
this.off.call(args);

@@ -34,0 +34,0 @@ }

{
"name": "event-pubsub",
"version": "2.0.0",
"version": "2.1.0",
"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