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:

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.

Status:

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:

493 watchers
Open

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.

Status:

Actively maintained: Upstream activity is current (last upstream push matches today, 2026-07-30), and the feed shows frequent recent updates (preview and canary builds), indicating ongoing development rather than maintenance mode.

Last release:

6692 updates · last 90 days3 watchers
Open

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.

Status:

Actively maintained: The upstream repository shows an upstream push today (2026-07-30), and there are multiple dependency and feature updates over the last week, indicating ongoing active work.

Last release:

5636 updates · last 90 days3 watchers
Open

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.

Status:

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:

421 watchers
Open

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.

Status:

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:

591 watchers
Open

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.

Status:

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:

283 watchers
Open

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.

Status:

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:

383 watchers
Open

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.

Status:

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:

629 updates · last 90 days3 watchers
Open

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.

Status:

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:

7114 updates · last 90 days3 watchers
Open

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

Status:

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:

483 watchers
Open

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.

Status:

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:

553 watchers
Open

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.

Status:

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:

283 watchers
Open

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.

Status:

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:

693 watchers
Open

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.

Status:

Actively maintained: The repository has frequent recent updates, with the latest upstream push on 2026-07-26, and multiple version updates on 2026-07-25 to 2026-07-26 (well within days of today, 2026-07-30).

Last release:

5716 updates · last 90 days1 watchers
Open

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.

Status:

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:

551 watchers
Open

Headless UI provides completely unstyled, fully accessible UI components for React and Vue, designed to work well with Tailwind CSS. It’s useful when you want accessibility features and behavior from the components, while styling the visuals yourself. You can install it via npm packages like @headlessui/react, @headlessui/vue, and related Tailwind integration.

Status:

Tailwindlabs/headlessui (notably @headlessui/react) appears actively maintained, with recent updates through at least v2.2.10 dated 2026-04-07, and the upstream repo showing a last push on 2026-04-13.

Last release:

471 watchers
Open

ESLint is a JavaScript tool for identifying and reporting patterns found in ECMAScript code, helping you find and fix code problems. It can be configured with rules and extended via plugins to lint specific code styles and issue patterns.

Status:

Actively maintained: eslint/eslint shows ongoing GitHub activity (last upstream push on 2026-07-29) and frequent version updates through 2026-07-24 to 2026-07-10.

Last release:

707 updates · last 90 days3 watchers
Open

The @eslint/eslintrc package provides the legacy ESLintRC configuration file format for ESLint. It is useful for converting ESLintRC-style configs into ESLint flat configs using the FlatCompat utility, including helpers for mimicking extends, environments, plugins, and whole config objects. The package is frozen, with only critical bug fixes, as ESLint moves to a new config system.

Status:

Actively maintained: The repo has recent upstream activity (last push 2026-07-11) and the project published updates as recently as 2026-07-10 (eslintrc-v3.3.6), indicating ongoing maintenance.

Last release:

561 updates · last 90 days3 watchers
Open