@byojs/eventer
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@byojs/eventer", | ||
"description": "Event emitter with async-emit and weak-listener support", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"exports": { | ||
@@ -34,3 +34,5 @@ "./": "./dist/eventer.mjs" | ||
"async", | ||
"pubsub" | ||
"pubsub", | ||
"weak references", | ||
"memory" | ||
], | ||
@@ -37,0 +39,0 @@ "bugs": { |
@@ -1,4 +0,4 @@ | ||
/*! Eventer: #FILENAME# | ||
/*! byojs/Eventer: #FILENAME# | ||
v#VERSION# (c) #YEAR# Kyle Simpson | ||
MIT License: http://mit-license.org | ||
*/ |
Sorry, the diff of this file is not supported yet
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
65044