# dom-walk

> iteratively walk a DOM node

Latest version **0.1.2** (published 2020-04-03) · 0 weekly downloads

## Install

```sh
npm install dom-walk
pnpm add dom-walk
yarn add dom-walk
bun add dom-walk
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2020-04-03 |
| First published | 2012-08-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 27 |
| Author | Raynos |
| Maintainers | raynos |

## Links

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

## Recent versions

- 0.1.2 (latest) — 2020-04-03
- 0.1.1 — 2014-07-18
- 0.1.0 — 2014-03-31
- 0.0.1 — 2012-08-21

## README

# dom-walk

iteratively walk a DOM node

## Example

``` js
var walk = require("dom-walk")

walk(document.body.childNodes, function (node) {
    console.log("node", node)
})
```

## Installation

`npm install dom-walk`

## Contributors

 - Raynos

## MIT Licenced

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