# midd-express-middlewares

> Wrap express middleware to be used in midd

Latest version **0.1.3** (published 2017-02-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install midd-express-middlewares
pnpm add midd-express-middlewares
yarn add midd-express-middlewares
bun add midd-express-middlewares
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2017-02-22 |
| First published | 2017-02-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Tian Jian |
| Maintainers | kiliwalk, tianjianchn |
| Keywords | midd, express, middleware |

## Links

- npm: https://www.npmjs.com/package/midd-express-middlewares
- Repository: https://github.com/tianjianchn/midd/tree/master/packages/midd-express-middlewares
- Issues: https://github.com/tianjianchn/midd/issues
- npm.io page: https://npm.io/package/midd-express-middlewares

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 0.1.3 (latest) — 2017-02-22
- 0.1.2 — 2017-02-18
- 0.1.1 — 2017-02-10
- 0.1.0 — 2017-02-09

## README

# Wrap express middleware to be used in midd

Express middleware and `midd` middleware have same parameter list(`(req, resp, next)`).  
The difference is `midd` middleware will always return a promise, thus we can make sure 
whether a middleware is finished

### License

Licensed under MIT

Copyright (c) 2017 [Tian Jian](https://github.com/tianjianchn)

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