Package
remeda
TypeScript utility library where each function can be called data-first or data-last.
v2.50.0, 14 Sept 2026MITESM + CommonJSTypes: BundledRuns in: Node.js, Bun, DenoUtility librariesTypeScript tooling
Key numbers
As of 25 Sept 2026
- Weekly downloads
- 7.6m
- +876% over 12 months
- Gzip bundle size
- -
- No Bundlephobia data
- Dependencies
- 0
- Direct, from package.json
- Last release
- 10 days ago
- v2.50.0
- GitHub stars
- 5.4k
- 174 forks
- Open issues / PRs
- 14 / 2
- Contributors
- -
- Commits, last 52 weeks
- 150
Downloads
Last week 2026-09-15 to 2026-09-21
7,645,560 downloads last week, 36,215,822 in the last month. The 12-month change of +876% compares the average of the last 4 weeks with the first 4 weeks of the series.
- Releases, last 12 months
- 28250 in total
- Latest version
- 2.50.0, 14 Sept 202610 days ago
- First published
- 7 May 2018
- Last push to GitHub
- 18 Sept 20266 days before the snapshot
- Repository archived
- No
- Open issues
- 14
- Open pull requests
- 2
- Commits, last 52 weeks
- 150
- Dependents on npm
- 840
Major versions
- v2 first release 2.0.0, 30 May 2024
- v1 first release 1.0.0, 28 Jul 2022
- v0 first release 0.0.1, 7 May 2018
Recent releases
| Version | Published |
|---|---|
| 2.50.0 | 14 Sept 2026 |
| 2.49.0 | 14 Sept 2026 |
| 2.48.0 | 9 Sept 2026 |
| 2.47.0 | 7 Sept 2026 |
| 2.46.0 | 6 Sept 2026 |
| 2.45.0 | 25 Aug 2026 |
| 2.44.0 | 24 Aug 2026 |
| 2.43.0 | 23 Aug 2026 |
| 2.42.0 | 18 Aug 2026 |
| 2.41.0 | 17 Aug 2026 |
| 2.40.0 | 14 Aug 2026 |
| 2.39.0 | 9 Jun 2026 |
| 2.38.0 | 7 Jun 2026 |
| 2.37.0 | 26 May 2026 |
- Module format
- ESM + CommonJSFrom package.json type, main and exports fields
- TypeScript types
- Bundled
- Node.js engine range
- >=18.0.0
- Runtimes
- Node.js, Bun, DenoFrom the package docs
- Unpacked size (npm)
- 2.7 MB
- Dependencies (0)
- None
npm install remedaCDN
jsDelivr: 53.7k requests in 30 days
- jsDelivr
https://cdn.jsdelivr.net/npm/remeda@2.50.0/ - unpkg
https://unpkg.com/remeda@2.50.0/ - esm.sh
https://esm.sh/remeda@2.50.0
| Package | Weekly downloads | Gzip | Last release | Module | Comparison |
|---|---|---|---|---|---|
| lodash | 128.5m | - | 5 months ago | CommonJS | remeda vs lodash |
| es-toolkit | 36.6m | - | 27 days ago | ESM + CommonJS | es-toolkit vs remeda |
| rambda | 1.7m | - | 22 days ago | - | - |
| types-ramda | 1.5m | - | 3 months ago | - | - |
| @mobily/ts-belt | 209.5k | - | 4 years ago | ESM + CommonJS | - |
- Supports data-first (filter(array, fn)) and data-last (filter(fn)(array)) calls.
- pipe and piped support lazy evaluation.
- Tree-shakeable and ships both CJS and ESM.
- Publishes migration guides from Lodash and Ramda.
Indexability: Indexed.