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:

Oxc is a collection of high-performance JavaScript and TypeScript tools (built in Rust). It provides parsing, transformation, linting, formatting, and minification, and can also include module resolution via related components. It is useful for building fast JavaScript toolchains and powers tools like Rolldown (Vite’s bundler).

Status:

Actively maintained: The upstream repo shows a very recent push (2026-07-09), and the listed updates are coming in continuously across apps and crates components in the last ~2-3 weeks.

Last release:

6919 updates · last 90 days1 watchers
Open

esbuild is an extremely fast JavaScript bundler for the web that also supports TypeScript, JSX, and CSS out of the box. It provides a straightforward API and tools like minification, tree shaking, source maps, a local server, watch mode, and plugins, useful for building bundles for ESM and CommonJS modules.

Status:

Actively maintained, with very recent work (latest upstream push 2026-06-12, and esbuild updates as recent as 2026-06-11 and 2026-06-11 22:47 UTC for v0.28.1).

Last release:

491 updates · last 90 days1 watchers
Open

PostCSS Plugins is a collection of PostCSS plugins, plugin packs, utilities, and CLI tools for working with CSS. It includes tools like PostCSS Preset Env (postcss-preset-env) to help transform modern CSS so it can run in more browsers.

701 watchers
Open

A modern JavaScript library that resolves, parses, and converts CSS color strings, including modern Color Module Level 4 and 5 features like color-mix(), color(), advanced color spaces, var(), and calc(). It is useful for turning CSS color and gradient values into computed or specified results, and for converting between formats like HEX, RGB, HSL, LAB, LCH, and OKLCH. It also exposes utilities for validating colors and gradients.

Status:

Actively maintained: Yes. The upstream and repo show regular updates in 2026 (most recent on 2026-06-28, with follow-on updates as recent as 2026-06-20), and multiple versions include code changes rather than only dormant housekeeping.

Last release:

487 updates · last 90 days1 watchers
Open

@adobe/css-tools is a Node.js CSS parser and stringifier that turns CSS code into an Abstract Syntax Tree (AST), then converts the AST back into CSS. It supports configurable formatting (pretty-print and minify) and TypeScript types, useful for building CSS tooling, analysis, or automated transformations.

Status:

Maintenance status: The repo shows an upstream push on 2026-06-08, which suggests ongoing development activity, but the last versioned update listed here is v3.0.0 from 2020-07-02, so published updates cadence appears irregular (long gap since the last tagged package update).

Last release:

551 watchers
Open

Ruff is an extremely fast Python linter and code formatter, written in Rust, used to check code style and run automated fixes. It can lint and format Python code from the command line, and it supports configuration via pyproject.toml and editor integrations (for example, VS Code).

Status:

Actively maintained: The upstream repository shows a very recent push (2026-07-02 02:08 UTC), and the source continues to publish frequent updates through the 0.15.x series.

Last release:

6911 updates · last 90 days1 watchers
Open

This library wraps Zod validation errors in more user-friendly, readable messages, with options to customize formatting. It helps you return or display validation feedback for end users while still preserving the original Zod error details in `error.details`, and it supports Zod v3 and v4.

Status:

Maintenance status: The upstream push is very recent (2026-06-08), and the GitHub source shows ongoing updates after the major 2025 changes, so it appears actively maintained, not dormant.

Last release:

691 watchers
Open

Converts Zod schemas into JSON Schema (including support for schema types, validations, recursive schemas via internal $ref, and options for naming and $ref handling). It is useful if you need to generate JSON Schema definitions from Zod types, including targeting OpenAPI 3.0 or OpenAI strict mode variants.

Status:

Maintenance status: The GitHub repo shows a recent upstream push (2026-03-27), which suggests development activity, but the latest published updates in the provided history are from 2023-02-10 (v3.20.3), indicating slow or intermittent release publishing.

Last release:

241 watchers
Open

Zeptomatch is a tiny glob matcher for JavaScript, designed to match patterns like `*`, `?`, character classes, brace alternations, and numeric or string ranges against file or path strings. It can also compile one or more globs into standalone regular expressions, and supports partial matching (useful during filesystem traversal) with memoization and path separator normalization.

Status:

