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.
hast-util-to-html is a utility that serializes a HAST syntax tree into an HTML string using a `toHtml(tree[, options])` function. It is useful when you need serialized HTML output for tools or integrations that do not work with syntax trees, with options to control formatting and output size.
Maintenance status: Not clearly actively maintained as of today. The latest upstream update is from 2025-02-19, about 16 months ago, and there are no newer updates shown since then.
Last release:
hast-util-to-estree is a JavaScript utility that converts a hast (HTML) syntax tree into an estree (JavaScript AST) syntax tree with JSX nodes, including support for embedded MDX nodes. It’s useful when you want to embed HTML as JSX inside JavaScript while working with syntax trees.
Active maintenance: The last recorded upstream update is 2025-03-03, and there have been no further updates since, so relative to 2026-06-09 the project appears quiet or in maintenance mode, not actively evolving day to day.
Last release:
hast-util-parse-selector is a small utility that creates a HAST element from a simple CSS selector, optionally using a default tag name when none is provided. It is useful when you want to turn selector strings like tag, classes, and ID into a parsed element structure for syntax-tree based HTML processing.
The most recent upstream updates are from 2023-08-01 (v4.0.0), and there have been no further pushes up to today (2026-06-09), so the source appears quiet/dormant rather than actively maintained.
Last release:
hast-util-is-element is a small utility for checking whether a HAST node is a (certain) element. It helps avoid repeated code by providing functions like isElement (optionally with a tag-name or other test) and convertElement for generating reusable checks.
Maintenance status: The most recent upstream push and package update were on 2023-07-31 (3.0.0), and there is no evidence of further updates since then, so the source appears quiet/dormant (maintenance mode at best) as of 2026-06-09.
Last release:
hast-util-heading-rank is a small utility for hast (HTML AST) that returns the rank or depth level of heading elements, mapping h1 through h6 to numbers 1 through 6. It is useful when you need to inspect or drive logic based on the heading level in a parsed document.
The upstream repo for syntax-tree/hast-util-heading-rank shows no updates since 2023-08-02 (last upstream push), so it appears quiet and not actively maintained as of today (2026-06-09).
Last release:
hast-util-from-parse5 is a utility that converts a Parse5 AST into a hast tree. It is useful when you parse HTML with parse5 and want to work with hast, including optional positional information via a VFile.
Maintenance status: The most recent upstream push and package updates are from 2025-02-19 (8.0.3), so as of 2026-06-09 the source appears quiet/dormant, not actively maintained.
Last release:
hast-util-from-html is a utility that parses serialized HTML into a hast (HTML AST) syntax tree. It is useful when you want to work with syntax trees directly, with options for parsing fragments, switching between HTML and embedded SVG, and configuring how HTML parse errors are handled.
Maintenance status: Quiet, effectively dormant. The most recent upstream push and latest listed updates are from 2024-09-17, which is long before today (2026-06-09), with no evidence of more recent activity.
Last release:
hasown is a JavaScript utility that provides a robust “has own property” predicate, designed to be ES3 compatible. It is useful for checking whether an object has a given property directly on the object (not inherited).
Actively maintained, based on recent activity in 2026 (last upstream push 2026-07-30, with updates v2.0.4 on 2026-05-28 and v2.0.3 on 2026-04-17).
Last release:
has-tostringtag is a small JavaScript utility that checks whether the current JS environment supports `Symbol.toStringTag`. It returns true for native support, and also provides a `shams` variant to detect environments with a mostly-spec-compliant `Symbol.toStringTag` sham.
The repository shows an upstream push on 2026-04-25, but the most recent published package updates in the provided history are from 2024-02-01 (v1.0.2 and v1.0.1), so it appears largely quiet as of today (2026-06-09).
Last release:
Checks whether a JavaScript environment supports ES6 Symbol, returning true when native Symbols are available. It also provides a shams-based check (for example via `has-symbols/shams`) to detect Symbol shims that mostly follow the spec.
The source appears to be maintained, with an upstream push on 2026-04-29, but the last published package update in the provided history is v1.1.0 on 2024-12-02, suggesting active repo activity with less frequent package updates.
Last release:
This is a small JavaScript utility that detects whether the current environment supports setting an object's [[Prototype]] at creation time using `__proto__`. It also provides accessor and mutator checks (via `has-proto/accessor` and `has-proto/mutator`) to help you write compatibility logic for different JavaScript runtimes.
The source appears to have ongoing upstream activity (last upstream push on 2026-01-13), but published tagged updates appear to have paused since v1.2.0 (2024-12-06), which is a long gap relative to today (2026-06-09).
Last release:
Checks whether the current environment supports full JavaScript property descriptor behavior, including `defineProperty` and `getOwnPropertyDescriptor` support. Useful for feature-detecting ES5 descriptor support and working around older browser issues such as IE 8’s broken implementations.
The repository shows the last upstream push on 2026-01-13, but the most recent published update in the provided history is v1.0.2 on 2024-02-13, suggesting active development is intermittent rather than steady.
Last release:
has-bigints is a small JavaScript utility that determines whether the current JS environment has native BigInt support. It is useful for feature detection so you can conditionally use BigInt without assuming support.
The source appears to be actively worked on, with an upstream push on 2026-03-19 (more recent than the last published update); however, the last documented update shown is v1.1.0 from 2024-12-18.
Last release:
Gray-matter is a JavaScript utility for parsing front matter from a string or file. It extracts the front-matter into a `data` object and returns the remaining `content`, and it parses YAML by default but also supports JSON, Coffee, and TOML (plus custom parsers) with configurable delimiters. It is used by many static site and build tools to handle front-matter reliably.
Actively maintained: Evidence is mixed, but the latest upstream push is 2025-06-14, suggesting some ongoing work, even though the most recent published updates in the provided list are from 2019.
Last release:
gopd is a small JavaScript helper that mirrors `Object.getOwnPropertyDescriptor`, including a workaround for Internet Explorer’s broken implementation. It is useful when you need property descriptor retrieval that behaves consistently across older IE environments.
Maintenance status: Evidence suggests the repo is still being worked on (upstream push on 2026-04-20), but the last published updates shown are from 2024-12-04 (v1.2.0), so package-level changes appear to have paused for a prolonged period.
Last release:
Goober is a small css-in-js solution (stated as less than 1KB) with a familiar, styled-inspired API for defining styled components and styles in JavaScript. It is useful for rendering and theming in frameworks like React and Preact, including server-side rendering support via utilities like extractCss.
Actively maintained, with recent updates. The most recent update is v2.1.19 on 2026-05-13, and there were prior updates in 2025-10 (v2.1.18, v2.1.17), indicating continued development rather than a long stall.
Last release:
An ECMAScript spec-compliant polyfill/shim for `globalThis`, useful when an environment does not provide `globalThis`. It exposes a “shim” method to install `globalThis` and is designed to work in ES3-supported environments.
Maintenance status: Evidence suggests continued development (upstream push on 2025-12-30), but the most recent published updates shown are older (v1.0.4 on 2024-04-30), so it looks intermittently maintained rather than fast-moving.
Last release:
glob-parent extracts the non-magic parent path from a glob string, returning the part of the path before the glob begins. It is useful when you need to determine the directory prefix for a pattern (for example, to build paths or decide where a glob applies), with options for handling Windows slashes.
Maintenance status: The source appears quiet/dormant, with the last published glob-parent updates in 2021 (latest shown is v6.0.2 on 2021-09-29). A GitHub upstream push occurred on 2024-07-26, but there are no recent published updates shown since 2021, suggesting no ongoing release cadence.
Last release: