raptor-pubsub
Advanced tools
Comparing version 0.2.2-beta to 0.2.3-beta
@@ -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 { |
@@ -27,3 +27,3 @@ { | ||
}, | ||
"version": "0.2.2-beta" | ||
"version": "0.2.3-beta" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
5951
116
1