# dom-collection

> Index based collection manipulation methods for DOM element child nodes.

Latest version **1.0.2** (published 2015-05-20) · 0 weekly downloads

## Install

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

## 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 | 2015-05-20 |
| First published | 2015-05-04 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | jails |

## Links

- npm: https://www.npmjs.com/package/dom-collection
- Repository: https://github.com/crysalead-js/dom-collection
- Homepage: https://github.com/crysalead-js/dom-collection#readme
- Issues: https://github.com/crysalead-js/dom-collection/issues
- npm.io page: https://npm.io/package/dom-collection

## Recent versions

- 1.0.2 (latest) — 2015-05-20
- 1.0.1 — 2015-05-04
- 1.0.0 — 2015-05-04

## README

# dom-collection

[![Build Status](https://travis-ci.org/crysalead-js/dom-collection.svg?branch=master)](https://travis-ci.org/crysalead-js/dom-collection)

Index based collection manipulation methods for DOM element child nodes.

## API

### insertAt(element, index, parent)

Inserts an DOM element at a specific index.

### moveAt(element, index, parent)

Moves a DOM element to a specific index.

### replaceAt(element, index, parent)

Replaces a DOM element at a specific index.

### removeAt(element, index, parent)

Removes a DOM element at a specific index.

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