# can-dom-data

> A key/value store (based on WeakMap) for associating data with DOM nodes.

Latest version **1.0.3** (published 2019-07-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install can-dom-data
pnpm add can-dom-data
yarn add can-dom-data
bun add can-dom-data
```

## 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 | 2019-07-15 |
| First published | 2018-03-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 14.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Bitovi |
| Maintainers | bitovi-core-os, chasen, cherif_b, justinbmeyer, matthewp, phillipskevin |
| Keywords | canjs, data, dom |

## Links

- npm: https://www.npmjs.com/package/can-dom-data
- Repository: https://github.com/canjs/can-dom-data
- Homepage: https://canjs.com/doc/can-dom-data.html
- Issues: https://github.com/canjs/can-dom-data/issues
- npm.io page: https://npm.io/package/can-dom-data

## Dependencies (1)

- [can-namespace](https://npm.io/package/can-namespace.md) 1.0.0

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2019-07-15
- 1.0.2 — 2019-05-24
- 1.0.1 — 2018-03-29
- 1.0.0 — 2018-03-28

## README

# can-dom-data

[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-dom-data/blob/master/LICENSE)
[![npm version](https://badge.fury.io/js/can-dom-data.svg)](https://www.npmjs.com/package/can-dom-data)
[![Travis build status](https://travis-ci.org/canjs/can-dom-data.svg?branch=master)](https://travis-ci.org/canjs/can-dom-data)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-dom-data.svg)](https://greenkeeper.io/)

A key/value store useful for associating data with DOM Nodes.

## Documentation

Read the [can-dom-data API docs on CanJS.com](https://canjs.com/doc/can-dom-data.html).

## Changelog

See the [latest releases on GitHub](https://github.com/canjs/can-dom-data/releases).

## Contributing

The [contribution guide](https://github.com/canjs/can-dom-data/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.

## License

[MIT](https://github.com/canjs/can-dom-data/blob/master/LICENSE)

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