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.
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.
The source appears actively maintained, with recent updates landing within days of each other (most recent push on 2026-09-16, and tagged updates through v7.4.13 on 2026-09-13).
Last release:
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.
Actively maintained: The repo shows recent activity (upstream push on 2026-09-08) and versioned updates continue through 1.3.1 on 2026-09-03, indicating current active maintenance.
Last release:
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”).
The repository appears quiet and in maintenance mode, with the most recent upstream push on 2024-07-25 and the newest tagged update in early 2024 (there has been no evidence of recent updates since then relative to today’s date, 2026-09-10).
Last release:
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.
Actively maintained, with evidence of ongoing upstream work (last upstream push on 2026-09-04) and recent tagged updates in 2026 (v2.3.x and earlier patch work), indicating the project is still evolving rather than dormant.
Last release:
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.
Appears maintained rather than dormant, with a recent upstream push on 2026-02-13, though the provided recent changelog entries only show a tagged-tag version bump in 2025 and an earlier one in 2024.
Last release:
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.
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:
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.
The repo appears actively maintained in 2026, with a very recent upstream push on 2026-09-16 and frequent follow-on updates to SDKs and CLI (v2.5.0 on 2026-09-11, v2.4.0 on 2026-09-09, v2.3.0 on 2026-09-03).
Last release:
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.
The repository is not actively maintained based on evidence, with the most recent upstream push on 2024-10-28, and the last listed package update v4.0.0 on 2023-12-13, which is several months before today.
Last release:
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.
Actively maintained: Evidence suggests some active maintenance, with the most recent update on 2026-02-26 (v7.2.0), including a runtime performance optimization and dependency/tooling updates.
Last release:
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.
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:
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.
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:
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.
The source appears largely dormant, with no published updates since v0.5.1 on 2023-09-21, even though the last upstream push was 2024-08-06, suggesting quiet maintenance rather than active development as of 2026-09-10.
Last release:
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.
Actively maintained: The repo shows recent activity (last upstream push 2026-04-14) and multiple recent updates in 2025-11 through 2026-04, indicating ongoing maintenance rather than dormancy.
Last release:
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.
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:
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.
Maintenance status: The upstream repository shows a recent push (2026-01-03), but the most recently summarized updates are v2.0.2 on 2025-06-06, suggesting active maintenance with long intervals between tagged changes.
Last release:
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.
Actively maintained: The repo has recent activity, with an upstream push on 2026-09-03. However, the most recent published updates (v1.0.2, v1.0.1) were on 2026-02-18, so maintenance looks active in development but less frequent in tagged releases.
Last release:
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).
This GitHub source (mysqljs/sqlstring) appears to be effectively dormant, with the last upstream push on 2022-04-03 and the most recent published update (v2.3.3) on 2022-03-06, so it is not actively maintained as of today (2026-09-10).
Last release:
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`).
Active maintenance: Evidence suggests low but nonzero activity, with an upstream push on 2026-07-18, but the latest published updates are v4.2.0 (2023-03-26), so it appears largely quiet relative to today (2026-09-10).
Last release: