Explore tracked sources

Every software and developer-update source on DevUpdate.io, contributed by the community. Browse without an account, or sign in to add any of these to your dashboard.

Descriptions and status summaries are generated by an AI from publicly available data. They may not reflect the current state of a project. More on AI-extracted content. Project owners can request a correction or removal by emailing info@devupdate.io.

Source:Sort:

functions-have-names checks whether a JavaScript environment supports the `name` property on functions. It can be used to conditionally handle differences in older environments, since the `name` property is expected to be false in IE 6-8.

Status:

Maintenance status: The upstream repository shows an active push on 2026-04-16, which suggests the source is not fully dormant, but the most recent published update in the provided data is v1.2.3 from 2022-04-19, so it looks more like light maintenance than frequent packaging updates.

Last release:

412 watchers
Open

An ES2015 spec-compliant shim for Function.prototype.name that provides a shim method to add Function.prototype.name when it is unavailable. Useful for JavaScript environments that need `function.name` support in an ES5-supported setup, especially when ES5 getters are available.

Status:

The source appears actively maintained, with a recent upstream push on 2026-06-11 and a new version (v1.2.0) published the same day, including changelog updates and code changes (notably TypeScript typings plus internal refactors and dependency wiring).

Last release:

461 updates · last 90 days2 watchers
Open

Provides an implementation of JavaScript’s Function.prototype.bind as an npm package, useful for environments that lack native bind support such as older PhantomJS versions, Internet Explorer below 9, and Node.js below 0.6. You can require it and assign it to Function.prototype.bind to enable bind functionality.

Status:

The repository appears quiet and not actively maintained as of today, with the last recorded upstream push and latest listed updates occurring on 2023-10-12, which is roughly 2.5 years ago (2026-06-09).

Last release:

422 watchers
Open

fsevents provides native access to macOS FSEvents for Node.js, letting you watch for changes in a directory tree and receive event callbacks. It is useful for implementing fast, lightweight file watching on macOS, and includes helpers like getInfo to interpret event details.

Status:

Maintenance status: Evidence suggests the source is quiet/dormant in maintenance mode relative to today (2026-06-09). The last upstream push was 2024-09-03, and the last listed published update was v2.3.3 on 2023-08-21, with no newer update entries shown.

Last release:

332 watchers
Open

Fraction.js is a JavaScript library for working with rational numbers using exact numerator and denominator arithmetic via BigInt. It helps avoid floating point inaccuracies, and supports converting decimals to simplified fractions (optionally within an error tolerance) and parsing many input formats.

Status:

Actively maintained: Evidence suggests maintenance rather than active, frequent upkeep. The most recent recorded update is v5.2.2 on 2025-03-30, and the last upstream push was 2025-09-26 (about 8+ months before today, 2026-06-09).

Last release:

522 watchers
Open

A Node.js library for creating readable multipart/form-data streams for submitting HTML-style forms and file uploads to web applications. It provides an API inspired by the XMLHttpRequest 2 FormData interface, with helpers to append fields, get the required headers (including boundary), and submit the data via Node’s HTTP client.

Status:

Actively maintained: Yes. The upstream repo was pushed on 2026-06-12, and multiple tagged updates (v4.0.6, v3.0.5, v2.5.6) were published within minutes the same day, with the latest update only about 13 days before 2026-06-25.

Last release:

573 updates · last 90 days2 watchers
Open

“for-each” is a small JavaScript utility that works like Array.prototype.forEach but can iterate over objects, passing (value, key, object) to the callback. It can also be used as a polyfill or shim for arrays, making it useful when you want consistent forEach-style iteration across arrays and objects.

Status:

Not actively maintained as of today, the most recent upstream update was 2025-02-11, about 16 months ago, so the repository appears quiet/dormant rather than in active development.

Last release:

312 watchers
Open

follow-redirects is a Node.js module that provides http and https methods that automatically follow HTTP(S) redirects. It acts as a drop-in replacement for Node’s built-in http and https modules, and exposes the final redirected URL via response.responseUrl.

Status:

The repository appears actively maintained, with the most recent upstream push on 2026-04-13 and a new version, v1.16.0, dated 2026-04-13.

Last release:

491 watchers
Open

Flatted is a fast, minimal circular JSON parser for handling JSON-compatible data that includes circular references. It provides parse and stringify functions, plus helpers like toJSON and fromJSON to preserve recursive structures across JSON serialization, with usage available as JavaScript modules or via CDN (and also language ports for PHP, Python, and Go).

Status:

