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.
Provides an implementation of the HKDF key derivation function (RFC 5869) in Node.js and multiple other JavaScript runtimes, using native crypto with no dependencies. Useful for deriving fixed-length cryptographic keys from input keying material (ikm) plus optional salt and info, based on a selectable digest algorithm. The project is marked as archived, with guidance to use the Web Cryptography API’s deriveBits instead.
Maintenance status: Upstream is marked as archived, and the most recent recorded updates in the provided history are from 2024-07-03 (v1.2.1). With today being 2026-06-09, this indicates the project is effectively in a quiet, maintenance mode rather than active development.
Last release:
OpenTelemetry JavaScript Client is a JavaScript framework for collecting traces, metrics, and logs from applications. It provides getting started documentation and API and SDK reference materials, useful for setting up and exporting observability telemetry in Node.js.
Actively maintained: The repository shows an upstream push today (2026-07-09), with multiple recent update tags across stable and experimental areas (early July 2026), indicating ongoing development rather than maintenance mode.
Last release:
nolyfill is a CLI tool for Node.js projects that identifies redundant polyfills in your existing dependencies and replaces them with lightweight alternatives. It is intended to speed up package installation (npm, yarn, pnpm), reduce disk usage by shrinking `node_modules`, and improve runtime performance by avoiding slower polyfill implementations when native support is available.
Maintenance status: The most recent update in this source is 1.0.44 on 2025-03-04, and the upstream push was 2025-06-03, which is over 12 months ago from 2026-06-09, so the project appears quiet or in maintenance mode, not actively maintained.
Last release:
Monorepo for NodeLib libraries, a set of utilities to make common Node.js scenarios easier to work with. Includes packages such as fs.macchiato for testing filesystem structures, fs.scandir for listing directories, fs.stat for getting file status, and fs.walk for recursively walking directories. Useful if you need higher-level filesystem helpers in Node.js.
Maintenance status: The monorepo (nodelib/nodelib) shows a clear long gap since the last upstream push on 2025-01-08, so as of 2026-06-09 it appears quiet or in maintenance mode, not actively updated.
Last release:
Next.js is the React framework for building full-stack web applications by extending React features and integrating JavaScript tooling for faster builds. It is useful for projects that need server rendering and hybrid approaches, including static site generation and static outputs. Documentation and learning resources are available at nextjs.org, with community support via GitHub Discussions and Discord.
Actively maintained: Yes. The source shows frequent updates in early July 2026, with the most recent upstream push matching today (2026-07-09).
Last release:
napi-rs is a framework for building compiled Node.js add-ons using Rust via Node-API. It is useful if you want to expose Rust functions and async Rust code to JavaScript, and includes tooling (including @napi-rs/cli) to build and place the native .node binary for loading in Node.js.
Actively maintained: The repo shows very recent upstream activity (last push 2026-07-09) and multiple napi/napi-derive and napi-derive-backend updates in the last week, indicating ongoing development rather than maintenance mode.
Last release:
A TypeScript/JavaScript library that provides a better way to consume server-sent events (EventSource) using the Fetch API. It lets you use full fetch features such as custom method, headers, and request bodies, gives access to the response for validation, and provides control over retry strategy and connection behavior.
Maintenance status: No published updates since v2.0.1 on 2021-04-25, suggesting long periods without tagged changes, though there was an upstream GitHub push on 2026-02-28, so it may be intermittently active rather than fully dormant.
Last release:
MDX (mdx-js/mdx) is an authorable format that lets you write JSX inside Markdown documents, including imports of components and embedding interactive content within long-form writing. It includes packages for compiling MDX to JavaScript and integrating with bundlers and frameworks like React, Preact, and Vue.
Actively maintained: The upstream repo shows a recent push (2026-06-08), and the most recent tagged update listed is MDX 3.1.1 (2025-08-29), indicating ongoing development rather than abandonment.
Last release:
Resolves a URI string relative to an optional base URI, handling combinations of absolute URIs, protocol-relative URIs, absolute paths, and relative paths. Useful when you need consistent URL resolution and joining in JavaScript or TypeScript code.
Maintenance status: The package is broadly mature, but the most recent published updates appear to be v3.1.2 (2024-02-14), while the upstream GitHub repo shows a more recent push on 2026-03-05, suggesting continued development but not frequent packaging updates.
Last release:
A GitHub monorepo for various JavaScript sourcemap-related libraries, including gen-mapping, remapping, source-map, sourmap-codec, and trace-mapping. Useful for tooling that needs to generate, parse, encode, or trace source maps.
Maintenance status: The monorepo (jridgewell/sourcemaps) shows an upstream push on 2026-04-21, suggesting ongoing maintenance, though the provided npm-package updates list stops in 2025-09.
Last release:
Packaging scripts for building pre-compiled libvips shared libraries and their dependencies across common operating systems and CPU architectures (Linux, Windows, macOS, and WebAssembly). Published to the npm registry under the img organization, this is useful if you want the prebuilt libvips binaries rather than compiling libvips yourself.
Actively maintained, with a steady sequence of GitHub updates in 2026 (not a one-off), and the latest update is dated 2026-06-30.
Last release:
Sharp is a high performance Node-API module for image processing in JavaScript runtimes like Node.js, Deno, and Bun. It is used to quickly resize and convert large images (JPEG, PNG, WebP, AVIF, TIFF, and more) to smaller, web-friendly formats, leveraging the libvips library and supporting operations like rotation, cropping, compositing, and gamma correction.
Actively maintained: GitHub upstream pushes and frequent versioned updates in late June through July 2026 (last upstream push 2026-07-01), with multiple rc builds landing before a final version.
Last release:
@img/colour is a CommonJS wrapper around the ESM-only npm package color, converting color and related dependencies to CommonJS for runtimes that do not support ESM-only packages. It is useful for using the color APIs in older Node.js versions (prior to 20.19.0) that cannot load the ESM-only version directly.
Maintenance status: The repo appears actively maintained, with a new tagged update after the last upstream push (lovell/colour shows updates on 2026-03-01 and prior pre-release tags on 2025-09-09).
Last release:
A JavaScript utility for retrying failed async calls, based on a predicate that checks the error returned. Useful for re-running operations after transient failures, with options to control timeout, concurrency, and support canceling retries with an AbortSignal.
The source appears to be maintained but quiet in practice: the most recent published update shown is retry-v0.4.3 on 2025-05-07, while a GitHub push occurred later on 2026-04-22 (no corresponding v update is shown in the provided summaries since 0.4.3).
Last release:
ModuleImporter is a Node.js utility that helps you import modules regardless of whether they are CommonJS or ESM, using Node’s `import()` and CommonJS compatibility. It also makes it easier to resolve and import modules from a chosen directory (not just relative to the calling file location), so you can use a single method without compatibility issues.
The repository appears not to be actively maintained, with the most recent update on 2025-02-19, and no evidence of any updates since then (as of 2026-06-09, this is over a year ago).
Last release:
humanfs is a modern filesystem API for JavaScript. It streamlines common filesystem operations and provides utilities to test expected functionality, potentially reducing the amount of code needed for typical tasks compared to Linux-style APIs.
The source appears actively maintained, with a recent upstream push on 2026-04-22 and multiple component updates dated 2026-04-17 (core, node, web, memory, box).
Last release:
Provides validation “resolvers” for React Hook Form, letting you plug in external validation libraries like Yup, Zod, Joi, Ajv, and others. Useful if you want to validate form input using the schema library you already prefer, optionally with TypeScript type inference from the schema.
Actively maintained, most recently with updates on 2026-05-21 (v5.4.0), including a new ata-validator resolver (ataResolver) plus fixes (for toNestErrors.ts) and documentation around passing context to yupResolver.
Last release:
Heroicons is a free, MIT-licensed set of high-quality SVG icons designed for UI development. You can copy and inline the SVGs directly into HTML, or use the provided React (@heroicons/react) and Vue (@heroicons/vue) packages to import icons as components.
Actively maintained (with a caveat): The repository shows an upstream push on 2026-05-12, which indicates ongoing maintenance, though the specific published updates shown in the provided list are mostly from 2024 and earlier.
Last release: