# unexpected-messy

> Unexpected plugin for the messy library

Latest version **11.1.0** (published 2022-04-28) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install unexpected-messy
pnpm add unexpected-messy
yarn add unexpected-messy
bun add unexpected-messy
```

## Health

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

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 11.1.0 |
| Published | 2022-04-28 |
| First published | 2014-09-26 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 1.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Andreas Lind |
| Maintainers | sunesimonsen, papandreou, alexjeffburke, gustavnikolaj, joelmukuthu, munter |
| Keywords | HTTP, request, response, assertion, unexpected, test, mocha |

## Links

- npm: https://www.npmjs.com/package/unexpected-messy
- Repository: https://github.com/unexpectedjs/unexpected-messy
- Issues: https://github.com/unexpectedjs/unexpected-messy/issues
- npm.io page: https://npm.io/package/unexpected-messy

## Dependencies (5)

- [qs](https://npm.io/package/qs.md) ^6.5.1
- [messy](https://npm.io/package/messy.md) ^7.0.0
- [minimist](https://npm.io/package/minimist.md) ^1.2.0
- [underscore](https://npm.io/package/underscore.md) ^1.8.3
- [magicpen-media](https://npm.io/package/magicpen-media.md) ^3.0.0

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 11.1.0 (latest) — 2022-04-28
- 11.0.1 — 2021-05-13
- 11.0.0 — 2021-05-13
- 10.0.1 — 2020-12-12
- 10.0.0 — 2020-11-22
- 9.0.0 — 2019-06-23
- 8.2.1 — 2019-01-03
- 8.2.0 — 2019-01-01
- 8.1.0 — 2018-09-04
- 8.0.0 — 2018-06-24
- 7.4.1 — 2018-03-10
- 7.4.0 — 2018-03-10
- 7.3.0 — 2017-11-09
- 7.2.0 — 2017-09-15
- 7.1.0 — 2017-05-16
- … 78 more at https://npm.io/package/unexpected-messy/versions

## README

# Unexpected-messy

Plugin for [Unexpected](https://github.com/unexpectedjs/unexpected) that adds the ability to inspect and match instances of the HttpRequest, HttpResponse, HttpExchange, HttpConversation, Mail, and Message classes from the [Messy library](https://github.com/papandreou/messy). It's originally built for [unexpected-express](https://github.com/unexpectedjs/unexpected-express), [unexpected-mitm](https://github.com/unexpectedjs/unexpected-mitm) and [unexpected-http](https://github.com/unexpectedjs/unexpected-http), but can also be used standalone.

[![NPM version](https://badge.fury.io/js/unexpected-messy.svg)](http://badge.fury.io/js/unexpected-messy)
[![Build Status](https://travis-ci.org/unexpectedjs/unexpected-messy.svg?branch=master)](https://travis-ci.org/unexpectedjs/unexpected-messy)
[![Coverage Status](https://coveralls.io/repos/unexpectedjs/unexpected-messy/badge.svg)](https://coveralls.io/r/unexpectedjs/unexpected-messy)
[![Dependency Status](https://david-dm.org/unexpectedjs/unexpected-messy.svg)](https://david-dm.org/unexpectedjs/unexpected-express)

## License

Unexpected-messy is licensed under a standard 3-clause BSD license
-- see the `LICENSE` file for details.

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