# fire-html-event

> Pass an element and the event name to fire. The event is then fired.

Latest version **1.0.2** (published 2017-12-14) · ISC license · 0 weekly downloads

## Install

```sh
npm install fire-html-event
pnpm add fire-html-event
yarn add fire-html-event
bun add fire-html-event
```

## 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.0.2 |
| Published | 2017-12-14 |
| First published | 2016-04-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Matt Larner |
| Maintainers | mattlarner |

## Links

- npm: https://www.npmjs.com/package/fire-html-event
- Repository: https://github.com/MatthewLarner/fire-html-event
- Homepage: https://github.com/MatthewLarner/fire-html-event#readme
- Issues: https://github.com/MatthewLarner/fire-html-event/issues
- npm.io page: https://npm.io/package/fire-html-event

## Recent versions

- 1.0.2 (latest) — 2017-12-14
- 1.0.1 — 2016-04-21
- 1.0.0 — 2016-04-20

## README

Pass an element and the event name to fire.
The event is then fired.

# Usage

```javascript
var fireEvent = require('fire-html-event');

fireEvent(element, 'change');
// change event is fired for the passed element.
```

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