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:

Maintenance status: micromatch appears not actively maintained as of today (2026-06-09), with the last upstream push on 2024-08-26 and no evidence of continued recent development after that point.

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:

Maintenance status: The source appears quiet today, with the last known upstream push on 2024-09-02 and the most recent detailed published change in the provided timeline on 2023-10-19.

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:

The source appears to have been actively maintained in the past, but based on the evidence (last known published update in the provided summaries is 3.0.0 from 2023-10-19, and the last upstream push was 2024-09-02), it is effectively quiet/dormant relative to today (2026-06-09), with no evidenced updates in the last ~21 months.

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: The last recorded upstream push was 2024-09-02, but the last published updates in the provided changelog are from 2023-06-22 (2.0.0), suggesting the source is largely quiet/dormant rather than actively maintained as of 2026-06-09.

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:

This source does not show strong signs of active maintenance today, with the most recent upstream update on 2025-03-24, which is over a year ago (gap to 2026-06-09). Recent updates appear to be incremental rather than feature-driven.

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 source, micromark-extension-mdx-expression, shows no upstream activity since the last push on 2025-03-24, and with today being 2026-06-09 that is over a year ago, suggesting it is quiet or in maintenance mode rather than actively maintained.

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:

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:

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:

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:

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:

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:

312 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: 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:

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 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:

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 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:

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:

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:

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:

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:

372 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:

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:

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: 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:

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 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:

362 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: 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:

362 watchers
Open