Actively maintained, with a recent upstream push on 2026-05-09 and multiple npm updates in March 2026 (v3.4.0 to v3.4.2).

Last release:

422 watchers
Open

find-up is a Node.js utility that finds a file or directory by searching upward through parent directories (and also supports searching downward through descendant directories via findDown). It returns the first matching path, or all matches for the “multiple” APIs, which is useful for locating config files, project roots, or other nearby filesystem artifacts.

Status:

Actively maintained: Yes, based on the most recent upstream push and published update, v8.0.0 on 2025-09-16, which is about 9 months before today (2026-06-09). There is no evidence of updates since then.

Last release:

402 watchers
Open

fill-range expands a range of numbers or letters into a list, optionally using a step increment. It can also generate a regex-compatible range string (options.toRegex) and supports input as strings or numbers, including negative ranges.

Status:

The repository appears not to be actively maintained as of today (2026-06-09), with the most recent upstream push on 2024-07-26 and the latest documented package update 7.1.1 on 2024-05-21, followed by multi-year silence afterward.

Last release:

322 watchers
Open

Cacheable is a set of maintained Node.js caching packages, built on Keyv, with support for different cache types like in-memory caching, HTTP request caching (RFC compliant), file metadata caching, and Redis-oriented options. It is useful when you need scalable caching across different layers in Node.js apps, including common frameworks via Cache Manager and related utilities.

Status:

Actively maintained: Recent GitHub activity and steady updates across many packages (most notably a 2026-06-27 update, with additional updates in May and March) indicate the project is currently active and being worked on.

Last release:

694 updates · last 90 days2 watchers
Open

fflate is a pure JavaScript library for high performance compression and decompression, designed to be very small (about an 8 kB package). It supports DEFLATE, GZIP, and Zlib, and also includes ZIP file archiving plus streaming and multi-threaded asynchronous compression.

Status:

Actively maintained: the upstream shows a recent push on 2026-05-16, and the latest recorded update (v0.8.3 on 2026-05-16) includes multiple correctness and streaming-related improvements plus TypeScript typing fixes.

Last release:

421 updates · last 90 days1 watchers
Open

fast-levenshtein is an efficient JavaScript implementation of the Levenshtein distance algorithm, usable in Node.js and in the browser. It supports locale-sensitive string comparisons via Intl.Collator (with an option to enable this), and it uses fastest-levenshtein internally for performance.

Status:

Actively maintained: No. The last upstream push was 2021-10-03, and the most recent tagged update shown here is 3.0.0 (2020-07-22), so the project appears quiet/dormant as of 2026-06-09.

Last release:

252 watchers
Open

fast-json-stable-stringify provides a deterministic, faster alternative to JSON.stringify(), producing consistent JSON string output for the same object. It supports custom key comparison (opts.cmp) and can optionally handle circular references (opts.cycles) with a __cycle__ marker.

Status:

The repository appears to be in maintenance mode or effectively dormant, with the last upstream push on 2023-07-03 and the most recent documented update (v2.1.0) dating to 2019-12-14.

Last release:

232 watchers
Open

fast-glob is a fast glob library for Node.js, useful for traversing the filesystem and returning pathnames that match Unix Bash-style wildcard patterns (with some simplifications). It provides async (Promise), synchronous, and stream APIs, and can apply multiple and negative patterns. Results are returned in arbitrary order.

Status:

Maintenance status: Not clearly actively maintained in 2026, the most recent reported update is 3.3.3 on 2025-01-05, and the upstream push was 2025-09-01, so there has been a long gap relative to today (2026-06-09).

Last release:

382 watchers
Open

fast-deep-equal is a JavaScript library for fast deep equality checks, including value-based comparison for Date and RegExp. It also provides ES6 variants that support Map, Set, and typed arrays, and includes options aimed at comparing React elements.

Status:

The repo shows the last upstream push on 2023-10-05, but the most recent documented updates in the provided summaries are from 2020-06 (v3.1.x), suggesting the project is quiet or in maintenance mode rather than actively evolving as of today (2026-06-09).

Last release:

252 watchers
Open

extend-shallow is a Node.js/JavaScript utility that extends object A with the properties of object B and additional objects. It is useful for merging plain objects, including cloning into an empty object with shallow property copying.

Status:

Maintenance status: The most recent published updates in the provided history are from 2017-12-19 (v3.0.2), and the upstream push shown is 2021-08-07, so the project appears quiet/dormant rather than actively maintained as of 2026-06-09.

Last release:

201 watchers
Open