jashkenas/underscore
JavaScript's utility _ belt observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 97
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 6156
- days_rel: n/a
- days_push: 21
- n_releases_24m: 0
Adoption not part of the score
27329 stars · 5426 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Underscore.js is a JavaScript utility-belt library offering over 100 functional programming helpers (map, filter, reduce, debounce, etc.) without extending built-in objects. It is a mature, widely-used dependency historically tied to Backbone.js and jQuery-era development.
Use cases
- use functional helpers like map, filter, and reduce in JavaScript
- debounce or throttle event handlers in the browser
- group, sort, and index collections of objects
- deep-compare and clone objects in JavaScript
- support legacy browsers lacking modern array methods
- maintain a Backbone.js or older jQuery codebase
When to choose
- you need battle-tested functional utilities with broad legacy browser support
- you maintain an existing codebase already depending on Underscore or Backbone
- you want a tiny, dependency-free utility library with stable APIs
When to avoid
- you are starting a modern project where native ES6+ array/object methods suffice
- you need lazy evaluation or a rich collection API, where Lodash is a better fit
- you want a library under very active development
Facets
library · maturity maintenance
developer-tools web-development frontend developer-tools browser cross-platform functional-programming utility-belt javascript collections chaining backbone-dependency algorithms nodejs
10 sources
- readme: https://github.com/jashkenas/underscore · fetched 2026-08-28 · 3ab10c9d25a1
- homepage: https://underscorejs.org · fetched 2026-08-29 · e2757bf8dc28
- site_page: https://underscorejs.org/docs/modules/index-all.html · fetched 2026-08-29 · 90e60f33da43
- site_page: https://underscorejs.org/docs/underscore-esm.html · fetched 2026-08-29 · afda616f8c36
- site_page: https://underscorejs.org/docs/modules/each.html · fetched 2026-08-29 · cc55ba76dae1
- site_page: https://underscorejs.org/docs/modules/map.html · fetched 2026-08-29 · da9d437053da
- site_page: https://underscorejs.org/docs/modules/reduce.html · fetched 2026-08-29 · e85b3e45b6dd
- site_page: https://underscorejs.org/docs/modules/reduceRight.html · fetched 2026-08-29 · a699933f4f01
- site_page: https://underscorejs.org/docs/modules/find.html · fetched 2026-08-29 · 3aa511f4d5c8
- site_page: https://underscorejs.org/docs/modules/filter.html · fetched 2026-08-29 · 890f3ddbc4d1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jashkenas/underscore | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="jashkenas/underscore")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem