lodash/lodash
A modern JavaScript utility library delivering modularity, performance, & extras. observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 90
- Release rhythm 77
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1
- age_days: 5261
- days_rel: 154
- days_push: 61
- n_releases_24m: 2
Adoption not part of the score
61283 stars · 7195 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Lodash is a modern JavaScript utility library providing modular, high-performance helper functions for working with arrays, objects, strings, numbers, and functions. It is available in multiple builds (core, full, FP) and module formats for browsers, Node.js, and bundlers.
Use cases
- manipulate and transform arrays and objects in javascript
- deep clone nested objects
- debounce or throttle event handlers
- group, sort, and filter collections
- write functional-style code with auto-curried immutable methods
- reduce bundle size by cherry-picking utility methods
When to choose
- you need battle-tested utilities for common data manipulation tasks in JavaScript
- you want modular imports to keep bundles small
- you need consistent behavior across older browsers and Node versions
When to avoid
- your project targets only modern JS runtimes where native methods (Object.entries, Array.flat, structuredClone) suffice
- you want zero dependencies and minimal bundle size
- you are writing TypeScript-heavy code where native types and utilities integrate better
Facets
library · maturity maintenance
developer-tools developer-tools web-development frontend backend browser cross-platform utility-library functional-programming arrays objects collections debounce deep-clone nodejs javascript
4 sources
- readme: https://github.com/lodash/lodash · fetched 2026-08-28 · bc6580647215
- homepage: https://lodash.com/ · fetched 2026-08-28 · af4d03297fc1
- site_page: https://lodash.com/docs/ · fetched 2026-08-28 · 7a4f6229a120
- registry_npm: https://registry.npmjs.org/lodash · fetched 2026-08-28 · a5bf5f195b4c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lodash/lodash | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem