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

4

lib/raptor-pubsub.js

@@ -17,2 +17,6 @@ var EventEmitter = require('events').EventEmitter;

globalChannel.removeChannel = function(name) {
delete channels[name];
};
module.exports = globalChannel;

2

package.json

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

},
"version": "1.0.4"
"version": "1.0.5"
}

@@ -41,2 +41,5 @@ raptor-pubsub

channel.emit('someEvent', 'Hello World');
// Removing a channel
require('raptor-pubsub').removeChannel('my-channel');
```

@@ -43,0 +46,0 @@

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