# min-dash

> Minimum utility toolbelt

Latest version **5.1.0** (published 2026-07-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install min-dash
pnpm add min-dash
yarn add min-dash
bun add min-dash
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 5.1.0 |
| Published | 2026-07-13 |
| First published | 2017-10-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 28.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 14 |
| Author | bpmn.io |
| Maintainers | bpmn-io-admin, nikku, barmac, philippfromme, maxtru, skaiir-camunda, vsgoulart, barinali, ev-camunda, jarekdanielak, alekseymanetov |
| Keywords | lodash, utility, tool, belt |

## Links

- npm: https://www.npmjs.com/package/min-dash
- Repository: https://github.com/bpmn-io/min-dash
- Issues: https://github.com/bpmn-io/min-dash/issues
- npm.io page: https://npm.io/package/min-dash

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 5.1.0 (latest) — 2026-07-13
- 5.0.0 — 2025-12-12
- 4.2.3 — 2025-02-17
- 4.2.2 — 2024-10-17
- 4.2.1 — 2024-01-17
- 4.2.0 — 2024-01-17
- 4.1.1 — 2023-04-27
- 4.1.0 — 2023-04-04
- 4.0.0 — 2022-09-14
- 3.8.1 — 2022-01-17
- 3.8.0 — 2021-08-30
- 3.7.0 — 2021-03-18
- 3.6.1 — 2021-03-15
- 3.6.0 — 2021-03-10
- 3.5.2 — 2019-09-06
- … 18 more at https://npm.io/package/min-dash/versions

## README

# min-dash

[![CI](https://github.com/bpmn-io/min-dash/workflows/CI/badge.svg)](https://github.com/bpmn-io/min-dash/actions?query=workflow%3ACI)

Minimal utility tool belt to be used with [bpmn.io](https://bpmn.io/) related libraries.


## Features

* fine selection of [powerful utilities](./lib) on board
* ES2015 compatible
* complete bundle `< 2 kB` minified and gzipped
* utilities optimized for speed (i.e. sorting and union only by key)


## How to use

```javascript
import {
  find,
  sortBy,
  assign
} from 'min-dash';
```

Your favourite module bundler should apply tree-shaking to only include the components your application requires. If you're using CommonJS modules give [common-shake](https://github.com/indutny/common-shake) a try.


## Related

* [1-liners](https://github.com/1-liners/1-liners) - a slightly more opinionated collection of useful utilities
* [min-dom](https://github.com/bpmn-io/min-dom) - minimal DOM utility toolbelt
* [tiny-svg](https://github.com/bpmn-io/tiny-svg) - tiny SVG utility toolbelt


## License

MIT

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