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.
micromark extension that adds support for GFM task list items, matching how GitHub handles task list syntax. Useful if you are using micromark and want markdown like `[x]` or `[ ]` checklist items rendered as HTML. It exports `gfmTaskListItem()` for parsing and `gfmTaskListItemHtml()` for HTML serialization.
Maintenance status: The most recent upstream push is 2024-09-02, and the latest listed update is 2.1.0 on 2024-07-05, so as of 2026-06-09 the source appears quiet/dormant (not actively updated in the last ~2 years).
Last release:
micromark-extension-gfm-tagfilter is a micromark extension that adds support for the GFM tagfilter when serializing markdown to HTML. It can be used to match how GitHub handles tagfilter behavior, but it is only relevant when allowDangerousHtml is enabled, and it is not safe compared to proper HTML sanitizing.
Active maintenance: Not clearly active as of today (2026-06-09). The most recent published updates for this package appear to be 2.0.0 on 2023-06-23, and the provided upstream push timestamp is 2024-09-02, with no further release/update evidence after that.
Last release:
micromark extension that adds GitHub Flavored Markdown (GFM) table syntax support to micromark, matching github.com’s table behavior. It provides extensions for parsing GFM tables and for serializing them to HTML (gfmTable and gfmTableHtml), useful when you want your markdown processor to recognize and output tables.
Maintenance status: Not actively updated as of today (last upstream push was 2025-01-20, about 17 months ago), so the repository/package looks quiet or in maintenance mode rather than actively evolving.
Last release:
micromark-extension-gfm-strikethrough is a micromark extension that adds GitHub Flavored Markdown strikethrough support (turning `~strikethrough~` into HTML `<del>`). It also provides an HTML extension (`gfmStrikethroughHtml`) to enable strikethrough when serializing to HTML.
Maintenance status: No upstream activity since 2024-09-02 (last noted update 2.1.0 on 2024-07-05), so as of 2026-06-09 this source appears quiet/dormant rather than actively maintained.
Last release:
micromark extension that adds GitHub Flavored Markdown (GFM) footnote syntax support for the micromark Markdown parser. Useful if you want to parse footnotes, and optionally serialize them to HTML using the provided HTML extension helpers like gfmFootnote() and gfmFootnoteHtml().
The repository appears to be in maintenance mode or quiet, with the last upstream push on 2024-09-02 and the most recent recorded updates being 2.1.0 on 2024-07-05, which is about 22 months ago relative to 2026-06-09.
Last release:
Micromark extension that adds GitHub Flavored Markdown (GFM) autolink literal syntax support, such as turning `www...` and `http://...` style text into links during parsing. It is useful when you are building with `micromark` and want GFM autolink literals, including a companion `gfmAutolinkLiteralHtml()` option for HTML serialization.
The micromark extension appears to be in maintenance mode rather than active feature development, with the most recent recorded upstream push on 2025-01-22 and the most recent published package update on 2024-07-05. Given today’s date (2026-06-09), there has been a long quiet period since those updates.
Last release:
micromark-extension-gfm adds GitHub Flavored Markdown (GFM) support to micromark, including autolink literals, footnotes, strikethrough, tables, tagfilter, and tasklists. It is useful when you want your markdown parsing and HTML serialization to understand GFM syntax via the `gfm()` and `gfmHtml()` extensions.
Maintenance status: Evidence shows a long gap since the last published updates (latest listed release 3.0.0 from 2023-06-26), and the last upstream push was 2024-09-02. As of 2026-06-09, this suggests the project is quiet or in maintenance mode, not actively iterating on GFM behavior.
Last release:
micromark is a small JavaScript markdown parser that is designed to be CommonMark compliant, and it can also support extensions like GFM, MDX, math, and frontmatter. It parses markdown using a state machine that emits concrete tokens with positional info, and it can compile those tokens directly to HTML, or be used to build richer structures for more complex markdown processing.
The source does not appear actively maintained today. Evidence: the last upstream push was 2025-05-10, and the most recent detailed updates shown are from 2025-02-27, which is over a year ago relative to 2026-06-09.
Last release:
merge2 is a Node.js utility for merging multiple streams into a single output stream, either in sequence or in parallel. It is useful for chaining stream pipelines (for example, bundling or processing multiple inputs) while controlling merge order and signaling completion via events like queueDrain.
The project appears to be quiet or in maintenance mode for published npm updates, with the last clearly documented package updates dated 2020-06-03 (v1.4.0, v1.4.1), and no evidence provided of subsequent published updates up to today (2026-06-09). The GitHub upstream shows a push on 2026-01-21, but there are no accompanying details here about user-facing updates.
Last release:
mdast-util-to-string is a small utility that extracts plain text from an mdast node (or list of nodes) by returning the node’s textual fields, or otherwise serializing its children. It’s useful when you have Markdown AST content and need the heading or other node text without converting the whole Markdown. It also supports options like including image alt text and HTML values.
Maintenance status: Based on the last recorded upstream push (2024-04-30) and the last listed published update (4.0.0 on 2023-07-07), the source appears quiet/dormant rather than actively maintained as of 2026-06-09.
Last release:
mdast-util-to-markdown is a low-level utility that converts an mdast syntax tree into serialized markdown text. It is useful when you want to handle syntax trees directly, or build custom markdown serialization by pairing it with other mdast utilities and handlers.
The source is a markdown serialization utility for mdast, with a patch-level update history (latest documented updates are 2.1.2 on 2024-11-04, and there was an upstream push on 2026-04-24). The long gap since the last published update suggests it is likely stable, but maintenance is not clearly continuous from releases alone.
Last release:
`mdast-util-to-hast` is a utility that converts an mdast (Markdown AST) input syntax tree into a hast (HTML AST) syntax tree. It is useful when you want to work with ASTs and turn parsed markdown structures into an HTML-oriented tree structure for further processing.
Actively maintained: The most recent upstream push and published updates are both dated 2025-11-23, which is about 6.5 months before today (2026-06-09). Recent updates continue to address behavior and TypeScript surface area.
Last release:
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: