# art-events

> Epoched event system

Latest version **2.0.1** (published 2025-11-07) · ISC license · 0 weekly downloads

## Install

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

## Health

**Score 45/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2025-11-07 |
| First published | 2017-06-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 65.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Shane Brinkman-Davis Delamore |
| Maintainers | shanebdavis |

## Links

- npm: https://www.npmjs.com/package/art-events
- Repository: https://github.com/art-suite/art-suite-foundations
- Issues: https://github.com/art-suite/art-suite-foundations/issues
- npm.io page: https://npm.io/package/art-events

## Dependencies (3)

- [art-class-system](https://npm.io/package/art-class-system.md) ^1.11.20
- [art-standard-lib](https://npm.io/package/art-standard-lib.md) ^1.74.4
- [art-epoched-state](https://npm.io/package/art-epoched-state.md) ^1.2.15

## Recent versions

- 2.0.1 (latest) — 2025-11-07
- 2.0.0 — 2022-03-08
- 1.3.12 — 2021-07-28
- 1.3.11 — 2021-03-26
- 1.3.10 — 2020-12-12
- 1.3.9 — 2020-10-30
- 1.3.8 — 2020-10-30
- 1.3.7 — 2020-08-23
- 1.3.6 — 2020-08-23
- 1.3.4 — 2020-06-29
- 1.3.3 — 2020-06-29
- 1.3.2 — 2020-06-29
- 1.3.1 — 2020-06-29
- 1.3.0 — 2019-08-05
- 1.2.7 — 2019-01-08
- … 8 more at https://npm.io/package/art-events/versions

## README

# Art.Events

Event management.

Used by art-engine and others in the art-suite

# TODO

Um. The EventedMixin should mix in EventManager! Right now, every evented object that has
event handlers creates an extra, EventManager object. Minimizing objects is critical to JavaScript performance.
I don't think there's even a good reason why not to mix in EventManger directly.

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