# events-universal

> Universal wrapper for the Node.js events module

Latest version **1.0.1** (published 2025-09-23) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install events-universal
pnpm add events-universal
yarn add events-universal
bun add events-universal
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2025-09-23 |
| First published | 2025-09-22 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 12.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Holepunch |
| Maintainers | mafintosh, kasperisager |

## Links

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

## Dependencies (1)

- [bare-events](https://npm.io/package/bare-events.md) ^2.7.0

## Recent versions

- 1.0.1 (latest) — 2025-09-23
- 1.0.0 — 2025-09-22

## README

# events-universal

Universal wrapper for the Node.js `events` module.

```
npm i events-universal
```

## Usage

```js
const EventEmitter = require('events-universal')
```

## License

Apache-2.0

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