# ev-store

> Stores event listeners and event handles on a DOM object

Latest version **7.0.0** (published 2014-12-21) · 0 weekly downloads

## Install

```sh
npm install ev-store
pnpm add ev-store
yarn add ev-store
bun add ev-store
```

## 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 | 7.0.0 |
| Published | 2014-12-21 |
| First published | 2014-12-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13 |
| Author | Raynos |
| Maintainers | raynos |

## Links

- npm: https://www.npmjs.com/package/ev-store
- Repository: https://github.com/Raynos/ev-store
- Issues: https://github.com/Raynos/ev-store/issues
- npm.io page: https://npm.io/package/ev-store

## Dependencies (1)

- [individual](https://npm.io/package/individual.md) ^3.0.0

## Recent versions

- 7.0.0 (latest) — 2014-12-21

## README

# ev-store

Stores event listeners and event handles on a DOM object

## Example

```js
var EvStore = require('ev-store');

var elem = someElement
var events = EvStore(elem)

events.click = function () {
  /* ... */
};
```

## Installation

`npm install ev-store`

## Contributors

 - Raynos

## MIT Licenced

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