# @uppy/utils

> Shared utility functions for Uppy Core and plugins maintained by the Uppy team.

Latest version **7.2.0** (published 2026-03-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @uppy/utils
pnpm add @uppy/utils
yarn add @uppy/utils
bun add @uppy/utils
```

## Health

**Score 60/100 (C)** — status: active.

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

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 7.2.0 |
| Published | 2026-03-25 |
| First published | 2018-06-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 2 |
| Unpacked size | 327.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 30989 |
| Maintainers | kvz, tim-kos, murderlon, mifi, uppydev |
| Keywords | file uploader, uppy |

## Links

- npm: https://www.npmjs.com/package/@uppy/utils
- Repository: https://github.com/transloadit/uppy
- Homepage: https://uppy.io
- Issues: https://github.com/transloadit/uppy/issues
- npm.io page: https://npm.io/package/@uppy/utils

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^4.17.23
- [preact](https://npm.io/package/preact.md) ^10.26.10

## Recent versions

- 7.2.0 (latest) — 2026-03-25
- 6.0.0-beta.9 (next) — 2024-06-27
- 7.1.5 — 2025-12-09
- 7.1.4 — 2025-12-02
- 7.1.3 — 2025-11-03
- 7.1.2 — 2025-10-28
- 7.1.1 — 2025-10-17
- 7.1.0 — 2025-10-08
- 7.0.2 — 2025-09-16
- 7.0.1 — 2025-08-28
- 7.0.0 — 2025-08-22
- 6.2.2 — 2025-08-01
- 6.2.1 — 2025-07-29
- 6.2.0 — 2025-07-29
- 6.1.5 — 2025-06-02
- … 107 more at https://npm.io/package/@uppy/utils/versions

## README

# @uppy/utils

<img src="https://uppy.io/img/logo.svg" width="120" alt="Uppy logo: a smiling puppy above a pink upwards arrow" align="right">

[![npm version](https://img.shields.io/npm/v/@uppy/utils.svg?style=flat-square)](https://www.npmjs.com/package/@uppy/utils)
![CI status for Uppy tests](https://github.com/transloadit/uppy/workflows/CI/badge.svg)
![CI status for Companion tests](https://github.com/transloadit/uppy/workflows/Companion/badge.svg)
![CI status for browser tests](https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg)

Shared utility functions for Uppy Core and the “official” plugins maintained by
the Uppy team.

Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
a versatile file encoding service.

## Installation

> Unless you are creating a custom plugin, you should not need to install this
> manually.

```bash
$ npm install @uppy/utils
```

## License

[The MIT License](./LICENSE).

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