oberknecht-emitters
Advanced tools
Comparing version 0.0.6 to 0.0.7
const i = require(".."); | ||
class oberknechtEmitter { | ||
get events() { return (i.emitterData[this.symbol]?.events ?? {}) }; | ||
#symbol = Symbol(); | ||
@@ -9,3 +8,2 @@ get symbol() { return this.#symbol }; | ||
constructor() { | ||
this.events = {}; | ||
i.emitterData[this.symbol] = { | ||
@@ -12,0 +10,0 @@ "events": {} |
{ | ||
"name": "oberknecht-emitters", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"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
24644
209