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.
@img/colour is a CommonJS wrapper around the ESM-only npm package color, converting color and related dependencies to CommonJS for runtimes that do not support ESM-only packages. It is useful for using the color APIs in older Node.js versions (prior to 20.19.0) that cannot load the ESM-only version directly.
Maintenance status: The repo appears actively maintained, with a new tagged update after the last upstream push (lovell/colour shows updates on 2026-03-01 and prior pre-release tags on 2025-09-09).
Last release:
A JavaScript utility for retrying failed async calls, based on a predicate that checks the error returned. Useful for re-running operations after transient failures, with options to control timeout, concurrency, and support canceling retries with an AbortSignal.
The source appears to be maintained but quiet in practice: the most recent published update shown is retry-v0.4.3 on 2025-05-07, while a GitHub push occurred later on 2026-04-22 (no corresponding v update is shown in the provided summaries since 0.4.3).
Last release:
ModuleImporter is a Node.js utility that helps you import modules regardless of whether they are CommonJS or ESM, using Node’s `import()` and CommonJS compatibility. It also makes it easier to resolve and import modules from a chosen directory (not just relative to the calling file location), so you can use a single method without compatibility issues.
The repository appears not to be actively maintained, with the most recent update on 2025-02-19, and no evidence of any updates since then (as of 2026-06-09, this is over a year ago).
Last release:
humanfs is a modern filesystem API for JavaScript. It streamlines common filesystem operations and provides utilities to test expected functionality, potentially reducing the amount of code needed for typical tasks compared to Linux-style APIs.
The source appears actively maintained, with a recent upstream push on 2026-04-22 and multiple component updates dated 2026-04-17 (core, node, web, memory, box).
Last release:
Provides validation “resolvers” for React Hook Form, letting you plug in external validation libraries like Yup, Zod, Joi, Ajv, and others. Useful if you want to validate form input using the schema library you already prefer, optionally with TypeScript type inference from the schema.
Actively maintained, with recent updates as late as 2026-08-17 (v5.9.1), and multiple patch-level bug fixes and dependency updates in the last few weeks.
Last release:
Heroicons is a free, MIT-licensed set of high-quality SVG icons designed for UI development. You can copy and inline the SVGs directly into HTML, or use the provided React (@heroicons/react) and Vue (@heroicons/vue) packages to import icons as components.
Actively maintained (with a caveat): The repository shows an upstream push on 2026-05-12, which indicates ongoing maintenance, though the specific published updates shown in the provided list are mostly from 2024 and earlier.
Last release:
Headless UI provides completely unstyled, fully accessible UI components for React and Vue, designed to work well with Tailwind CSS. It’s useful when you want accessibility features and behavior from the components, while styling the visuals yourself. You can install it via npm packages like @headlessui/react, @headlessui/vue, and related Tailwind integration.
Tailwindlabs/headlessui (notably @headlessui/react) appears actively maintained, with recent updates through at least v2.2.10 dated 2026-04-07, and the upstream repo showing a last push on 2026-04-13.
Last release:
ESLint is a JavaScript tool for identifying and reporting patterns found in ECMAScript code, helping you find and fix code problems. It can be configured with rules and extended via plugins to lint specific code styles and issue patterns.
ESLint (eslint/eslint) appears actively maintained, with upstream pushes and multiple recent v10.x updates in August 2026, including an upstream push on 2026-08-25 and an update on 2026-08-24 (v10.9.1).
Last release:
The @eslint/eslintrc package provides the legacy ESLintRC configuration file format for ESLint. It is useful for converting ESLintRC-style configs into ESLint flat configs using the FlatCompat utility, including helpers for mimicking extends, environments, plugins, and whole config objects. The package is frozen, with only critical bug fixes, as ESLint moves to a new config system.
Actively maintained: The repo has recent upstream activity (last push 2026-07-11) and the project published updates as recently as 2026-07-10 (eslintrc-v3.3.6), indicating ongoing maintenance.
Last release:
ESLint Rewrite is a monorepo for the next version of ESLint, organized into multiple packages like @eslint/core and @eslint/config-helpers. It is useful for tracking the ongoing development of ESLint’s rewrite and related tooling.
The eslint/rewrite monorepo appears actively maintained, with a very recent upstream push on 2026-07-29, and multiple package updates in late June through late July 2026.
Last release:
@eslint-community/regexpp is a regular expression parser and validator for ECMAScript, providing APIs to parse regex literals into an AST and to validate literals, patterns, and flags. It also includes an AST visitor utility for walking parsed regular expression nodes, useful for tools and linters that need to analyze regex structure safely.
Active maintenance: The source appears actively maintained, with the most recent upstream push on 2025-10-23 and corresponding updates in v4.12.2 on 2025-10-22. There have been no updates yet in 2026 as of 2026-06-09, but the gap is under a year.
Last release:
@eslint-community/eslint-utils provides utility functions and classes to help you write ESLint custom rules and plugin code. It includes helpers for working with the AST, and tools like ReferenceTracker for tracking module and global member handling. Documentation and changelogs are available on the eslint-utils site and GitHub releases.
Actively maintained: the repo shows a very recent upstream push (2026-07-28) and multiple recent updates in late July 2026, including v5.0.0-alpha versions.
Last release:
emnapi is a Node-API implementation intended for running native Node-API addons on WebAssembly targets. It helps port Node-API native addons to Emscripten, wasi-sdk, clang wasm32 (including pthread/thread support), while aiming to match native Node.js runtime behavior closely. It also powers the WebAssembly feature for napi-rs and provides documentation and guides for building and using it.
Actively maintained, with very recent activity (last upstream push on 2026-08-10, and updates including v2.0.0-alpha.4 on 2026-08-10 and v1.11.3 on 2026-07-25, both within weeks of today 2026-08-13).
Last release:
Babel is a compiler tool for writing next generation JavaScript. It helps you write code using newer JavaScript features and compiles those features down to versions supported by your target environments.
Active maintenance: Babel appears actively maintained, with recent GitHub activity on 2026-08-08 and ongoing updates in July and August 2026 (for both the 7.x line and the 8.x line).
Last release:
quick-lru is a simple Least Recently Used (LRU) cache for JavaScript that stores key-value pairs up to a configurable max size and evicts the least recently used items when the limit is reached. It’s useful when you need caching with controlled memory usage, with optional maxAge-based expiration and an onEviction callback for cleanup.
Actively maintained: Yes, based on a sequence of updates in 2025 (v7.0.1, v7.1.0, v7.2.0, v7.3.0). The most recent upstream push was 2025-10-10, about 8 months ago relative to today (2026-06-09), so it looks maintained but not currently fast-moving.
Last release:
ZOD (Zenseact Open Dataset) is a software development kit for the Zenseact Open Dataset, along with a CLI to download the multimodal autonomous driving data, convert formats, and visualize it. It is useful for training and experimenting with dataset subsets like Frames, Sequences, and Drives, including anonymized options such as DNAT and blur.
Actively maintained: The repo shows an upstream push on 2026-06-08, which suggests ongoing development activity, even though the most recent tagged updates in the provided history are older (latest noted: 0.8.0 on 2025-07-28).
Last release:
unified is a GitHub project by eaybek, with a related PyPI package on pypi.org. The available description says it is reserved for the author’s self usage purpose.
tslib is a Python timestamp processing toolkit and library for converting millisecond-precision UNIX timestamps and human-readable time deltas into formatted UTC and local date-time output. It also provides a command-line utility, ts, for transforming timestamps from command-line arguments or standard input, including an inline mode for replacing 13-digit millisecond timestamps found in text.
Maintenance status: Based on the upstream last push (2021-03-10) and the most recent listed updates (tslib 1.8 on 2021-03-10), this source appears quiet/dormant, not actively maintained as of today (2026-06-09).
Last release: