# yummies

> Frontend utilities for JavaScript projects with open source code

Latest version **7.20.1** (published 2026-06-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install yummies
pnpm add yummies
yarn add yummies
bun add yummies
```

## Health

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

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

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 7.20.1 |
| Published | 2026-06-22 |
| First published | 2025-01-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 6 |
| Unpacked size | 987.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 5 |
| Author | js2me |
| Maintainers | js2me |
| Keywords | javascript, typescript, utilities |

## Links

- npm: https://www.npmjs.com/package/yummies
- Repository: https://github.com/js2me/yummies
- Homepage: https://js2me.github.io/yummies/api/async/
- Issues: https://github.com/js2me/yummies/issues
- npm.io page: https://npm.io/package/yummies

## Dependencies (6)

- [clsx](https://npm.io/package/clsx.md) ^2.1.1
- [dayjs](https://npm.io/package/dayjs.md) ^1.11.21
- [nanoid](https://npm.io/package/nanoid.md) ^5.1.15
- [dompurify](https://npm.io/package/dompurify.md) ^3.4.11
- [tailwind-merge](https://npm.io/package/tailwind-merge.md) ^3.6.0
- [class-variance-authority](https://npm.io/package/class-variance-authority.md) ^0.7.1

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 7.20.1 (latest) — 2026-06-22
- 7.20.0 — 2026-06-22
- 7.19.4 — 2026-04-28
- 7.19.3 — 2026-04-25
- 7.19.2 — 2026-04-16
- 7.19.1 — 2026-04-16
- 7.19.0 — 2026-04-16
- 7.18.0 — 2026-04-14
- 7.17.0 — 2026-04-11
- 7.16.2 — 2026-04-09
- 7.16.1 — 2026-04-09
- 7.16.0 — 2026-04-09
- 7.15.2 — 2026-04-08
- 7.15.1 — 2026-04-07
- 7.15.0 — 2026-04-07
- … 169 more at https://npm.io/package/yummies/versions

## README

<img src="assets/logo.png" align="right" width="156" alt="logo" />

# yummies  

[![NPM version][npm-image]][npm-url] [![build status][github-build-actions-image]][github-actions-url] [![npm download][download-image]][download-url] [![bundle size][bundlephobia-image]][bundlephobia-url]


[npm-image]: http://img.shields.io/npm/v/yummies.svg
[npm-url]: http://npmjs.org/package/yummies
[github-build-actions-image]: https://github.com/js2me/yummies/workflows/Build/badge.svg
[github-actions-url]: https://github.com/js2me/yummies/actions
[download-image]: https://img.shields.io/npm/dm/yummies.svg
[download-url]: https://npmjs.org/package/yummies
[bundlephobia-url]: https://bundlephobia.com/result?p=yummies
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/yummies


`yummies` - a set of various utilities for JavaScript projects with open source code,
          designed to simplify the execution of common tasks and increase performance.
          This project provides developers with powerful and easy-to-use functions
          that can be easily integrated into any JavaScript code.  

## [Read the docs →](https://js2me.github.io/yummies/)   

## Migration from 5.x to 6.x   

1. Replace all imports `yummies/utility-types` to `yummies/types.global`   
2. Replace all imports `yummies/utils/types` to `yummies/types`  

## Contribution Guide    

Want to contribute ? [Follow this guide](https://github.com/js2me/yummies/blob/master/CONTRIBUTING.md)

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