ee-event-emitter
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -14,3 +14,3 @@ !function(){ | ||
get: function(){ | ||
if (!this.____events) this.____events = {}; | ||
if (!this.____events) this.____events = Class({}).Writable(); | ||
return this.____events; | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name" : "ee-event-emitter" | ||
, "description" : "An EventEmitter implementation" | ||
, "version" : "0.1.1" | ||
, "version" : "0.1.2" | ||
, "homepage" : "https://github.com/eventEmitter/ee-event-emitter" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8727
0