# mutation-observer

> Exposes the `MutationObserver` API, or a polyfill based on mutation events for IE 9-10.

Latest version **1.0.3** (published 2017-07-25) · 0 weekly downloads

## Install

```sh
npm install mutation-observer
pnpm add mutation-observer
yarn add mutation-observer
bun add mutation-observer
```

## 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.3 |
| Published | 2017-07-25 |
| First published | 2013-02-09 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 65 |
| Maintainers | rauchg, coreh, tootallnate |

## Links

- npm: https://www.npmjs.com/package/mutation-observer
- Repository: https://github.com/webmodules/mutation-observer
- Homepage: https://github.com/webmodules/mutation-observer#readme
- Issues: https://github.com/webmodules/mutation-observer/issues
- npm.io page: https://npm.io/package/mutation-observer

## Recent versions

- 1.0.3 (latest) — 2017-07-25
- 1.0.2 — 2015-07-07
- 1.0.1 — 2015-03-10
- 1.0.0 — 2014-12-09
- 0.0.1 — 2013-02-09

## README

# mutation-observer

  Exposes the native `MutationObserver` API provided by the browser, or a polyfill based on mutation events. (For compatibility with IE9-10.)

  MutationObserver polyfill by the [Polymer Project](https://www.polymer-project.org/).

## Installation

```bash
$ npm install mutation-observer
```

## API

```javascript
var MutationObserver = require('mutation-observer');
```

## License

  BSD (See LICENSE file)

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