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:

@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.

Status:

This repository (lovell/colour) appears to be maintained, with an upstream push on 2026-07-30 and a prior tagged update (v1.1.0) on 2026-03-01, but the provided tag history shows infrequent updates rather than steady monthly releases.

Last release:

403 watchers
Open

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.

Status:

The latest update shown is v0.4.3 on 2025-05-07, with only older updates preceding it, so maintenance appears sporadic rather than actively maintained (even though there was an upstream push on 2026-07-14, no corresponding update details are shown here).

Last release:

484 watchers
Open

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.

Status:

The repository appears largely quiet since its last upstream push on 2025-02-19, with no evidence of ongoing development through 2026, so it does not look actively maintained.

Last release:

284 watchers
Open

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.

Status:

Actively maintained, with the latest upstream push on 2026-09-10 and multiple coordinated package updates (core, memory, box, node, test, types, and web) within the same day.

Last release:

698 updates · last 90 days4 watchers
Open

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.

Status:

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:

5618 updates · last 90 days1 watchers
Open

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.

Status:

Maintenance and status: The upstream repo shows a recent push on 2026-05-12, indicating ongoing activity, but the latest tagged update in the provided history is v2.2.0 (2024-11-18), so the published updates cadence looks slow rather than fast-moving.

Last release:

531 watchers
Open

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.

Status:

Headless UI (tailwindlabs/headlessui) appears to be actively maintained, with the most recent upstream push on 2026-04-13 and the newest observed updates in the @headlessui/react line (v2.2.10 on 2026-04-07).

Last release:

471 watchers
Open

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.

Status:

ESLint/eslint appears actively maintained, with frequent upstream pushes and multiple tagged updates in 2026, including an update on 2026-09-04 and an upstream push on 2026-09-09.

Last release:

699 updates · last 90 days4 watchers
Open

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.

Status:

eslint/eslintrc appears actively maintained, with an upstream push on 2026-09-01 and multiple follow-on patch updates in 2026 (most recent update on 2026-09-01, prior ones on 2026-07-10, 2026-03-06, 2026-02-23, and 2025-11-28).

Last release:

562 updates · last 90 days3 watchers
Open

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.

Status:

Active maintenance: The eslint/rewrite monorepo shows a very recent upstream push on 2026-09-09, and multiple related package updates in the same week, indicating ongoing development rather than maintenance mode.

Last release:

6212 updates · last 90 days4 watchers
Open

@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.

Status:

Actively maintained: Yes, the most recent upstream push and repo updates are from 2025-10-23 to 2025-10-22 (v4.12.x), and the project continues to ship functional improvements (for example, ES2026 Unicode property data in v4.12.2).

Last release:

384 watchers
Open

@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.

Status:

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:

484 updates · last 90 days4 watchers
Open

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.

Status:

Active maintenance is evident, with frequent “updates” in 2026 and a very recent upstream push on 2026-09-13, plus a v2.0.0-alpha.5 update on 2026-09-14.

Last release:

415 updates · last 90 days4 watchers
Open

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.

Status:

Babel/babel appears actively maintained, with a recent upstream push on 2026-09-15 and follow-up update activity into mid September 2026 (for example, updates v8.0.5 on 2026-09-10).

Last release:

736 updates · last 90 days4 watchers
Open

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.

Status:

QuickLRU is actively maintained, with an upstream push on 2026-07-09, which is relatively close to today (2026-09-10). The provided update history also shows steady work through 2025.

Last release:

424 watchers
Open

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.

Status:

Actively maintained (with caveat): GitHub activity is recent (upstream push on 2026-09-07), but the latest published update in the provided data is 0.8.0 on 2025-07-28, so there may be ongoing development without corresponding published updates yet.

Last release:

621 watchers
Open

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.

181 watchers
Open

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.

Status:

The upstream GitHub source has not seen updates since 2021-03-10, so it appears quiet or in maintenance mode rather than actively maintained as of 2026-09-10.

Last release:

181 watchers
Open