Comparing version 1.0.3 to 1.0.4
@@ -24,2 +24,9 @@ const uuid = require('uuid'); | ||
stop() { | ||
this._pluggins.forEach(plugin => { | ||
if (plugin.stop) { | ||
plugin.stop(); | ||
} | ||
}); | ||
} | ||
addPluggin(pluggin) { | ||
@@ -26,0 +33,0 @@ this._pluggins.push(pluggin); |
{ | ||
"name": "thekdar", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
18522
548