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:

micromatch is a highly optimized JavaScript glob matching library for wildcard and glob-pattern matching in Node.js. It’s designed as a faster drop-in alternative to minimatch and multimatch, providing functions for matching lists of strings and checking whether a single string matches one or more glob patterns.

Status:

micromatch appears quiet/dormant as of today, with the most recent upstream push and published update on 2024-08-26, which is about 2 years ago (no evidence of active development cadence in that gap).

Last release:

384 watchers
Open

micromark-extension-mdxjs-esm is a micromark extension that adds support for MDX ESM import and export syntax in markdown by parsing the ESM statements with acorn. It’s useful if you want to enable JavaScript ESM import/exports as part of MDX parsing with micromark, including an option to add acorn result fields to tokens.

Status:

The source, micromark-extension-mdxjs-esm, shows only historical version activity in the provided evidence, with the latest listed published update being 3.0.0 on 2023-10-19. An upstream push is recorded on 2024-09-02, but there is no evidence here of continued updates after that date.

Last release:

301 watchers
Open

micromark-extension-mdxjs is a micromark extension that adds MDX.js syntax support to micromark, meant to be used inside MDX. It supports export/imports, expressions, and JSX, and it can disable some markdown features, useful when you want micromark to parse MDX content and you need JavaScript-aware syntax handling.

Status:

Maintenance status: No evidence of ongoing, frequent updates, with the last upstream push dated 2024-09-02 and the latest summarized update 3.0.0 on 2023-10-19. As of 2026-09-10, the source appears quiet or in maintenance mode rather than actively evolving.

Last release:

301 watchers
Open

micromark-extension-mdx-md is an extension for micromark that turns off some Markdown constructs when parsing MDX, including indented code, autolinks, and HTML (flow and text). It is useful if you want MDX parsing that avoids those syntax forms, with suggested alternatives like fenced code, links, and JSX.

Status:

Maintenance status: Evidence suggests the source is effectively quiet/dormant for current-date purposes, with the last upstream push on 2024-09-02 and no newer published updates than 2.0.0 (2023-06-22).

Last release:

301 watchers
Open

micromark-extension-mdx-jsx is an extension for micromark that adds support for MDX JSX syntax, such as JSX elements like `<Component />`, inside markdown. It is useful if you are working with micromark and want to parse JSX in MDX input, optionally configured with an Acorn-based JavaScript parser.

Status:

The most recent upstream activity and published updates are from 2025-03-24 (v3.0.2), with no further updates evidenced since then, which is a gap of over 1.5 years as of 2026-09-10, suggesting the source is quiet or in maintenance mode rather than actively maintained.

Last release:

311 watchers
Open

An extension for micromark that supports MDX or MDX JS expressions. It also includes helper packages for parsing expressions and converting micromark events into JavaScript parsing (via acorn), useful if you need MDX expression support in markdown processing.

Status:

The last recorded upstream push and published package update for micromark-extension-mdx-expression was on 2025-03-24, and there is no newer evidence after that date, so the source appears quiet or in maintenance mode rather than actively maintained as of 2026-09-10.

Last release:

311 watchers
Open

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.

Status:

The source appears to be in a quiet or maintenance mode, with the most recent upstream activity and package updates in mid to late 2024 (last upstream push 2024-09-02, latest listed update 2.1.0 on 2024-07-05) and no subsequent updates evident through today (2026-09-10).

Last release:

302 watchers
Open

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.

Status:

Maintenance status: The last published updates appear to be 2.0.0 on 2023-06-23, and there are no newer versioned updates shown through 2026-09-10. The repo has an upstream push on 2024-09-02, suggesting some activity, but the visible state is quiet or maintenance mode regarding releases.

Last release:

302 watchers
Open

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.

Status:

Actively maintained: There is a very recent upstream push on 2026-09-11 and an 2.1.2 update released the same day, indicating the project is currently in active development rather than dormant.

Last release:

411 updates · last 90 days2 watchers
Open

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.

Status:

Maintenance status: Upstream last push was 2024-09-02, and the most recent published updates appear to be 2.1.0 on 2024-07-05, so as of 2026-09-10 the project looks quiet/dormant rather than actively maintained.

Last release:

302 watchers
Open

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().

Status:

The source appears to be in maintenance mode, with the last recorded upstream push on 2024-09-02 and the most recent summarized update on 2024-07-05, which is about two years ago relative to 2026-09-10.

Last release:

302 watchers
Open

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.

Status:

The repository appears mostly in maintenance mode rather than actively maintained, with the last documented upstream push on 2025-01-22 and no update summaries provided after 2.1.0 (2024-07-05). As of 2026-09-10, that gap suggests it is currently quiet.

Last release:

312 watchers
Open

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.

Status:

The source appears to be quiet as of 2026-09-10, with the most recent documented update in the provided history being 3.0.0 on 2023-06-26, and only an upstream code push noted on 2024-09-02 (no evidence of subsequent updates).

Last release:

312 watchers
Open

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.

Status:

micromark/micromark appears to have stopped active development, with the last upstream push on 2025-05-10 (over a year before today, 2026-09-10), suggesting it is currently quiet or in maintenance mode rather than actively maintained.

Last release:

492 watchers
Open

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.

Status:

Maintenance status: The repo shows an upstream push on 2026-01-21, indicating some ongoing activity, but the published updates listed here stop in 2020, so maintenance for consumers appears quiet between published versions (cadence evidence is incomplete).

Last release:

313 watchers
Open

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.

Status:

Maintenance status: Evidence from the upstream last push (2024-04-30) and the most recent listed update (4.0.0 on 2023-07-07) suggests the project is quiet, likely in maintenance mode rather than actively evolving as of 2026-09-10.

Last release:

312 watchers
Open

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.

Status:

The project is likely still under active development, with the last upstream push on 2026-04-24, but the most recently documented published updates are older (latest summarized update, 2.1.2, dated 2024-11-04).

Last release:

402 watchers
Open

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

Status:

Actively maintained, with the most recent upstream push and update on 2025-11-23 (13.2.1), which is about 10.5 months ago relative to 2026-09-10.

Last release:

362 watchers
Open