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.
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).
Maintenance status: The last recorded upstream push was 2024-02-01, and the most recent published update in the provided history is 4.1.0 on 2024-02-01, so the project appears quiet/dormant relative to today (2026-06-09), not actively evolving.
Last release:
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.
Actively maintained: Evidence is limited, but the last observed upstream push is 2024-09-13, while the last published updates shown here are 2.0.1 on 2023-08-08 (over 9 months before that push). Overall, this looks more like maintenance/low activity than active rapid development as of 2026-06-09.
Last release:
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.
The source syntax-tree/mdast-util-mdx-jsx appears maintained, with a recent upstream push on 2025-11-19 and the most recent published update shown as 3.2.0 on 2025-01-13 (no evidence here of a shutdown or long-term abandonment).
Last release:
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`).
The source syntax-tree/mdast-util-mdx-expression appears to be under active maintenance, with an upstream push on 2025-11-19 (close to today, 2026-06-09), though the most recent published update in the provided history is 2.0.1 (2024-09-13).
Last release:
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.
Maintenance status: Evidence (last upstream push 2024-02-10, latest noted update 3.0.0 on 2023-07-12) suggests the project is quiet / not actively maintained as of 2026-06-09, with no recent updates showing since that period.
Last release:
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.
The source appears effectively dormant since upstream last pushed on 2023-07-20, and no newer update evidence is shown up to 2026-06-09, suggesting it is in maintenance mode or quiet.
Last release:
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.
The project appears maintained, with an upstream push on 2026-06-03, but the last published updates shown in the evidence are from 2023-07-10 (2.0.0), so user-facing releases may be relatively infrequent.
Last release:
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.
The source appears to be in maintenance mode, with the most recent published updates being 2.0.0 on 2023-07-10, which is over two years ago relative to today (2026-06-09). However, there is evidence of a recent upstream push on 2026-06-03, so it may be active behind the scenes.
Last release:
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.
The source appears actively maintained, with an upstream push on 2026-06-03, though the last published package update in the provided history is 2.1.0 (2025-02-10).
Last release:
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.
The upstream repo shows a recent push on 2026-06-03, which suggests the project is being actively worked on, even though the latest published update is 2.0.1 from 2024-08-19.
Last release:
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.
Maintenance status: The last upstream push and latest listed update (3.1.0) is dated 2025-02-10, about 16 months ago relative to 2026-06-09, so this source appears quiet/dormant rather than actively maintained.
Last release:
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.
Actively maintained, most recently with updates in 2026 (last upstream push on 2026-06-03, and last published update 2.0.3 on 2026-02-21).
Last release:
`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.
The source appears to be in quiet or maintenance mode, with the last upstream push on 2025-01-03, which is about 17 months before today (2026-06-09).
Last release:
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.”
The source does not appear actively maintained as of today, with the last recorded upstream push on 2024-12-19, roughly 18 months ago (quiet or in maintenance mode).
Last release:
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.
Maintenance status: The GitHub source appears quiet and effectively dormant as of today (2026-06-09), with the last upstream push dated 2020-12-18 and the most recent published updates (v1.4.0) from 2018-07-10.
Last release:
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.
Maintenance status: Not actively maintained today. The last upstream push and the most recent updates were in 2022-11-15, with no evidence of ongoing work since then, so it appears quiet or in maintenance mode.
Last release:
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).
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:
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.
Actively maintained: Yes, based on the latest v8.0.0 update on 2025-09-15 (about 9 months before today, 2026-06-09).
Last release: