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:

tldts is a JavaScript library for extracting hostnames, domains, subdomains, and public suffixes from URLs and hostnames. It also supports parsing email addresses and detecting IPv4 and IPv6, and includes TypeScript type definitions.

Status:

Actively maintained, with upstream repository activity as recent as 2026-08-24 to 2026-08-25, and no long gaps evident in the recent history.

Last release:

489 updates · last 90 days3 watchers
Open

tinyexec is a minimal Node.js package for executing commands using a higher level interface over child_process. It lets you spawn a process, await its result (stdout, stderr, exitCode), and optionally pipe between commands, handle timeouts or abort signals, and support async or synchronous execution.

Status:

Actively maintained: The repository has recent activity (last upstream push 2026-08-03) and it is producing incremental updates (for example, 1.3.0 on 2026-07-31).

Last release:

622 updates · last 90 days3 watchers
Open

tiny-invariant provides a tiny, zero-dependency invariant function that throws when a provided condition is falsy, useful for runtime assertions. It supports optional string messages (or message factory functions) and can help with type narrowing in Flow and TypeScript, while dropping message details in production (generic “Invariant failed”).

Status:

Maintenance status: Quiet and not actively maintained, with the last upstream push on 2024-07-25 and the most recent listed updates in 2024-02.

Last release:

332 watchers
Open

Tapable is a small JavaScript module that provides many Hook classes for building plugin systems, letting you define sync and async hooks (including bail, waterfall, and loop behaviors). Developers can register plugin callbacks on named hooks and then trigger those hooks, with Tapable managing argument passing and optimized execution order based on the registered taps.

Status:

Active maintenance: Evidence from the upstream push on 2026-06-05 and tagged updates through 2026-04-21 (v2.3.3) indicates webpack/tapable is actively maintained, not dormant.

Last release:

602 watchers
Open

Provides a unique tag for use with the `Tagged` type in type-fest. It helps prevent duplicate tag symbols when multiple type-fest versions exist in a dependency tree, avoiding ambiguity when using the `Tagged` type.

Status:

Active maintenance: The repository shows an upstream push on 2026-02-13, indicating ongoing activity as of 2026, though the provided update summaries only cover versions up to v1.0.0.

Last release:

382 watchers
Open

tabbable is a small JavaScript utility that finds all tabbable DOM nodes (elements in the tab order) within a given containing node. It also provides helpers like isTabbable, focusable, isFocusable, and getTabIndex, which are useful for building and testing accessible keyboard focus behavior.

Status:

Actively maintained, with very recent upstream activity (last push on 2026-06-24) and a corresponding update released shortly before (v6.5.0 on 2026-06-20).

Last release:

561 updates · last 90 days2 watchers
Open

Svix provides an enterprise-ready webhooks service where developers send webhooks via a single API call and Svix handles deliverability, retries, security, and related webhook infrastructure. This source is useful if you want an open source webhooks server and supporting components, plus documentation and community resources, for building and running webhook dispatch and ingestion workflows.

Status:

Actively maintained: The GitHub parser shows an upstream push on 2026-09-03, and recent activity includes multiple component updates across the last few weeks, indicating ongoing maintenance.

Last release:

6816 updates · last 90 days2 watchers
Open

Strip-final-newline is a small utility that removes only the final newline character from a string or Uint8Array, leaving other trailing whitespace intact. It is useful when parsing command output, such as fixing an extra newline at the end of stdout without removing all trailing newlines and spaces.

Status:

This GitHub source is not actively maintained as of today (2026-06-09), since the last upstream push was on 2024-10-28, with no evidence of ongoing updates since then.

Last release:

362 watchers
Open

strip-ansi is a Node.js utility that removes ANSI escape codes from a string, useful for cleaning up terminal-colored output so it displays as plain text. The README notes it provides consistent behavior across Node.js versions and that Node.js includes a built-in equivalent (`stripVTControlCharacters`) based on this package.

Status:

Actively maintained: The GitHub upstream shows a recent push on 2026-02-26, with subsequent published updates (for example v7.2.0 on 2026-02-26), indicating the project is currently maintained.

Last release:

392 watchers
Open

stringify-object converts JavaScript objects and arrays into a JSON.stringify-like string, but without double quotes, with optional pretty-print indentation and quote style. It can handle circular references by replacing them with "[Circular]" and supports formatting Maps and Sets, plus options to filter or transform specific properties in the output.

Status:

Actively maintained, with the most recent update being v7.0.0 on 2026-07-02 (only about a week before today, 2026-07-09), indicating ongoing work rather than maintenance mode.

Last release:

551 updates · last 90 days2 watchers
Open

Get the visual width of a string, returning the number of terminal columns required to display it. Useful for sizing and aligning command-line output, with support for fullwidth Unicode characters and stripping ANSI escape codes by default.

Status:

Actively maintained, with steady recent updates (last push 2026-07-08, then v8.2.2 on 2026-07-08, and further updates in 2026-04-27 and 2026-02-18).

Last release:

441 updates · last 90 days2 watchers
Open

Type-safe EventEmitter implementation for browser and Node.js, designed for event-driven architectures that need strict event contracts. It lets you define allowed event names and the argument payload types, so invalid event names or payloads are rejected at runtime with TypeError. Useful when you want safer event handling than the native Node.js EventEmitter type definitions.

Status:

The source appears not to be actively maintained as of today, with the last published update noted at v0.5.1 on 2023-09-21 and the last upstream push on 2024-08-06, which is roughly a year and a half ago relative to 2026-06-09.

Last release:

262 watchers
Open

stdin-discarder discards standard input (stdin) so it does not interfere with command output, while still allowing Ctrl+C to work. It is useful when writing CLI tools with live stdout output like spinners, helping prevent keypresses from causing visual glitches. This has no effect on Windows.

Status:

Actively maintained: The project has recent upstream updates, with the latest update on 2026-04-14 (and another in 2026-01-08), which is close to today (2026-06-11), suggesting ongoing maintenance rather than dormancy.

Last release:

352 watchers
Open

std-env provides runtime-agnostic JavaScript utilities for detecting the current JavaScript runtime, CI/CD provider, and whether the code is running inside an AI coding agent. It also includes environment and platform flags (such as TTY availability, CI, development/production mode, and OS) that can be used by CLI or app code to adapt behavior.

Status:

Actively maintained: Yes. There was an upstream push on 2026-07-08, and a recent tagged update v4.2.0 on 2026-07-07, indicating ongoing development rather than a dormant period.

Last release:

691 updates · last 90 days4 watchers
Open

A Node.js HTTP status utility that provides mappings between HTTP status codes and their standard messages. It exposes helpers to look up a status by code or message, and includes additional metadata like whether a status expects an empty body, is a redirect, or should be retried.

Status:

Active maintenance: The repo shows upstream activity as of 2026-01-03, but the most recently described tagged updates are v2.0.2 (2025-06-06), so it looks more like periodic maintenance than continuous release-driven development.

Last release:

662 watchers
Open

Standard Webhooks is an open standard specification and supporting tools for sending and verifying HTTP webhooks in a consistent, industry-wide way. It includes reference implementations and guidelines to help developers handle webhook signature verification reliably and securely across providers.

Status:

Active maintenance: Evidence suggests the repo is still active, with a recent upstream push on 2026-05-26 (after the last published update on 2026-02-18), indicating ongoing development beyond the latest tagged updates.

Last release:

562 watchers
Open

sqlstring is a JavaScript (Node.js) utility for generating MySQL-ready SQL by escaping values and SQL identifiers, and formatting queries with placeholders. It helps avoid SQL injection by producing an escaped SQL string on the client side, including support for `?` placeholders for values and `??` for identifiers (with notes about SQL mode and differences from prepared statements).

Status:

Maintenance status: The repository’s last upstream push appears to be 2022-04-03, and the most recent tagged update (v2.3.3) is from 2022-03-06, so as of 2026-06-09 the source looks quiet/dormant rather than actively maintained.

Last release:

332 watchers
Open

split2 is a Node.js stream utility that breaks an incoming stream into line-based chunks (by default splitting on newlines) and emits each line as a separate `data` chunk. It can be configured with a string or regular expression matcher, supports options like `maxLength` and `skipOverflow`, and can also transform each line into other values (for example, parsing newline-delimited JSON with a mapper like `JSON.parse`).

Status:

Maintenance status: The source shows no new tagged updates in the provided history since v4.2.0 (2023-03-26), and the last upstream push was 2024-06-10, so as of 2026-06-09 it appears quiet or in maintenance mode rather than actively evolving.

Last release:

493 watchers
Open