# @algolia/events

> Node's event emitter for all engines.

Latest version **4.0.1** (published 2021-11-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @algolia/events
pnpm add @algolia/events
yarn add @algolia/events
bun add @algolia/events
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.1 |
| Published | 2021-11-24 |
| First published | 2021-11-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 12.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | dhaya.b, haroenv, eunjae-lee, francoischalifour, tkrugg |
| Keywords | events, eventEmitter, eventDispatcher, listeners |

## Links

- npm: https://www.npmjs.com/package/@algolia/events
- Repository: https://github.com/algolia/events
- Homepage: https://github.com/algolia/events#readme
- Issues: http://github.com/algolia/events/issues/
- npm.io page: https://npm.io/package/@algolia/events

## Alternatives

- [async-exit-hook](https://npm.io/package/async-exit-hook.md) — 3.7M weekly downloads
- [evnty](https://npm.io/package/evnty.md) — 7.2K weekly downloads
- [eleventy-plugin-asciidoc](https://npm.io/package/eleventy-plugin-asciidoc.md) — 3.5K weekly downloads
- [@jswork/next-get2get](https://npm.io/package/@jswork/next-get2get.md) — 945 weekly downloads
- [@dashersw/axon](https://npm.io/package/@dashersw/axon.md) — 934 weekly downloads

## Recent versions

- 4.0.1 (latest) — 2021-11-24
- 4.0.0 — 2021-11-24

## README

# events [![Build Status](https://travis-ci.org/Gozala/events.png?branch=master)](https://travis-ci.org/Gozala/events)

Algolia's fork of Node's event emitter for all engines.

Specifics:
- v1.1.1-based, as it's much smaller and we don't use the newer features
- builtin type-definitions
- better interop with ESM, while still being cjs

## Install

```
npm install events
```

## Require

```javascript
var EventEmitter = require('events');
```

## Usage

See the [node.js event emitter docs](http://nodejs.org/api/events.html)

---
_Source: https://npm.io/package/@algolia/events · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
