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.
Prisma Studio is Prisma’s visual editor for exploring and editing your database. It helps developers browse table data, filter and sort records, inspect relations, and run SQL queries, with optional AI-assisted workflows like SQL generation and AI-powered filters (for Prisma Postgres projects). It is also the OSS home of the `@prisma/studio-core` package, which can be embedded in Prisma CLI and Prisma Console or other apps via an adapter.
Actively maintained: GitHub activity is recent, with updates pushed as recently as 2026-06-16, and multiple Studio updates within the last 2 weeks (0.31.2, 0.31.1, 0.31.0).
Last release:
The @prisma/engines-version npm package (in the prisma/engines-wrapper project) provides the hash for Prisma Rust Engines, which is useful for downloading the correct engine binaries via the Prisma CLI, the Prisma Client, and related tooling. It also participates in an automated publish pipeline that triggers when prisma-engines is published, informing other Prisma repositories about the released npm packages.
Prisma ORM is a next-generation ORM for Node.js and TypeScript, providing an auto-generated, type-safe query builder (Prisma Client) for backend applications. It also includes tooling for declarative data modeling and migrations (Prisma Migrate) and a database GUI (Prisma Studio), with support for multiple databases such as PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB.
Actively maintained: The repo shows an upstream push on 2026-06-08, and there have been multiple recent tagged updates in 2026 (7.4.0 through 7.8.0), indicating ongoing development rather than maintenance-only work.
Last release:
Playwright is a framework for web testing and automation that drives Chromium, Firefox, and WebKit with a single API. It’s useful for end-to-end testing (via Playwright Test), browser automation scripts (via the Playwright library), and agent-driven web control (via the Playwright CLI and Playwright MCP).
Playwright (microsoft/playwright) appears actively maintained, with an upstream GitHub push on 2026-06-23 and multiple recent update tags in June 2026 (v1.61.1 on 2026-06-23, v1.61.0 on 2026-06-15).
Last release:
@parcel/watcher is a native C++ Node module for querying and subscribing to filesystem events, used by Parcel 2. It can watch directories recursively for realtime create, update, and delete notifications, and it can query historical changes since a saved snapshot to help invalidate caches. It includes cross-platform backends for macOS, Linux, Windows, FreeBSD, and optionally Watchman.
The parcel-bundler/watcher source appears actively maintained, with an upstream push on 2026-06-03 and recent v2.5.x updates published in 2026-01.
Last release:
until-async provides a small utility for handling Promises with async/await without repeating try/catch blocks. It wraps a function that returns a Promise and returns a NodeJS-friendly tuple of [error, data], making it convenient to work with resolved values and exceptions.
Maintenance status: The repository shows very recent upstream activity (last push on 2026-06-08), but the most recently documented published updates are from 2025-09-20, so code may be evolving while tagged updates are not frequent.
Last release:
@open-draft/logger is an environment-agnostic, ESM-friendly logging utility with a simple API for browser and Node.js. It prints debug, info, success, warning, and error messages (disabled by default) and can be enabled via environment variables like DEBUG or LOG_LEVEL, with optional logger name filtering.
The last upstream push and latest published update were on 2023-04-14, and there have been no subsequent updates from this source since then, so it appears quiet/dormant rather than actively maintained as of 2026-06-09.
Last release:
@open-draft/deferred-promise provides a Promise-compatible `DeferredPromise` (and `createDeferredExecutor`) that lets you create a promise upfront and resolve or reject it later from another part of your system. It is useful when one module needs to return a promise immediately while a different module fulfills the result, similar to Node.js deferred utilities but without creating nested promise instances.
Actively maintained? Yes. The most recent upstream update was on 2026-03-24, and v3.0.0 was published immediately after that, indicating ongoing maintenance as of 2026-06-11.
Last release:
Audited, minimal JavaScript library that implements hash functions, MACs, and KDFs, including SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF2, scrypt, and Argon2. It is designed to be fast and tree-shakeable for small builds, with optional modules for many algorithms and a friendly wrapper over native WebCrypto. Useful for adding standard cryptographic hashing, keyed hashing, and key derivation to JS or TypeScript projects.
Actively maintained, last upstream push was 2026-06-10, and the most recent published update (2.2.0) was 2026-04-11, showing continued development close to today (2026-06-11).
Last release:
Audited, minimal JavaScript implementation of elliptic curve cryptography, including key operations like ECDSA, EdDSA, Schnorr signatures, ECDH, and related building blocks such as hash-to-curve and OPRFs. Useful for developers who need tree-shakeable, TypeScript/JavaScript-friendly curve code with cross-library tests and fuzzing for correctness.
Active maintenance: The repo has an upstream push as recently as 2026-06-10, and the project has delivered library updates including v2.2.0 on 2026-04-12, suggesting it is actively maintained right now.
Last release:
Audited, minimal JavaScript/TypeScript library that implements Salsa20, ChaCha, and AES ciphers, including modes like AES-GCM and Salsa20/XChaCha20-Poly1305. It is useful for encrypting and decrypting data in JS apps, with optional helpers like a “managedNonce” API and a WebCrypto-based AES wrapper.
Actively maintained: The repo shows a very recent upstream push (2026-06-10), and the project has an update tagged in 2026-04-11 (v2.2.0), indicating ongoing maintenance rather than being dormant.
Last release:
@mswjs/interceptors is a low-level network interception library for Node.js, supporting interception and normalization of HTTP, XMLHttpRequest, fetch, and WebSocket traffic. It runs arbitrary logic on dispatched requests, converting intercepted requests to Fetch API Request instances and letting you construct Fetch API Response objects for intercepted HTTP requests. It’s useful as a lower-level component for higher-level mocking tools such as Mock Service Worker.
Actively maintained: The repository shows recent upstream activity (last push 2026-05-27) and frequent tagged updates through May 2026, indicating ongoing maintenance rather than a dormant state.
Last release:
@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, with the most recent upstream push on 2026-05-08, about a month before today (2026-06-11), and a steady flow of version updates in 2024 to 2026.
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. The upstream repo had a push on 2026-07-08, and multiple SDK-related package updates landed around 2026-07-02, indicating ongoing work rather than a dormant state.
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 repo shows an upstream push on 2026-06-06, and the most recent package updates are from 2026-05-31 and 2026-06-06, indicating ongoing work rather than dormancy.
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, with frequent recent updates in 2026 (for example, v2.0.4 on 2026-05-24, v2.0.5 on 2026-06-15, and v2.0.6 through v2.0.8 clustered between 2026-06-22 and 2026-07-02, and an upstream push on 2026-07-02).
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: The monorepo shows very recent activity (upstream push on 2026-07-01, with many package updates landing on 2026-06-26 and a further CLI update on 2026-06-28), indicating ongoing development rather than maintenance-only mode.
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, with the most recent upstream push on 2026-06-10 and additional package updates in 2026-03-03 and 2026-02-17, indicating ongoing work rather than dormancy.
Last release: