@flowio/events
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -69,4 +69,4 @@ "use strict"; | ||
key: "removeAll", | ||
value: function removeAll() { | ||
this.emitter.removeAllListeners(); | ||
value: function removeAll(event) { | ||
this.emitter.removeAllListeners(event); | ||
} | ||
@@ -73,0 +73,0 @@ }], [{ |
{ | ||
"name": "@flowio/events", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Event Bus (Pub/Sub)", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
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
15358
0