raptor-pubsub
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -17,2 +17,6 @@ var EventEmitter = require('events').EventEmitter; | ||
globalChannel.removeChannel = function(name) { | ||
delete channels[name]; | ||
}; | ||
module.exports = globalChannel; |
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3581
18
59