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:

mdast-util-phrasing is a small ESM utility that checks whether an mdast node is phrasing content, returning a boolean result. It is mainly useful when you are building other mdast utilities and need a reliable test for node type (excluding html).

Status:

This source appears to be in maintenance mode or effectively dormant, with the last upstream push on 2024-02-01 and no evidence of ongoing development closer to today (2026-09-10).

Last release:

302 watchers
Open

mdast-util-mdxjs-esm provides two mdast extensions to parse and serialize MDX.js ESM syntax, specifically import and export statements, into mdast nodes. It is useful when you are already using mdast-util-from-markdown and mdast-util-to-markdown and want MDX ESM preserved in the syntax tree, with optional ESTree program data available on the node.

Status:

The source appears to be in maintenance mode rather than actively evolving, with no published updates after 2.0.1 in 2023-08-08, and the last observed upstream push only on 2024-09-13.

Last release:

302 watchers
Open

mdast-util-mdx-jsx provides mdast extensions to parse and serialize MDX JSX syntax (for example, `<a />`) when working with markdown. It’s useful when you use `mdast-util-from-markdown` to turn MDX JSX into a syntax tree and `mdast-util-to-markdown` to write MDX JSX back out from that tree.

Status:

The source appears to be a maturing mdast utility that is no longer seeing frequent public updates: the most recent published update in the provided history is 3.2.0 on 2025-01-13, and there has been no corresponding published update after that (even though an upstream push occurred on 2025-11-19).

Last release:

362 watchers
Open

mdast-util-mdx-expression is an mdast extension that parses and serializes MDX or MDX.js expression syntax inside markdown, such as `{Math.PI}` or `{true}`. It provides `mdxExpressionFromMarkdown()` for use with mdast-util-from-markdown, and `mdxExpressionToMarkdown()` for use with mdast-util-to-markdown, turning expressions into `mdxFlowExpression` or `mdxTextExpression` nodes (optionally including an ESTree `Program` in `data.estree`).

Status:

The source appears to be in maintenance mode or quiet, with its latest published update being 2.0.1 on 2024-09-13, and no newer published updates shown in the provided history (although the upstream repo shows a push on 2025-11-19, suggesting some activity without corresponding published updates here).

Last release:

332 watchers
Open

This package provides mdast extensions that parse and serialize MDX syntax in Markdown, including ESM (import/export), JSX, and expressions. It is useful when you are already using mdast-util-from-markdown and mdast-util-to-markdown and want MDX support in the mdast syntax tree.

Status:

Maintenance status: Evidence suggests this source is quiet/dormant as of 2026-09-10, with the last upstream push on 2024-02-10 and the most recent recorded updates on 2023-07-12 (3.0.0).

Last release:

311 watchers
Open

mdast-util-gfm-task-list-item provides mdast extensions to parse and serialize GitHub Flavored Markdown (GFM) task list items, adding a checked field to mdast list items. It’s useful when you are already using mdast-util-from-markdown and mdast-util-to-markdown and want task list support in your markdown syntax tree.

Status:

Maintenance status: Evidence shows no source activity since 2023-07-20 (last upstream push), so the project appears quiet/dormant rather than actively maintained as of 2026-09-10.

Last release:

302 watchers
Open

mdast-util-gfm-table provides mdast extensions to parse and serialize GitHub Flavored Markdown (GFM) tables, turning GFM table syntax into mdast nodes and back. It is useful when you are already using mdast-util-from-markdown and mdast-util-to-markdown with table support.

Status:

The source is an mdast extension for parsing and serializing GitHub Flavored Markdown (GFM) tables, and there is evidence of upstream activity (last upstream push on 2026-06-03), but the most recent published updates shown are from 2023-07-10 (2.0.0), so it appears quiet/dormant from a release-update standpoint as of 2026-09-10.

Last release:

332 watchers
Open

mdast-util-gfm-strikethrough is an mdast extension that parses and serializes GitHub Flavored Markdown (GFM) strikethrough syntax. It provides extensions for mdast-util-from-markdown (to parse ~~strikethrough~~ into an mdast node) and mdast-util-to-markdown (to turn those nodes back into markdown), useful when you already use that mdast parsing and serialization pipeline.

Status:

Actively maintained: Evidence is mixed. There was an upstream push on 2026-06-03, but the most recent published updates shown here are from 2023-07-10 (v2.0.0), which suggests maintenance or slower release activity rather than rapid ongoing releases.

Last release:

332 watchers
Open

mdast-util-gfm-footnote is an mdast extension that parses and serializes GitHub Flavored Markdown (GFM) footnotes into mdast syntax tree nodes, integrating with mdast-util-from-markdown and mdast-util-to-markdown. It is useful when you already use mdast utilities and want to handle GFM footnote syntax in markdown.

