Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vladfrangu/async_event_emitter

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vladfrangu/async_event_emitter - npm Package Compare versions

Comparing version 2.4.4-next.74d2d09.0 to 2.4.4

6

CHANGELOG.md

@@ -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 @@

2

dist/index.global.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc