Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

raptor-pubsub

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raptor-pubsub - npm Package Compare versions

Comparing version 0.2.2-beta to 0.2.3-beta

5

lib/raptor-pubsub.js

@@ -105,3 +105,3 @@ /*

var globalChannel = new EventEmitter();
globalChannel.channel = function() {
globalChannel.channel = function(name) {
var channel;

@@ -111,4 +111,3 @@ if (name) {

if (!channel) {
channel = new EventEmitter();
channels[name] = channel;
channels[name] = channel = new EventEmitter();
}

@@ -115,0 +114,0 @@ } else {

2

package.json

@@ -27,3 +27,3 @@ {

},
"version": "0.2.2-beta"
"version": "0.2.3-beta"
}
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