# can-event-queue

> A event mixin that uses queues to dispatch handlers

Latest version **1.1.8** (published 2020-03-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install can-event-queue
pnpm add can-event-queue
yarn add can-event-queue
bun add can-event-queue
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.8 |
| Published | 2020-03-05 |
| First published | 2017-10-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 128.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | DoneJS |
| Maintainers | andrejewski, chasen, cherif_b, christopherjbaker, designbyonyx, justinbmeyer, m-mujica, mattchewone, phillipskevin, stin13 |
| Keywords | canjs |

## Links

- npm: https://www.npmjs.com/package/can-event-queue
- Repository: https://github.com/canjs/can-event-queue
- Homepage: https://github.com/canjs/can-event-queue#readme
- Issues: https://github.com/canjs/can-event-queue/issues
- npm.io page: https://npm.io/package/can-event-queue

## Dependencies (7)

- [can-log](https://npm.io/package/can-log.md) ^1.0.0
- [can-queues](https://npm.io/package/can-queues.md) ^1.0.0
- [can-symbol](https://npm.io/package/can-symbol.md) ^1.2.0
- [can-reflect](https://npm.io/package/can-reflect.md) ^1.10.2
- [can-key-tree](https://npm.io/package/can-key-tree.md) ^1.1.0
- [can-dom-events](https://npm.io/package/can-dom-events.md) ^1.0.0
- [can-define-lazy-value](https://npm.io/package/can-define-lazy-value.md) ^1.0.1

## Recent versions

- 1.1.8 (latest) — 2020-03-05
- 1.1.7 — 2019-07-18
- 1.1.6 — 2019-05-25
- 1.1.5 — 2019-04-29
- 1.1.4 — 2018-12-06
- 1.1.3 — 2018-10-24
- 1.1.2 — 2018-10-16
- 1.1.1 — 2018-10-09
- 1.1.0 — 2018-07-04
- 1.0.2 — 2018-06-19
- 1.0.1 — 2018-02-16
- 1.0.0 — 2018-01-26
- 0.17.1 — 2018-01-11
- 0.17.0 — 2018-01-11
- 0.16.2 — 2018-01-09
- … 35 more at https://npm.io/package/can-event-queue/versions

## README

# can-event-queue

[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-event-queue/blob/master/LICENSE)
[![npm version](https://badge.fury.io/js/can-event-queue.svg)](https://www.npmjs.com/package/can-event-queue)
[![Travis build status](https://travis-ci.org/canjs/can-event-queue.svg?branch=master)](https://travis-ci.org/canjs/can-event-queue)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-event-queue.svg)](https://greenkeeper.io/)

`can-event-queue` mixes in event binding and dispatching methods that
use [can-queues](../can-queues).  This adds legacy binding methods `addEventListener`
and `removeEventListener`.  **This package should not be used for new packages.**

## Documentation

Read the [can-event-queue API docs on CanJS.com](https://canjs.com/doc/can-event-queue.html).

## Changelog

See the [latest releases on GitHub](https://github.com/canjs/can-event-queue/releases).

## Contributing

The [contribution guide](https://github.com/canjs/can-event-queue/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.

## License

[MIT](https://github.com/canjs/can-event-queue/blob/master/LICENSE)

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