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.
@mrleebo/prisma-ast is a JavaScript and TypeScript library for parsing Prisma schema.prisma files into an abstract syntax tree, then converting that structure back into schema text. It’s useful if you need to programmatically modify schemas while preserving comments and model attributes, and supports builder-style updates via produceSchema, plus options like re-sorting the printed schema.
Actively maintained: The repository shows recent tagged updates in 2026 (v0.14.0 on 2026-02-12, v0.15.0 on 2026-03-16, v0.16.0 on 2026-05-08), and the last upstream push is also recent (2026-05-08), suggesting ongoing maintenance.
Last release:
The MCP TypeScript SDK is the official TypeScript implementation for building Model Context Protocol servers and clients for Node.js, Bun, and Deno. It provides server and client libraries plus optional middleware adapters to wire MCP into runtimes like Node.js HTTP, Express, and Hono. It is useful if you want to expose or consume MCP tools, resources, and prompts from a TypeScript app.
Actively maintained, with very recent upstream activity (last upstream push on 2026-07-29) and multiple SDK updates dated 2026-07-27, indicating the project is actively evolving rather than in maintenance mode.
Last release:
Inquirer.js is a JavaScript library for building interactive command-line user interfaces, providing common prompt types like input, select, checkbox, confirm, search, password, and editor. It is useful for creating terminal experiences that collect user responses with a consistent API and supports localization via the @inquirer/i18n package.
Actively maintained: The upstream push and multiple related package updates landed within days (last upstream push 2026-09-07), indicating ongoing maintenance rather than a dormant state.
Last release:
@hono/node-server is a Node.js adapter that lets you run a Hono application on Node.js by using web standard Request/Response APIs. It provides a `serve` function to start the app, optional WebSocket support (via `upgradeWebSocket`), and Node.js-friendly helpers like ConnInfo and static file serving.
Actively maintained: The repository shows recent activity (last upstream push on 2026-08-18) and multiple version updates in 2026, including v2.1.1 on 2026-08-14.
Last release:
FormatJS is a monorepo that hosts the FormatJS-related libraries, most notably react-intl. It is useful for JavaScript and web internationalization and localization work, including formatting and parsing i18n messages and related React tooling.
Actively maintained and evolving, the upstream GitHub push is today (2026-09-10), and multiple related package updates landed within minutes of each other (react-intl, CLI tooling, unplugin, and several Intl polyfills).
Last release:
Floating UI is a JavaScript library for positioning “floating” UI elements like tooltips, popovers, and dropdowns, keeping them anchored to a reference element while avoiding collisions and staying visible. It also provides React hooks and components to build accessible interactive floating components.
Actively maintained: The upstream repo and related packages show recent updates as of 2026-07-11, with the latest push on 2026-07-11, and multiple package updates across the Floating UI ecosystem.
Last release:
PGlite is an embeddable, WASM-based build of Postgres packaged as a TypeScript client library, letting you run Postgres in the browser, Node.js, Bun, and Deno without installing other dependencies. It supports reactive, realtime use and can run as an in-memory database or with persistence to indexedDB (browser) or the filesystem (Node/Bun/Deno).
Actively maintained: The upstream push was on 2026-08-26, and multiple related packages show patch updates on the same day, indicating ongoing work rather than a dormant state.
Last release:
@ecies/ciphers is a Node and pure JavaScript adapter for symmetric ciphers, providing a consistent API for common algorithms like AES-GCM and ChaCha20-Poly1305. It uses native node:crypto (when available) for efficiency, otherwise it falls back to @noble/ciphers for browser and other environments, making it useful for cross-platform encryption in JavaScript.
Actively maintained: GitHub shows an upstream push on 2026-08-19, and the project has delivered versioned updates through 2026 (latest noted update v0.2.6 on 2026-03-31), indicating ongoing maintenance rather than a long dormancy.
Last release:
dotenvx/dotenvx is a cross-platform, secure dotenv tool from the creator of dotenv, designed to load environment variables for many languages and platforms, including encrypted env files (end-to-end encryption is mentioned). It provides a CLI with `config()`/`require('@dotenvx/dotenvx').config()`-style usage, and includes a `dotenvx run` workflow plus install options such as npm, curl script, Homebrew, Docker, and Windows winget.
Actively maintained: Recent GitHub push was 2026-08-31, and there have been multiple version updates in August 2026, indicating ongoing development rather than dormancy.
Last release:
Chevrotain is a parser building toolkit for JavaScript, with built-in support for LL(K) grammars and support for LL(*) via a third-party plugin. It’s useful for building parsers, compilers, and interpreters, from simple configuration files to full programming languages, and it writes grammars as pure JavaScript sources (no code generation phase).
Actively maintained: GitHub shows an upstream push on 2026-09-10, and the project shipped multiple updates in early 2026 (latest tagged update data through v12.0.0 on 2026-03-13), suggesting ongoing development rather than dormancy.
Last release:
Base UI is an unstyled React UI component library for building accessible user interfaces and design systems. It provides building blocks you can style yourself, and it is useful for teams that want accessibility-focused components and design system consistency.
Actively maintained: Recent GitHub activity and frequent version updates in 2026 (for example v1.7.0 on 2026-08-04, v1.8.0 on 2026-09-04, and an upstream push on 2026-09-09) indicate the project is currently active.
Last release:
node-exports-info provides information about which Node.js versions support the `exports` field, including version ranges and categories for features like conditions, patterns, and pattern trailers. It is useful for tooling that needs to decide how `exports` should be interpreted for a given Node version, and includes helper functions to map semver ranges to supported categories and flags.
Actively maintained, with very recent updates (last recorded upstream push 2026-06-23) and multiple new versions within days (v2.0.0 on 2026-06-23, v1.6.2 and v1.6.1 on 2026-06-22).
Last release:
fdir is a fast directory crawler and globbing utility for NodeJS, designed to scan very large directories quickly and return matching file paths. It provides a builder-pattern API for crawling directories and supports synchronous or promise-based results, using Node’s fs and path modules (with optional manual installation of picomatch for globbing).
The repository thecodrr/fdir appears quiet as of today, with the most recent upstream activity on 2025-08-16 and the latest documented updates (v6.5.0) on 2025-08-14, which is over a year ago.
Last release:
zwitch is a small JavaScript package that lets you “switch” on a field value from objects, dispatching to a handler function based on a specified key. It is useful for mapping one AST to another, handling known keys, and providing special handlers for invalid or unknown values.
Maintenance status: Based on the last upstream push on 2022-11-16 and the most recent listed update (2.0.4 on 2022-11-16), wooorm/zwitch appears quiet/dormant as of 2026-09-10, with no evidence of active ongoing work.
Last release:
Zustand is a small, fast, scalable state-management solution for React, built around hooks. It lets you create a store hook and bind components to selected state so components re-render on state changes, without needing context providers or much boilerplate. It also provides utilities for non-reactive access and subscriptions for reacting to state updates outside components.
Active maintenance appears strong, with the latest upstream push on 2026-08-19 and recent tagged updates (v5.0.10 to v5.0.15) through 2026-08-13.
Last release:
yocto-queue is a small JavaScript queue data structure for npm. It’s useful when you need FIFO enqueue and dequeue operations without the performance cost of using Array#shift on large arrays, offering constant-time dequeue behavior. It provides an API like enqueue, dequeue, peek, drain, clear, and exposes the queue as an iterable.
Maintenance status: Evidence suggests the repo is not actively maintained as of today (2026-09-10), with the last upstream push and newest observed updates dated 2025-11-11, about 10 months ago.
Last release:
yallist (“Yet Another Linked List”) is a JavaScript doubly-linked list implementation that provides Array-like methods, including forward and reverse iteration (forEach, map, reduce) and operations like push, pop, shift, unshift, and splice. It is useful when an array would be too big, or when you need to iterate in reverse order.
The source (isaacs/yallist) appears quiet rather than actively maintained, with the latest documented upstream activity on 2024-06-19 and the most recent tagged update (v5.0.0) on 2024-04-09, which is about 2 years ago relative to today (2026-09-10).
Last release:
word-wrap is a small CLI and text utility for wrapping words to a specified line width. It can also indent wrapped lines, customize the newline string, escape each line, trim trailing whitespace, and optionally cut long words to fit.
The source appears largely quiet/dormant: the most recent tagged update in the provided history is v1.2.5 on 2023-07-22, and the last upstream push was 2024-04-22. Relative to 2026-09-10, there have been no recent updates for a long period.
Last release: