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.
Implements the Node.js `require.resolve()` algorithm, letting you resolve a module specifier to the corresponding file path asynchronously or synchronously. It is useful when you need to determine where a module would resolve from a given `basedir`, including handling package `main` fields and `exports`-based resolution.
Actively maintained, evidence suggests active development, with the last upstream push on 2026-06-25 and multiple tagged updates in 2026.
Last release:
remark-rehype is a plugin for the unified (remark) Markdown ecosystem that converts a Markdown syntax tree into an HTML syntax tree, enabling use of rehype plugins after the conversion. It is useful when you want to turn Markdown into HTML and then process or format that HTML with tools from the rehype ecosystem.
remarkjs/remark-rehype (remark-rehype) appears in maintenance mode, with the most recent upstream update on 2025-04-02, which is about 17 months before today (2026-09-10).
Last release:
Remark is a markdown processor built around an AST (abstract syntax tree) model, with plugins that can inspect and change markdown markup. It is useful for turning markdown into other formats (including HTML), transforming or validating markdown, and for building markdown tooling like CLIs or server and client-side processing.
The upstream GitHub repo shows a recent push on 2026-09-01, which indicates ongoing development activity, but the provided “update” summaries for published artifacts are sparse since at least 2024-04-30.
Last release:
remark-gfm is a unified (remark) plugin that adds support for GitHub Flavored Markdown features, including autolink literals, footnotes, strikethrough, tables, and tasklists, so you can parse and serialize those extensions. It is useful when you want your markdown tooling to match what users expect from GitHub-style GFM syntax.
Active maintenance: Based on the latest upstream push on 2025-02-10 and a subsequent update to 4.0.1 the same day, the source has seen maintenance activity recently, but given today is 2026-09-10, it has been quiet for about 19 months with no further evidence of ongoing development.
Last release:
rehype-slug is a unified, rehype plugin that adds `id` attributes to heading elements (`<h1>` through `<h6>`) based on their text, useful for linking to specific document sections. It matches GitHub-style slugging (using github-slugger) and can be configured with an optional `prefix` for the generated `id`s.
Maintenance status: Likely quiet or in maintenance mode, with the last upstream update on 2023-08-31, which is roughly 3 years ago relative to 2026-09-10.
Last release:
Rehype Pretty Code is a tool for creating “beautiful code blocks” in Markdown or MDX documentation. It supports syntax highlighting and is often used with ecosystems like MDX and related workflows (for example via shiki-based highlighting).
Actively maintained: GitHub upstream was pushed on 2026-07-25, with a sequence of recent updates (0.14.5 on 2026-07-25, 0.14.4 on 2026-07-06, 0.14.3 on 2026-03-03), indicating ongoing responsiveness.
Last release:
rehype is an HTML processor in the unifiedjs ecosystem, built around plugins that turn HTML into an AST (hast) so you can inspect and change the structure, then transform it back to HTML. It is useful for server or client HTML processing, CLI scripts, and other workflows where you want plugin-based HTML transformations.
Actively maintained: There is evidence of ongoing work, with the last upstream GitHub push on 2026-06-13, but the last documented published update shown here is rehype 13.0.2 on 2024-09-27.
Last release:
rehype-autolink-headings is a unified (rehype) plugin that scans HTML headings (`h1` through `h6`) for existing `id` properties and injects a link inside each heading that points back to itself. It’s useful for long documents where you want readers to easily share or navigate to specific sections, with configurable placement and link content.
The source, rehypejs/rehype-autolink-headings, shows evidence of maintenance up through updates 7.1.1 in 2024-09-16, but it appears quiet since then (about 2 years with no new upstream pushes as of 2026-09-10).
Last release:
ES6 spec compliant shim for RegExp.prototype.flags, providing a flags() function to get the flag string from regular expressions. Useful for working in ES5 environments where RegExp.prototype.flags is unavailable, by calling the package’s shim method.
The project appears to be in maintenance mode or quiet: the most recent listed update is v1.5.4 on 2025-01-03, and the last upstream push was 2025-12-10, which is roughly 9 to 10 months before today (2026-09-10).
Last release:
Provides tiny JavaScript regex syntax helpers, useful when you want to process regex text without building a full regex parser or AST. Includes utilities to find, replace, and iterate over unescaped matches within specified regex contexts, plus helpers like extracting group contents.
Actively maintained is not fully confirmable from the provided release notes, but the GitHub source shows an upstream push on 2026-02-27, indicating ongoing activity.
Last release:
Adds recursive matching support to JavaScript regular expressions by generating native `RegExp` patterns, with recursion limited to a specified maximum depth (N, 2 to 100). Useful for expressing patterns like balanced parentheses, palindromes, or equal counts where recursion helps model nested or self-referential structure.
The source shows evidence of ongoing development (last upstream push on 2026-05-12), but the most recent published “updates” in the provided history are from early 2025, suggesting released changes have been quiet for a long period relative to today (2026-09-10).
Last release:
A JavaScript ES2015 mostly-spec-compliant shim or polyfill that provides `Reflect.getPrototypeOf` behavior across many engines, including older environments that support `__proto__` or ES6. Useful for getting an object's prototype consistently when `Reflect.getPrototypeOf` is missing or unreliable.
The source appears mostly-spec-compliant and has seen periodic dependency and implementation updates, but with the last upstream push on 2025-01-02 and today being 2026-09-10, it is likely quiet or in maintenance mode rather than actively maintained.
Last release:
recma is a JS processor, part of the @unifiedjs ecosystem, that transforms JavaScript using plugins. Plugins inspect and change JavaScript as structured data (ASTs), and you can use it on the server, client, or in CLIs. It includes packages for parsing to AST, stringifying back to JS, and related transforms like JSX support and minification.
The source (mdx-js/recma) shows limited evidence of active maintenance, with the last upstream push dated 2025-07-28, which is about 13.5 months ago relative to 2026-09-10, suggesting a quiet or maintenance-mode state rather than ongoing development.
Last release:
readdirp is a Node.js utility that recursively reads a directory, similar to fs.readdir, but exposes a stream API and a promise API. It’s useful for efficiently iterating over files and subdirectories with a small RAM and CPU footprint, with options for filtering, recursion depth, and optional stat collection.
Actively maintained: The repository shows upstream activity and a recent sequence of package updates in August 2026 (last upstream push on 2026-08-06, with 5.1.1 and 5.1.0 the same day), indicating ongoing maintenance rather than dormancy.
Last release:
read-cache is a small Node.js utility that reads a file and caches its entire contents until the file is modified. It provides async and synchronous functions to get the contents, a method to fetch cached content or null, and a way to clear the cache.
The repository appears actively maintained, with recent commits/updates in August 2026, the latest being on 2026-08-19 (about 8 days before today).
Last release:
React component that safely renders Markdown strings into React elements. Useful for displaying CommonMark and GFM content in React, with support for pluggable transformations and custom React components for specific HTML-like tags.
The source, remarkjs/react-markdown, appears under active development (last upstream push on 2026-09-01), but the provided “recent updates” history only goes up to 2025-03, so published update cadence since then is not evidenced here.
Last release:
react-hot-toast provides lightweight, customizable toast notifications for React, with features like a promise API for automatic loaders and accessible notifications. It uses headless hooks so developers can create their own toast UI (for example with useToaster), and a Toaster component to render notifications emitted via toast() in the app.
Actively maintained, with very recent updates (latest push 2026-09-16, and v2.6.1 released on 2026-09-16), indicating ongoing responsiveness to ecosystem concerns (Tailwind/CSS override ergonomics, subscriber/unmount regression fix, and pnpm strict TypeScript resolution).
Last release:
React Hook Form is a React Hooks library for managing form state and validation in web and React Native apps. It focuses on performance and developer experience, and includes built-in integration for schema validators such as Yup, Zod, AJV, Superstruct, and Joi.
The project shows active maintenance, with updates continuing up to 2026-09-16 and steady tagged updates in 2026 (most recently v7.88.0 on 2026-09-11).
Last release: