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:

unified is the core package for inspecting, transforming, and serializing content using syntax trees (ASTs) and plugins. It provides a processor interface that parses text into a tree and then runs plugin transformers to produce output, useful when you want to build or connect different content processing pipelines such as markdown to HTML.

Status:

Active maintenance: The GitHub repo shows an upstream push on 2026-04-29, suggesting the project is still being worked on (even though the last documented tagged update in the provided list is 11.0.5 on 2024-06-19).

Last release:

411 watchers
Open

tslib is a runtime library that provides TypeScript helper functions. It is primarily used with the TypeScript `--importHelpers` compiler option so emitted code can import shared helpers like `__extends` and `__assign`, which can reduce duplicate declarations and help produce smaller bundles with less runtime overhead.

Status:

Active maintenance, evidence is mixed: the repo shows an upstream push on 2026-06-30, but the published update history in the provided summaries stops at v2.8.1 (2024-10-31), suggesting slower visible activity since then.

Last release:

562 watchers
Open

trough is middleware for building sync or async pipelines from plugin-style functions. It lets each middleware function inspect and optionally change the input passed to the next step. It’s useful when you want to run a sequence of operations with a consistent calling interface and a final `run` to execute the pipeline.

Status:

Maintenance status: The repository appears quiet/dormant. The last upstream push and the newest recorded update are from 2024-02-05, which is several years ago relative to 2026-09-10.

Last release:

261 watchers
Open

An implementation of Unicode Technical Standard #46 (Unicode IDNA Compatibility Processing) in JavaScript. Useful for converting domain names between Unicode and ASCII Punycode (via `toASCII` and `toUnicode`), with optional validation controls like bidi, hyphens, joiners, and DNS label length checks.

Status:

The jsdom/tr46 source shows periodic update activity tied to Unicode UTS #46 alignment, but as of 2026-09-10 it appears quiet, with the last upstream push on 2025-11-21 and the newest described update (v6.0.0) on 2025-09-18.

Last release:

381 watchers
Open

tinyrainbow is a small JavaScript library for printing colorful messages in the terminal or the browser console, with ANSI color support in Chrome engines. It is an ESM-only fork of picocolors (about 6 kB unpacked) that supports the exports field.

Status:

Actively maintained: The repo shows recent updates (up to 2026-07-28) including a maintenance release (v3.1.1), plus matching pre-release and workflow changes, suggesting ongoing development rather than dormancy.

Last release:

553 updates · last 90 days1 watchers
Open

tailwind-merge is a JavaScript utility function for merging Tailwind CSS utility classes without style conflicts. It helps combine class strings efficiently, removing or overriding conflicting Tailwind classes, and is typed for TypeScript use.

Status:

Actively maintained and evolving: the repo has a recent upstream push (2026-09-15) and the last published updates include tailwind-merge v3.7.0 on 2026-09-12, continuing feature and edge-case work for Tailwind class merging.

Last release:

721 updates · last 90 days2 watchers
Open

js-symbol-tree is a JavaScript library that turns a collection of objects into an efficient tree or linked list using an ES6 Symbol for storing metadata on the objects themselves. It provides constant-time operations for insertion, deletion, and DOM-like navigation such as firstChild, nextSibling, parent, and removal, making it useful as a backing data structure for DOM-style trees in Node.js and modern browsers.

Status:

The repo appears largely dormant for years, with the last upstream push on 2020-04-25 and the newest documented package updates from 2019-06-12, so it is not actively maintained as of 2026-09-10.

Last release:

301 watchers
Open

supports-color is an npm module that detects whether a terminal supports ANSI color output for stdout and stderr, returning an object with per-stream flags (basic 16 colors, 256 colors, and truecolor 16 million). It also provides a helper to evaluate support for an arbitrary write stream and honors CLI flags like --color/--no-color, plus FORCE_COLOR to override detection.

Status:

Actively maintained: The repository shows recent activity, with the latest update on 2026-07-26, and additional updates in 2025 as well, suggesting ongoing maintenance rather than dormancy.

Last release:

461 updates · last 90 days2 watchers
Open

strip-indent is a JavaScript utility for removing redundant indentation by stripping leading whitespace from each line in a string. It determines how much to remove based on the line with the least leading whitespace (ignoring empty lines), and it also offers a dedent function that removes surrounding blank lines.

Status:

Maintenance status: Recently updated, with the last upstream push on 2025-10-12 (about 11 months ago from 2026-09-10), suggesting some ongoing maintenance but at a low frequency.

Last release:

421 watchers
Open

Strip-bom is a JavaScript utility that removes the UTF-8 byte order mark (BOM) from a string. It is useful when you need to sanitize text inputs that may start with a BOM before further processing.

Status:

Maintained status: This repository appears quiet, with no upstream updates since 2021-04-16, which is long before today (2026-09-10), so it is not clear it is actively maintained.

Last release:

412 watchers
Open

A Node.js module that returns an array of V8 CallSite objects representing a captured stack trace. It is useful for inspecting stack frames from an Error object, for example to read file names, line and column numbers, and other per-frame details.

Status:

The source is not actively maintained, it appears effectively defunct, with upstream marked as archived and the last upstream push on 2013-10-16.

Last release:

121 watchers
Open

A small utility module that prints “pretty” messages in response to SIGINFO (BSD/macOS) and SIGUSR1 (Linux), commonly triggered by Ctrl+T. It wraps both signals and can run a callback to report process internal state or other custom information.

Status:

The repository appears effectively dormant, with its last observed upstream update on 2020-06-16, which is far more than a year ago relative to 2026-09-10.

Last release:

211 watchers
Open

A JavaScript semver parser and version utility for node, used by npm. It helps developers validate, clean, compare, and coerce semantic version strings, and check whether versions satisfy version ranges (also available via a command-line tool).

Status:

Actively maintained, with the upstream most recent push on 2026-06-19 and a steady stream of recent changes culminating in v7.8.5 on 2026-06-19.

Last release:

613 watchers
Open

Saxes is a sax-style, evented streaming XML parser for JavaScript. It is non-validating, designed to be stricter about XML well-formedness, and emits events like open tags, text, errors, and end, making it useful for parsing XML from character streams in Node.js or in the browser.

Status:

Maintenance status: Upstream is marked archived, and the last upstream push was 2025-12-31. However, the npm/package updates shown here are from 2021-11-07 and earlier, so overall the project appears quiet/dormant relative to today (2026-09-10).

Last release:

281 watchers
Open

This JavaScript (Node.js and browser) utility runs an array (or object) of asynchronous functions in parallel. It invokes a final callback with an array or object of results when all tasks complete, and it stops early by calling the main callback immediately if any task reports an error.

Status:

The source appears largely dormant, with long gaps between published updates (newest listed update v1.2.0 on 2021-02-10, and the upstream last push was 2023-02-27). This does not look like active, regular maintenance as of 2026-09-10.

Last release:

302 watchers
Open

CSSOM.js is a CSS parser written in pure JavaScript, with a partial implementation of the CSS Object Model. It is useful for turning CSS text into a structured form (for example, parsing rules and selector styles) in browser or Node.js environments (npm package: cssom).

Status:

The source (rrweb-io/CSSOM) shows no evidence of active maintenance, with the last recorded update on 2024-10-14, which is nearly two years ago relative to 2026-09-10.

Last release:

201 watchers
Open

rehype-sanitize is a unified (rehype) plugin that sanitizes HTML to make it safe by removing anything not explicitly allowed by a schema, using a default schema based on GitHub style. It is useful when you cannot fully trust authors or the other plugins, especially when transforming user-provided HTML into a HAST tree.

Status:

Maintenance status: Evidence suggests this repo is not actively maintained today, last upstream push was 2023-09-28, and the newest listed package updates are 6.0.0 on 2023-08-26, which is roughly three years ago relative to 2026-09-10.

Last release:

301 watchers
Open

redent is a small npm package that normalizes indentation in strings. It strips redundant indentation and then indents the result, with options to control the indent string, how many times indentation is repeated, and whether empty lines are also indented.

Status:

The source sindresorhus/redent appears to be dormant, with its most recent GitHub update on 2021-05-03 (v4.0.0). Relative to 2026-09-10, there is no evidence of ongoing maintenance.

Last release:

381 watchers
Open