Zeptomatch is likely in maintenance mode, with the last upstream push on 2025-10-19 and no evidence of updates since then as of 2026-06-09.

Last release:

381 watchers
Open

yoctocolors is a small, fast JavaScript command-line coloring package that applies ANSI color and style formatting in the terminal, including support for nested colors. It is useful for styling CLI output (text colors, background colors, and modifiers like bold or underline) and can detect whether colors are supported, with FORCE_COLOR and NO_COLOR options to override behavior.

Status:

Likely in maintenance mode rather than actively maintained, since the most recent upstream update was on 2025-08-21 and there have been no updates since then as of 2026-06-09.

Last release:

521 watchers
Open

yargs-parser is the option parser used by yargs. It parses command line arguments (as a string or string array) into an object of key/value pairs, supporting common parsing options like aliases, booleans, arrays, type coercion, defaults, env var parsing, and configuration file loading.

Status:

Active maintenance: Evidence suggests the upstream repo had a push on 2026-05-15, but the last published updates in the provided history are from 2025-05-26, so from a consumer perspective it looks quiet/in maintenance-like mode rather than actively releasing changes day to day.

Last release:

461 watchers
Open

Yargs is a Node.js library for building interactive command line tools. It helps parse command line arguments, generate an automatic help menu, and produce shell completion scripts for Bash and Zsh.

Status:

Actively maintained: Evidence suggests recent ongoing work, with an upstream push on 2026-06-19 and fresh updates for both v17.7.3 and v16.2.2 on that same date.

Last release:

672 updates · last 90 days1 watchers
Open

y18n is a “bare-bones” internationalization (i18n) library used by yargs. It provides localized string functions, supports pluralization, and can read and update JSON language files in a configured locales directory.

Status:

Maintenance status: Upstream shows at least one recent push on 2026-03-31, but the provided published updates for yargs/y18n are from 2021-04-07 (plus earlier tags in 2020). Based on the evidence here, it looks quiet between 2021 and today, with any maintenance happening outside the included release history.

Last release:

401 watchers
Open

xtend is a small JavaScript utility library for shallowly extending one object with properties from a list of objects, where later properties override earlier ones. It returns a new object without mutating the inputs, and it is useful as a helper for combining objects. The project is marked DEPRECATED and has a stability status of Locked.

Status:

Maintenance status: Upstream is marked archived, and the last upstream push was 2020-08-10. This source appears quiet, not actively maintained as of 2026-06-09.

Last release:

281 watchers
Open

wsl-utils provides JavaScript utilities for working with Windows Subsystem for Linux (WSL). It helps detect whether you are running in WSL, convert between WSL Linux paths and Windows paths, and determine Windows integration support like PowerShell accessibility and the default browser.

Status:

The repository appears actively maintained, with multiple updates in 2025 and another on 2026-01-25, and the most recent change (v0.4.0) adds new helper functionality rather than only fixes.

Last release:

381 watchers
Open

Wrappy is a callback wrapping utility for JavaScript, useful for ensuring a callback is called only once. It can also wrap functions while retaining properties from the original function, which helps with common npm-cli style callback patterns.

Status:

Maintenance status: Not actively maintained, upstream last push was 2024-02-10, and the most recent tagged updates appear to be years earlier than that (v1.0.2 in 2016), indicating a quiet or maintenance-mode trajectory.

Last release:

201 watchers
Open

Wraps a string containing ANSI escape codes to a specified column width, useful for formatting colored terminal output so lines do not exceed the desired width. Provides options such as hard wrapping, word-based wrapping, and trimming whitespace.

Status:

Active maintenance: The project has recent updates (v10.0.0 on 2026-02-20, and the last upstream push matches that date), indicating it is likely actively maintained as of today (2026-06-09).

Last release:

391 watchers
Open

which-module is a Node.js utility that finds the corresponding `module` object in `require.cache` for something that was previously `require()`d or `import`ed, effectively acting as a reverse `require` lookup. It is useful when a library needs to look up metadata such as a module or submodule filename for dependencies it did not directly `require()` itself.

Status:

The repository appears effectively dormant, with the last upstream push on 2023-04-21 and the most recent published update (v2.0.1) also dated 2023-04-21, which is well over two years ago relative to 2026-06-09.

Last release:

241 watchers
Open