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:

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:

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:

501 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:

Actively maintained: ESLint shows frequent upstream activity, with the most recent GitHub push on 2026-07-01 and multiple tagged updates in 2026, indicating ongoing maintenance rather than a dormant state.

Last release:

708 updates · last 90 days2 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:

The eslint/eslintrc source appears actively maintained, with a recent upstream push on 2026-06-01 and continued updates through at least v3.3.5 in 2026-03.

Last release:

571 updates · last 90 days2 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:

The eslint/rewrite monorepo appears actively maintained, with upstream activity as recent as 2026-07-01 and multiple package-level updates in the last few weeks (for example, mcp on 2026-06-29 and migrate-config on 2026-06-21).

Last release:

6210 updates · last 90 days2 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:

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:

382 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:

Active maintenance: The repo shows an upstream push on 2026-06-08, and recent v5.0.0 alpha updates (Jan 11, 2026) indicate ongoing work rather than maintenance-only stasis.

Last release:

552 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:

Actively maintained. GitHub activity is very recent (last upstream push 2026-07-03) and updates continue through the last month (v1.11.2 on 2026-07-03, v1.11.1 and v1.11.0 on 2026-06-13 and 2026-06-08, respectively).

Last release:

406 updates · last 90 days2 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:

Actively maintained: The upstream GitHub push is on 2026-06-30, and tagged updates continue into late June 2026 (v8.0.3 on 2026-06-27), indicating ongoing active development rather than a dormant or maintenance mode project.

Last release:

7113 updates · last 90 days2 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:

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:

442 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: 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:

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:

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:

181 watchers
Open

Trough is a Python-based approach for querying very large datasets by splitting data into many small sharded SQLite databases keyed for reliable worst-case performance. It is designed to leverage distributed storage (flat SQLite files) instead of large CPU and RAM clusters, aiming for predictable performance once the largest shard is loaded locally.

231 watchers
Open

Tailwind Merge Python is a pure Python utility that merges lists of Tailwind CSS class strings intelligently, removing redundant and conflicting classes according to Tailwind’s rules. It’s useful when you build class strings from multiple sources or conditions, so the final result stays clean and applies the intended styles.

Status:

The GitHub source appears quiet rather than actively maintained, with the last recorded upstream push on 2025-07-23 (more than 10 months ago from 2026-06-09).

Last release:

301 watchers
Open

Detects whether a terminal supports color output in Python, including how many colors are available for stdout or stderr (for example, 16m truecolor or 256 colors). This is useful for enabling or tailoring colored terminal formatting based on the user’s terminal capabilities.

Status:

Maintenance status: The last recorded upstream push was 2024-08-28, and the most recent update listed is v0.2.0 from the same date, so as of 2026-06-09 the source appears quiet or in maintenance mode, not actively evolving.

Last release:

171 watchers
Open

Strip BOM is a small Python utility for removing the UTF-8 byte order mark (BOM) from strings, bytes, bytearrays, streams, and files. It helps avoid issues when BOMs appear inconsistently across inputs, including when comparing text or parsing data formats.

Status:

Actively maintained is not clearly supported as of today, with the last known upstream push on 2026-01-31 (about 4 months ago), followed by a single new package release v1.0.0 at that time.

Last release:

301 watchers
Open

This source provides instructions for generating a C file, sharp.c, from Cython code using the command cython sharp.pyx. It is useful if you need to build or integrate the generated C output, and may require edits to remove invalid complex typedefs in some Cython versions.

Status:

The sharp wrapper in amaurea/sharp appears quiet and effectively dormant, with the last upstream push on 2016-06-23 and the most recent observed updates all dating to 2016-06-22 to 2016-06-23.

Last release:

121 watchers
Open

Python module for working with Semantic Versioning, using the MAJOR.MINOR.PATCH format with support for pre-release and build metadata. It helps parse version strings, bump version parts, and compare versions, which is useful for managing and reasoning about release numbers in Python projects.

Status:

Maintenance status: Evidence of ongoing work is limited to a most recent upstream push on 2025-12-09, while the latest published updates in the provided list are 3.0.4 on 2025-01-24. As of 2026-06-09, this suggests the project is not clearly active release-wise, more like maintenance mode with occasional updates.

Last release:

481 watchers
Open