Status:

The source appears to be maintained, with an upstream push on 2026-06-03 (June 2026). However, the most recent published version in the provided history is 2.1.0 from 2025-02-10, so frequent published updates are not evident from this snapshot.

Last release:

332 watchers
Open

mdast-util-gfm-autolink-literal provides mdast extensions to parse and serialize GitHub Flavored Markdown, GFM, autolink literal syntax in markdown. It plugs into mdast-util-from-markdown to add support when parsing into an mdast syntax tree, and mdast-util-to-markdown to generate the corresponding markdown when serializing the tree.

Status:

Actively maintained but low-velocity: there was a recent upstream push on 2026-06-03, however the most recent published package update shown here is 2.0.1 from 2024-08-19.

Last release:

332 watchers
Open

mdast-util-gfm provides mdast extensions to parse and serialize GitHub Flavored Markdown (GFM) syntax features like autolink literals, footnotes, strikethrough, tables, and tasklists. It plugs into mdast-util-from-markdown for parsing and mdast-util-to-markdown for serializing, helping match how GitHub renders these elements.

Status:

Maintenance status: The last recorded upstream push and the newest published updates are from 2025-02-10, which is about 19 months before today (2026-09-10), so the project appears quiet/dormant rather than actively maintained.

Last release:

312 watchers
Open

mdast-util-from-markdown turns Markdown input into an mdast syntax tree. It tokenizes Markdown using micromark and then converts those tokens into nodes, useful if you want to work with Markdown syntax trees directly or integrate with the remark ecosystem.

Status:

Actively maintained, with recent upstream activity (last upstream push on 2026-06-03) and the most recent published update being 2.0.3 on 2026-02-21.

Last release:

382 watchers
Open

`mdast-util-find-and-replace` is a utility for searching and replacing text patterns inside an mdast (Markdown AST) tree, operating on complete values in `Text` nodes using strings or regular expressions. It’s useful for tasks like turning “mentions” detected by regex into other nodes, such as links, and can replace matches with text or custom nodes.

Status:

Maintenance status: The most recent upstream update was 2025-01-03 (3.0.2), and there is a ~20 month gap with no further evidence of new updates as of 2026-09-10, suggesting the project is quiet or in maintenance mode rather than actively iterating.

Last release:

312 watchers
Open

ES Math-related intrinsics and helper functions, including abs, floor, isFinite, isNaN, max, min, mod, pow, round, sign, and constants like maxSafeInteger. Useful for providing consistent Math APIs that are “robustly cached.”

Status:

The repository appears quiet since there have been no observable updates since the last upstream push on 2024-12-19, which is well over a year ago relative to 2026-09-10.

Last release:

204 watchers
Open

loose-envify is a fast, “loose” selective replacer for `process.env` in JavaScript, similar to envify but much faster, implemented using `js-tokens` instead of an AST. It is useful for build-time inlining of environment variables, with limitations such as not handling broken syntax and not supporting template strings that reference `process.env` inside embedded expressions.

Status:

The GitHub source zertosh/loose-envify appears quiet and likely in maintenance mode, with no update activity reflected in the provided recent version history since v1.4.0 (2018-07-10), and the last upstream push noted as 2020-12-18.

Last release:

223 watchers
Open

This package counts the number of the longest adjacent repeating streak of a given substring within a string. It is useful for niche string analysis, including serializing markdown ASTs like fenced code and math.

Status:

Maintenance status: The most recent upstream update was in 2022-11-15, with no evidence of ongoing activity since then, so the repo appears quiet/dormant rather than actively maintained.

Last release:

222 watchers
Open

Lodash is a modern JavaScript utility library that provides modular, performance-focused helpers for working with arrays, numbers, objects, strings, and more. It’s useful when you want common operations like iterating, manipulating, testing values, or creating composite functions, with options for different build formats and module styles (including lodash/core and lodash/fp).

Status:

Lodash appears actively maintained, with upstream pushes as recently as 2026-07-03 and documented updates in 2026 (4.18.0 on 2026-03-31, 4.18.1 on 2026-04-01).

Last release:

754 watchers
Open

Get the first existing path on disk from a list of candidate paths, returning it in array order (or the first match if you disable order preservation). Useful in Node.js apps for resolving which of several file or directory paths actually exists, with options to filter by type (file, directory, or both) and handle symlinks.

Status:

Active maintenance: The repo shows updates as recently as 2025-09-15, so it does not appear abandoned, though the evidence points to a roughly yearly pattern rather than frequent iteration.

Last release:

354 watchers
Open