# @linthtml/dom-utils

> Utilities for LintHTML plugins.

Latest version **0.10.0** (published 2024-07-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install @linthtml/dom-utils
pnpm add @linthtml/dom-utils
yarn add @linthtml/dom-utils
bun add @linthtml/dom-utils
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.10.0 |
| Published | 2024-07-29 |
| First published | 2021-09-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 2 |
| Unpacked size | 55.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 99 |
| Author | BenjaminJ |
| Maintainers | kamikillerto |

## Links

- npm: https://www.npmjs.com/package/@linthtml/dom-utils
- Repository: https://github.com/linthtml/linthtml
- Homepage: https://github.com/linthtml/linthtml/tree/main/packages/dom-utils#readme
- Issues: https://github.com/linthtml/linthtml/issues
- npm.io page: https://npm.io/package/@linthtml/dom-utils

## Dependencies (2)

- [domhandler](https://npm.io/package/domhandler.md) ^4.2.2
- [domelementtype](https://npm.io/package/domelementtype.md) ^2.2.0

## Recent versions

- 0.10.0 (latest) — 2024-07-29
- 0.11.0-beta.1 (beta) — 2025-03-20
- 0.9.0-alpha.7 (alpha) — 2022-01-21
- 0.10.0-beta.10 — 2024-07-02
- 0.10.0-beta.9 — 2024-06-06
- 0.10.0-beta.8 — 2024-05-30
- 0.10.0-beta.7 — 2024-05-29
- 0.10.0-beta.6 — 2024-03-24
- 0.10.0-beta.3 — 2024-03-05
- 0.10.0-beta.2 — 2024-03-03
- 0.10.0-beta.1 — 2024-03-03
- 0.9.5 — 2023-06-02
- 0.9.5-alpha.1 — 2023-06-02
- 0.9.5-alpha.0 — 2023-06-02
- 0.9.0 — 2022-08-26
- … 9 more at https://npm.io/package/@linthtml/dom-utils/versions

## README

# `@linthtml/dom-utils`

This package provides utility functions and classes for make LintHTML custom rules.

```javascript
const domUtils = require('@linthtml/dom-utils');

// TODO: DEMONSTRATE API
```

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