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.
Chunk is a fast text chunking library that splits input text at semantic boundaries like periods and newlines, with configurable chunk sizes and delimiters. It provides a Rust `chunk` API and includes related basic operations used by the chonkie core, with additional Python and JavaScript/Wasm packages mentioned in the project.
Actively maintained: The repo has recent activity, with the latest recorded update on 2026-05-28 (about 2 months before 2026-07-23), and prior updates in late March 2026, indicating ongoing maintenance rather than dormancy.
Last release:
Chonkie is a lightweight ingestion library for building fast, efficient, and robust RAG pipelines, with multiple chunking approaches like token, sentence-based, recursive, semantic similarity, and LLM-assisted chunking. It provides a Python API (including Pipeline workflows that fetch, chunk, refine, embed, and send to a vector database) and can also be run as a self-hosted REST API service with reusable pipeline configurations.
Actively maintained: The repo has a recent upstream push (2026-07-17) and publishes frequent updates, with the latest noted update being v1.7.0 on 2026-07-07, indicating ongoing development through mid-2026.
Last release:
Charset Normalizer is a pure Python library for detecting the character encoding of text with unknown encodings, based on IANA codec support. It also helps you read and decode text safely, and it can register custom codecs to extend supported encodings. Useful as an alternative to Chardet when you need charset detection in Python.
Actively maintained: The repo shows recent updates (latest noted push on 2026-08-15, with follow-on changes within days), and the changelog continues to address detection correctness, performance, and Python version support.
Last release:
Python library for Azure Functions that provides Durable Functions bindings, enabling stateful serverless workflows. It helps you implement orchestrator and entity functions using the Azure Functions programming model, while handling state, checkpoints, and restarts. Useful for building resilient, stateful workflows in Azure Functions with Python.
Actively maintained: GitHub activity is current (last upstream push 2026-08-04), and the project recently shipped multiple updates in 2026.
Last release:
Azure/azure-sdk-for-python is for active development of the Azure SDK for Python, providing service-specific Python libraries for working with Azure resources (for example, upload a blob). It also points consumers to public developer docs, and includes guidance on using new releases (including preview packages) and stable, production-ready versions.
Actively maintained and active development: The Azure/azure-sdk-for-python GitHub repo shows an upstream push as recent as 2026-09-03, and multiple SDK package updates landed in the past couple of days.
Last release:
Arrow is a Python library for creating, manipulating, formatting, and converting dates, times, and timestamps. It aims to be a human-friendly, timezone-aware alternative to working with Python’s built-in date and time modules, with features like parsing and formatting (including ISO 8601), timezone conversion, shifting by offsets, and humanized time output.
Active maintenance: The GitHub upstream shows a recent push on 2026-06-22, which suggests the repository is still active, though the provided tagged updates list stops at v1.4.0 (2025-10-24).
Last release:
Official Microsoft Learn page for LinkedIn Marketing API recent changes. It summarizes monthly API version updates, including product announcements, breaking changes, version sunsets, and related reminders, to help developers track what changed and what may affect their integrations.
The LinkedIn Marketing API update source appears actively maintained, with new entries for each monthly API version and the most recent updates dated 2026-08-01 (version 202608).
Last release:
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.
The repo appears actively maintained, with the most recent upstream push on 2026-08-06 and multiple recent updates (8.21.3 on 2026-08-06, 8.21.2 on 2026-08-03, 8.21.1 on 2026-07-14), all within about a month of today (2026-08-13).
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.
Actively maintained: Yes. Recent updates show active development, with changes landing within days (for example, v17.1.0 on 2026-07-07 and v17.0.0 on 2026-06-29), and an upstream push as recent as 2026-07-07.
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: Vite’s repo shows an upstream push on 2026-08-26, and the package has multiple updates in August 2026 (v8.2.x and create-vite 9.x), indicating ongoing development rather than dormancy.
Last release: