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.
pify turns callback-style functions or whole modules into Promise-based functions. It’s useful when you want to use async/await with APIs that use callbacks, with options for handling error-first callbacks and returning multiple callback arguments.
The last observed upstream push and related updates are from 2022-09, about 3 years 9 months ago, so this source looks quiet or in maintenance mode rather than actively maintained as of 2026-06-09.
Last release:
Picomatch is a JavaScript glob matcher that is described as fast and accurate, with no dependencies. It supports standard and extended Bash glob features like braces, extglobs, POSIX brackets, globstars, and regular expressions, and it can be used to create matcher functions for repeated matching of strings.
The source appears actively maintained, with recent GitHub updates in August 2026 (last upstream push 2026-08-25, updates 4.0.7 and 4.0.6 dated 2026-08-24).
Last release:
picocolors is a small, dependency-free JavaScript library for formatting terminal output with ANSI colors. It provides functions for foreground colors, background colors, and text styles (for example bold, italic, underline), and includes helpers like NO_COLOR support and a flag to check whether colors are supported.
Maintenance status: GitHub-source activity appears quiet or maintenance mode, with the latest upstream push on 2024-11-18 and the most recent tagged update v1.1.1 on 2024-10-16, which is well over a year ago relative to 2026-06-09.
Last release:
A Node.js path.parse() ponyfill called path-parse, providing functions to parse file paths into parts like root, dir, base, ext, and name. It includes posix and win32 specific variants, useful when you want path.parse behavior similar to Node’s API.
The source jbgutierrez/path-parse appears quiet or dormant, with no observed recent activity. The last upstream push was 2022-03-23, and the latest provided update summary is v1.0.7 from 2021-05-25.
Last release:
Provides a small cross platform utility to determine the correct environment variable key for PATH (for example, handling Windows casing differences). Useful when you need the exact key to pass environment variables to child processes, work with custom environment objects, or use worker threads where case insensitivity may not apply.
Maintenance status: The package appears to be maintained only sporadically. The most recent published updates in the provided changelog are from v4.0.0 on 2021-04-09, and while the GitHub upstream shows a last push on 2025-09-12, no newer published updates are reflected in the provided summaries.
Last release:
A small Node.js utility that checks whether a filesystem path exists. It provides both async (Promise<boolean>) and sync (boolean) APIs, but the README notes it is not needed if you only rely on the built-in fs.existsSync and warns about race conditions when using existence checks before opening files.
The source sindresorhus/path-exists appears to be in maintenance mode or dormant, with the last upstream push on 2022-03-03, and no evidence of updates since the earlier major releases.
Last release:
parse5 is a Node.js toolset for HTML parsing and serialization, designed to be compliant with the WHATWG HTML Living Standard (HTML5). It’s useful when you need to parse HTML the way modern browsers do, or serialize HTML from a parsed structure.
Active maintenance: The project appears actively maintained, with an upstream push on 2026-09-02 and a recent release v8.0.1 on 2026-04-19. Recent changes include both tooling/dependency updates and small tokenizer performance work.
Last release:
Parses numeric range expressions like `1-10,20-30` into an array of numbers. Useful for turning user input ranges into a programmatically usable list, for example to generate values from expressions such as `4,6,8-10,12,14..16,18,20...23`.
The repository appears effectively unmaintained, with the last upstream update on 2021-08-22, which is nearly five years ago as of 2026-06-09.
Last release:
parse-entities is a small, fast decoder for HTML character references (HTML entities), providing spec-compliant decoding of strings like `&` and numeric references. It is useful in tools like linters, where you may want different warnings with reasons and positional info about where each reference occurred.
Maintenance status: The repo shows an upstream push as recently as 2026-01-22, which suggests ongoing maintenance, but the most recent recorded package updates are older (4.0.2 on 2024-12-13), so it does not look like rapid, release-driven iteration.
Last release:
parent-module is a Node.js utility that returns the file path of the module that called your code. It supports both CommonJS and ESM, and is useful for getting the immediate parent module path (or undefined at the top-level entry module). You can also combine it with read-package-up to read the parent module’s package.json.
Maintenance status: The last recorded upstream push and package update are from 2025-09-15. Compared to today (2026-06-09), that suggests the project is still in active maintenance, but only with a recent gap of several months and no evidence of more frequent work.
Last release:
p-locate is a small JavaScript utility that searches through an iterable (or async iterable) of values/promises and returns the first item whose resolved value makes a provided tester function return true. It is useful when you need an async equivalent of Array.find, for example finding the first file that exists on disk while testing items in order.
Actively maintained: The repository shows a recent upstream push and a tagged update, with v7.0.0 dated 2026-02-03 (about 4 months before today, 2026-06-09).
Last release:
p-limit runs multiple promise-returning or async functions with a configurable concurrency limit, so only a set number run at once. It is useful when you need to control parallel work in Node.js and browsers, and includes options like `clearQueue()` (optionally rejecting pending work) plus helpers like `limit.map()` and counters for active and pending promises.
Actively maintained, with a very recent upstream push on 2026-08-31, and follow-up updates in the same week (v7.3.2 on 2026-08-31).
Last release:
own-keys is a JavaScript utility that returns an object's own property keys, including both string and symbol keys. It also aims to include non-enumerable properties when possible, which makes it useful when you need a more complete view of an object’s keys than simple enumeration.
Actively maintained, based on a very recent update on 2026-07-21 (v1.0.2), after earlier published updates in late 2024.
Last release:
Optionator is a JavaScript, Node.js option parsing and help generation library. It parses command-line style inputs, validates options and argument types (including suggested corrections for invalid options), and can generate formatted help text for commands and individual options.
Maintenance status: The repo shows an upstream push on 2024-04-26, but the most recent tagged updates in the provided history are from 2023-06-28 (0.9.2 and 0.9.3), so there is no evidence of active ongoing maintenance as of 2026-06-09. Overall, it appears quiet, maintenance mode.
Last release:
A JavaScript API for working with OAuth 2 and OpenID Connect, providing helpers for common authentication and authorization flows. It is useful for integrating with authorization servers, including metadata discovery, authorization code flow, refresh tokens, device authorization, CIBA, client credentials, and features like introspection, revocation, and pushed authorization requests.
Actively maintained, evidence includes very recent activity (last upstream push 2026-08-24) and frequent updates in August 2026 (v6.8.7 on 2026-08-20, v6.8.6 on 2026-08-18, v6.8.5 on 2026-08-11).
Last release:
Oniguruma-To-ES is a browser or server JavaScript tool that translates Oniguruma regular expression patterns into equivalent JavaScript RegExp objects (with support for most Oniguruma features). It’s useful when you need to run existing Oniguruma, Ruby, or TextMate grammar regexes from JavaScript, or share regexes across Ruby/PHP and JavaScript code.
Maintenance status: The repo appears actively maintained, with the most recent upstream push and published updates on 2026-04-19 (about 4.5 months before today).
Last release:
oidc-token-hash creates and validates OpenID Connect ID Token `*_hash` claims like `at_hash` and `c_hash`. It can generate the expected hash values and verify that a received `*_hash` matches the corresponding token, using the hash algorithm specified by the ID Token JOSE header `alg`.
Maintenance status: Appears actively maintained, with an upstream GitHub push on 2026-05-22 and multiple recent updates across 2025.
Last release:
An ES2017 spec-compliant JavaScript shim for `Object.values`, useful in environments where `Object.values` is missing or noncompliant. It provides a `values(obj)` function and an optional `values.shim()` call to install the behavior onto `Object.values`.
The source is not showing frequent published updates (last documented version update is v1.2.0 on 2024-03-18), though the repo has an upstream push recorded on 2025-12-30, suggesting some ongoing development but with a slow release cadence.
Last release: