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.
dnd-kit is a modern, lightweight drag and drop toolkit for the web, designed to be accessible, performant, and extensible. It provides a framework-agnostic core with DOM support and adapters for React, Vue, Svelte, and Solid, useful for building sortable interfaces and more complex drag and drop use cases.
Active maintenance appears strong, with multiple related @dnd-kit/* package updates dated 2026-06-11, and an upstream push on 2026-06-11 13:21 UTC, which suggests the project is currently evolving rather than dormant.
Last release:
Utilities for checking whether Unicode characters belong to character classes defined by XML specifications. It provides per-XML-version modules that include regular-expression fragments, character lists, and functions for testing code points, useful when validating or building XML-related parsing and validation logic.
Actively maintained: Upstream is marked archived, with the last upstream push on 2025-12-31 and the newest tagged change in the repo dating to 2019-09-06 (v2.2.0), so this appears quiet/dormant rather than actively maintained as of 2026-06-11.
Last release:
Provides functions to validate whether a given string matches the XML `Name` or `QName` productions. Useful for checking that XML element and qualified name strings conform to the XML Namespaces specification, returning a boolean result.
The repository appears not to be actively maintained, with the last known upstream push on 2023-11-12 and the most recent tracked update (v5.0.0) on the same date, which is well over 2 years ago relative to 2026-06-11.
Last release:
ws is a simple to use, fast, and thoroughly tested WebSocket client and server library for Node.js. It supports WebSocket features like the RFC 6455 protocol and permessage-deflate compression, and is useful for building real-time WebSocket backends.
Actively maintained. The upstream push was on 2026-06-10, and there were multiple recent updates on 2026-05-22 across several version lines (8.x, 7.x, and 6.x).
Last release:
why-is-node-running helps diagnose cases where a Node.js process keeps running without an obvious reason. It logs the active handles that keep the event loop alive, and can be used either as a local dependency, as a global CLI, or preloaded with Node’s `--import` option.
Maintenance status: Appears quiet or in maintenance mode. The most recent upstream update was 2025-01-08, and the newest listed updates are v3.2.1 to v3.2.2 from that same date, with no evidence of activity since then (as of 2026-06-11).
Last release:
whatwg-url is a JavaScript implementation of the WHATWG URL Standard. It provides a `URL` and `URLSearchParams` API that follows the spec, and it also exposes lower-level parsing and serialization functions that are useful for projects like jsdom that need to integrate URL parsing into their own code.
The repository (jsdom/whatwg-url) appears actively maintained, with an upstream push as recent as 2026-06-10, and recent versioned updates in early 2026.
Last release:
This package parses, serializes, manipulates, and sniffs MIME types according to the WHATWG MIME Sniffing Standard. It provides a `MIMEType` API for working with MIME type strings and parameters, and a `computedMIMEType()` function that determines the computed MIME type of a resource by applying the full browser-compatible sniffing algorithm to resource bytes (and optional `Content-Type` and sniffing-related options).
The repository appears actively maintained, with a recent upstream push on 2026-01-21, about 5 months before today (2026-06-11).
Last release:
whatwg-encoding is a deprecated JavaScript package that decodes strings according to the WHATWG Encoding Standard, via a thin layer on top of iconv-lite. It is useful when you need encoding primitives compatible with the WHATWG Encoding Standard, but it has been superseded by @exodus/bytes, which jsdom now uses directly.
The project is marked as archived upstream, and while there was an upstream push on 2025-12-28, the published code-line updates shown here stop at v3.1.1 (2023-11-12), which suggests quiet, low-touch maintenance rather than active feature development.
Last release:
This JavaScript package implements Web IDL type conversion algorithms, converting JavaScript values to the results defined for specific Web IDL types and vice versa. It is useful when you need Web IDL-compatible argument coercion and error behavior in JavaScript, with per-type options for cases like clamping integer ranges or treating null as an empty string for DOMString.
The repo appears actively maintained, with an upstream push on 2026-01-02 and recent tagged updates v8.0.1 and v8.0.0 in 2025-09 to 2026-01.
Last release:
w3c-xmlserializer is an XML serializer that follows the W3C specification. It is useful in Node.js for converting a DOM node (for example, from jsdom) into an XML string, with an option to require well-formedness and throw errors for non-well-formed constructs.
Maintenance status: Not actively maintained as of today, with the last upstream push on 2023-11-12, about over 2.5 years ago (no evidence of ongoing work since then).
Last release:
Vite is a next-generation frontend build tool that aims to speed up modern web development. It includes a dev server with fast Hot Module Replacement (HMR) and a build command to bundle optimized production static assets, with extensible plugin and JavaScript APIs.
Actively maintained: The upstream repo shows very recent activity (last push on 2026-06-17), and there have been multiple recent version tag updates in June 2026.
Last release:
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.
Maintenance status: The repo shows an upstream push on 2026-04-29, which suggests the project is still actively worked on. However, the most recent documented package updates in the provided history go only up to 11.0.5 on 2024-06-19, indicating a longer gap between published updates.
Last release:
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.
Active maintenance: The repo shows a recent upstream push on 2026-06-04 (microsoft/tslib), but the most recent tagged updates in the provided history are from 2024-10-31 (v2.8.1), so maintenance appears intermittent from a downstream release perspective.
Last release:
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.
Maintenance status: wooorm/trough appears quiet/dormant as of today (last upstream push, 2024-02-05), with no visible updates since version 2.2.0.
Last release:
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.
Maintenance status: The source shows ongoing maintenance in 2025, with an upstream push on 2025-11-21 and the latest published updates in 2025 (v6.0.0 on 2025-09-18). As of 2026-06-11, there have been no new updates for several months, so it looks moderately quiet recently, not fully dormant.
Last release:
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.
Active maintenance appears likely, with the most recent upstream push on 2026-03-12 and a release-quality change (v3.1.0) on 2026-03-12, which is within a few months of today (2026-06-11).
Last release:
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.
Active maintenance, evidence indicates ongoing work, with the latest upstream push on 2026-05-24 and a recent release update on 2026-05-10 (v3.6.0), adding Tailwind CSS v4.3 support and other parser and CI hardening changes.
Last release:
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.
Maintenance status: Evidence suggests quiet, in-maintenance mode. The last upstream push was 2020-04-25, and the most recent detailed update notes provided are from v3.2.4 and v3.2.3 in 2019.
Last release: