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 1.0.5 to 1.0.6

5

event-pubsub-browser.js

@@ -5,2 +5,7 @@ window.pubsub=(

function sub(type,handler){
if(!handler){
var err=new ReferenceError('handler not defined');
throw(err);
}
checkScope.apply(this);

@@ -7,0 +12,0 @@

function sub(type,handler){
if(!handler){
var err=new ReferenceError('handler not defined');
throw(err);
}
checkScope.apply(this);

@@ -3,0 +8,0 @@

2

package.json
{
"name": "event-pubsub",
"version": "1.0.5",
"version": "1.0.6",
"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",

Sorry, the diff of this file is not supported yet

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