# pouchdb-md5

> PouchDB utilities for calculating MD5 checksums.

Latest version **9.0.0** (published 2024-06-21) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install pouchdb-md5
pnpm add pouchdb-md5
yarn add pouchdb-md5
bun add pouchdb-md5
```

## Health

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

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

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 9.0.0 |
| Published | 2024-06-21 |
| First published | 2016-06-06 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 17.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 17609 |
| Author | Dale Harvey |

## Links

- npm: https://www.npmjs.com/package/pouchdb-md5
- Repository: https://github.com/pouchdb/pouchdb
- Homepage: https://github.com/pouchdb/pouchdb#readme
- Issues: https://github.com/pouchdb/pouchdb/issues
- npm.io page: https://npm.io/package/pouchdb-md5

## Dependencies (2)

- [spark-md5](https://npm.io/package/spark-md5.md) 3.0.2
- [pouchdb-binary-utils](https://npm.io/package/pouchdb-binary-utils.md) 9.0.0

## Recent versions

- 9.0.0 (latest) — 2024-06-21
- 8.0.1 — 2023-02-09
- 8.0.0 — 2022-12-15
- 7.3.1 — 2022-11-11
- 7.3.0 — 2022-04-13
- 7.2.2 — 2020-07-27
- 7.2.1 — 2020-02-16
- 7.1.1 — 2019-06-14
- 7.1.0 — 2019-06-14
- 7.0.0 — 2018-06-21
- 6.4.3 — 2018-02-02
- 6.4.2 — 2018-01-24
- 6.4.1 — 2017-12-18
- 6.4.0 — 2017-12-17
- 6.3.4 — 2017-07-15
- … 23 more at https://npm.io/package/pouchdb-md5/versions

## README

pouchdb-md5 ![semver non-compliant](https://img.shields.io/badge/semver-non--compliant-red.svg)
======

PouchDB utilities for calculating MD5 checksums.

### Usage

```bash
npm install pouchdb
```

```js
var PouchDB = require('pouchdb');
var db = new PouchDB('my_db');
```

For full API documentation and guides on PouchDB, see [PouchDB.com](http://pouchdb.com/). For details on PouchDB sub-packages, see the [Custom Builds documentation](http://pouchdb.com/custom.html).

### Warning: semver-free zone!

This package is conceptually an internal API used by PouchDB or its plugins. It does not follow semantic versioning (semver), and rather its version is pegged to PouchDB's. Use exact versions when installing, e.g. with `--save-exact`.

### Source

PouchDB and its sub-packages are distributed as a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md).

For a full list of packages, see [the GitHub source](https://github.com/pouchdb/pouchdb/tree/master/packages).

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