@vladfrangu/async_event_emitter
Advanced tools
Comparing version 2.4.4-next.74d2d09.0 to 2.4.4
@@ -5,2 +5,8 @@ # Changelog | ||
# [2.4.4](https://github.com/vladfrangu/async_event_emitter/compare/v2.4.4...v2.4.4) - (2024-07-15) | ||
## 🐛 Bug Fixes | ||
- Accidentally inverted emit error event logic ([134ab3c](https://github.com/vladfrangu/async_event_emitter/commit/134ab3cf526137a0f014ed2984554a62a7714df7)) | ||
# [2.4.2](https://github.com/vladfrangu/async_event_emitter/compare/v2.4.2...v2.4.2) - (2024-07-09) | ||
@@ -7,0 +13,0 @@ |
@@ -254,3 +254,3 @@ "use strict"; | ||
if (events !== void 0) { | ||
doError = doError && "error" in events; | ||
doError = doError && events.error === void 0; | ||
} else if (!doError) { | ||
@@ -257,0 +257,0 @@ return false; |
{ | ||
"name": "@vladfrangu/async_event_emitter", | ||
"version": "2.4.4-next.74d2d09.0", | ||
"version": "2.4.4", | ||
"description": "An event emitter implementation with async support in mind", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
220226
1