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.
get-tsconfig is a lightweight TypeScript utility that finds and parses tsconfig.json files, including handling comments, dangling commas, and resolving the extends chain. It can also validate whether a found tsconfig applies to a specific file and provides typed, resolved tsconfig output plus helpers for matching include/exclude/files and compilerOptions.paths.
The source appears actively maintained, with recent upstream activity on 2026-08-17 and multiple recent updates in August 2026 (v4.14.3 on 2026-08-17, v4.14.2 on 2026-08-12, v4.14.1 on 2026-08-02).
Last release:
Library that gets the description of a JavaScript Symbol. It correctly distinguishes between `Symbol()` and `Symbol('')` when possible, and is useful when you need consistent symbol naming for `Symbol('foo')`, built-in symbols like `Symbol.iterator`, or undefined descriptions.
Maintenance status: Evidence suggests some level of ongoing maintenance, with an upstream push on 2026-01-13, but the most recent tagged update in the provided history is v1.1.0 (2024-12-17), leaving a long gap until today (2026-06-09).
Last release:
get-proto is a JavaScript utility that robustly retrieves an object's [[Prototype]] (its prototype), using the best available method. It is useful when you need a reliable way to access an object's prototype in Node.js or similar environments, including cases where __proto__ is set or is null.
Maintenance status: The upstream repository shows a recent push on 2026-01-13, suggesting the project is not abandoned, though the most documented tagged updates in the provided history are from 2025-01-02.
Last release:
get-intrinsic is a JavaScript utility that retrieves and robustly caches JS language-level intrinsics when it is first required. It is useful for looking up well-known intrinsic objects and functions, including handling missing intrinsics in a predictable way.
Actively maintained: Evidence suggests ongoing work (upstream push on 2026-01-13, and the latest tagged updates shown are v1.3.1 on 2025-09-29), so the project does not appear dormant as of 2026-06-09.
Last release:
generator-function is a small JavaScript module that exposes the normally hidden GeneratorFunction constructor when it is available in the runtime. It is useful for creating generator functions dynamically, then calling them to get an iterator.
Active maintenance: The most recent available update is v2.0.1 on 2025-09-30, and the changes appear limited to metadata and README badge links, with no evidence of ongoing feature work since then. Overall, the source looks quiet/dormant relative to today (2026-06-09).
Last release:
Fuse.js is a lightweight, zero-dependency fuzzy-search library in JavaScript and TypeScript, designed to run in the browser and on the server. It helps developers search small-to-medium datasets client-side, with features like typo-tolerant matching (Bitap), relevance ranking, and optional token search, web workers, and extended or logical query syntax.
Actively maintained: The repo shows recent upstream activity, with the last upstream push on 2026-08-09, and multiple recent version updates in 7.4 and 7.5, plus a 7.6.0-beta prerelease published 2026-08-09.
Last release:
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.
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:
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.
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:
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.
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:
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.
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:
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.
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:
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.
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:
“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.
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:
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.
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:
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).
Actively maintained, with recent updates close to today (latest shown update, v3.4.4, dated 2026-07-30, and upstream push at 2026-07-30).
Last release:
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.
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:
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.
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:
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.
The repository appears actively maintained as of today, with very recent activity (last upstream push on 2026-08-05, and multiple monorepo updates in 2026-08) and continued feature work across caching packages.
Last release: