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.

Source:Sort:

StableLib is a stable TypeScript and JavaScript library of utilities. It is useful for common tasks like cryptography, compression, and encoding, with npm packages available under the @stablelib namespace.

Status:

The source appears actively maintained, with an upstream push on 2026-04-02 and recent package updates in 2026 (for example, @stablelib/ed25519 updated to v2.1.0 on 2026-03-30).

Last release:

322 watchers
Open

merge-streams is a Node.js utility that merges multiple readable streams into one unified readable stream, emitting data as each input stream provides it. It is useful when you need to combine the outputs of several streams and optionally add or remove streams dynamically.

Status:

The source sindresorhus/merge-streams appears quiet, with the last upstream push on 2024-10-28 (and the most recent tagged update on 2024-05-04), so it does not look actively maintained as of 2026-09-10.

Last release:

382 watchers
Open

Seleree is a fast selector decision tree for matching CSS selectors to elements and selecting the best matching handler. It builds a tree from selector and value pairs, then uses plugins to generate runnable pickers for specific DOM implementations (for example, HTML parser output), useful for efficiently applying handlers during DOM processing.

Status:

The GitHub upstream shows an activity signal, with the last upstream push on 2026-05-02, but the most recent version update listed is v0.11.0 dated 2023-02-23, so published npm updates appear infrequent in recent years.

Last release:

302 watchers
Open

@sec-ant/readable-stream is a tiny, zero-dependency, spec-compliant async iterator polyfill/ponyfill for Web ReadableStream. It lets developers consume a ReadableStream as an AsyncIterable, and also construct a ReadableStream from an AsyncIterable or Iterable, with options for side-effect-free (ponyfill) or drop-in (polyfill) usage.

Status:

The repository appears actively maintained as of today, with the most recent upstream push timestamped 2026-09-10 and a recent tag update (v0.7.0 on 2026-05-04).

Last release:

482 watchers
Open

TypeScript-based translation library for React and Node.js that provides i18n, internationalization, localization, and ICU-style string parameter support. It helps with type checking and autocomplete for translation keys and parameters, and supports loading translation dictionaries per locale (including lazy loading via promises).

Status:

Actively maintained: The GitHub parser shows an upstream push on 2026-06-22, and the latest published updates v1.27.1 and v1.27.0 are dated the same day, indicating current development activity.

Last release:

372 updates · last 90 days2 watchers
Open

React Email is a set of high-quality, unstyled React and TypeScript components for building responsive email templates. It helps reduce layout issues by handling inconsistencies across email clients, and it includes an Editor to write templates and export email-ready HTML and plain text.

Status:

Actively maintained, evidence by multiple GitHub dependency updates and package updates published in late Aug to early Sep 2026, with the most recent upstream push on 2026-09-09 (about a day before today, 2026-09-10).

Last release:

6965 updates · last 90 days2 watchers
Open

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.

Status:

Prisma Studio (prisma/studio) appears actively maintained, with recent upstream activity on 2026-07-15 and multiple recent Studio update tags in July and June.

Last release:

645 updates · last 90 days2 watchers
Open

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.

482 watchers
Open

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.

Status:

Actively maintained, with very recent GitHub activity (last upstream push on 2026-09-09) and ongoing work on the 8.x line, including multiple 8.0.0 release-candidate updates in September 2026.

Last release:

7113 updates · last 90 days2 watchers
Open

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).

Status:

Actively maintained: The GitHub source shows an upstream push on 2026-09-10, and recent Playwright updates continue through v1.63.0 (2026-09-04), indicating ongoing development rather than a dormant state.

Last release:

695 updates · last 90 days3 watchers
Open

@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.

Status:

The source (parcel-bundler/watcher) appears actively maintained, with an upstream push on 2026-07-20 and a recent update v2.6.0 also dated 2026-07-20.

Last release:

451 updates · last 90 days2 watchers
Open

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.

Status:

The source appears quiet or in maintenance mode, with the most recent published npm-facing updates listed as v3.0.2 on 2025-09-20, even though there was an upstream push on 2026-06-12 (no corresponding newer functional update is evidenced in the provided history).

Last release:

622 watchers
Open

@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.

Status:

Maintenance status: The source appears quiet/dormant, with the last upstream push on 2023-04-14, and no evidence of active work in the intervening time up to 2026-09-10.

Last release:

122 watchers
Open

@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.

Status:

The source appears actively maintained, with the most recent update at 2026-03-24, which is about 5.5 months before today (2026-09-10).

Last release:

382 watchers
Open

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.

Status:

The repository appears actively maintained, with a very recent upstream push on 2026-08-31 and the latest published update 2.4.0 on 2026-08-27, focused on security and correctness hardening.

Last release:

692 updates · last 90 days2 watchers
Open

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.

Status:

The source (paulmillr/noble-curves) appears actively maintained, with recent updates in Aug 2026 (last upstream push on 2026-08-31, and versions 2.4.0 on 2026-08-27 and 2.3.0 on 2026-08-06).

Last release:

692 updates · last 90 days2 watchers
Open

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.

Status:

Actively maintained, with very recent GitHub activity (last upstream push 2026-08-31) and a latest tagged update 2.4.0 on 2026-08-27.

Last release:

622 updates · last 90 days2 watchers
Open

@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.

Status:

Actively maintained. The repository shows very recent upstream activity (last push on 2026-09-08), with the latest published updates being v0.42.4 on 2026-09-08, and follow-on updates in late July 2026.

Last release:

535 updates · last 90 days2 watchers
Open