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:

object-hash generates hash values from JavaScript objects and values in Node.js and the browser. It can use algorithms from Node’s crypto module (default sha1) and supports options like excluding keys or values, handling unordered collections, and writing the hash data to a stream.

Status:

The project appears quiet/dormant, with the last upstream push on 2024-07-23, and no recent updates shown since 2022. It is not evidence-supported as actively maintained as of 2026-06-09.

Last release:

392 watchers
Open

This package provides an ES2015 Object.assign() ponyfill, so you can use Object.assign-style copying of enumerable own properties in environments that do not support it. It is useful for merging objects in JavaScript, including overwriting equal keys and ignoring null or undefined sources.

Status:

The source sindresorhus/object-assign appears largely stable, with the most recently tagged updates in this dataset being v4.1.1 (2017-01-16). While the upstream repository shows a last push on 2023-11-05, there is no evidence here of recent tagged updates closer to today (2026-06-09).

Last release:

372 watchers
Open

OAuth wrapper for Node.js, providing a simple API to authenticate against OAuth providers so your app can act as an OAuth consumer. It supports OAuth 1.0 and includes rudimentary OAuth2 support (tested against providers like Twitter, Facebook, GitHub, Google, and others), plus OAuth Echo support for communicating with third-party media providers.

Status:

The source does not appear actively maintained today, with the most recent upstream push and npm updates on 2025-03-11 (about 15 months ago as of 2026-06-09). After that brief activity, there is no evidence of further updates.

Last release:

282 watchers
Open

normalize-path normalizes file path slashes to be posix/unix-like forward slashes, also condensing repeated slashes and removing trailing slashes by default. It is useful when you want consistent path formatting across platforms, and it is referenced as being used by tools like chokidar and anymatch.

Status:

Maintenance status: The source appears quiet/dormant today, with no recorded updates after 3.0.0 (2018-04-19) despite an upstream push timestamp from 2022-10-07, suggesting no sustained recent release or change flow.

Last release:

222 watchers
Open

Provides Node.js release data for developers, including preprocessed environment metadata in `data/processed/envs.json` suitable for Browserslist and other projects. Also includes a release schedule file with release dates and end of life dates in `data/release-schedule/release-schedule.json`. Useful for keeping tooling and build targets aligned with Node.js versions and support status.

Status:

Actively maintained: GitHub-based source shows continuous recent updates (last upstream push 2026-07-01, and tags up to v2.0.50 on 2026-06-25), indicating ongoing maintenance rather than dormancy.

Last release:

4314 updates · last 90 days2 watchers
Open

Auth.js (NextAuth.js) is a set of open-source packages for authentication in modern web applications, designed to work with standard Web APIs and integrate with many OAuth 2.0 and OIDC providers. It helps you add sign-in flows like email/passwordless, passkeys (WebAuthn), and JWT-based sessions with configurable security defaults and options for using a database or running stateless authentication.

Status:

Actively maintained: The repo shows ongoing activity, with the upstream project pushed on 2026-04-14 and a same-day set of adapter/framework updates across the @auth ecosystem.

Last release:

631 updates · last 90 days2 watchers
Open

Natural Compare (natural-compare-lite) provides a “natural ordering” string comparison for mixed letters and numbers, so items sort the way humans expect (for example, “img2” comes before “img10”). Use String.naturalCompare with JavaScript sort(), including for sorting arrays of strings or object fields, and it supports configuration for custom alphabets.

Status:

The GitHub source appears to be largely quiet, with the last upstream push on 2024-10-11. In the provided update history, the newest tagged update is v1.4.0 from 2015, so there is no evidence of regular or ongoing updates since then relative to today (2026-06-09).

Last release:

382 watchers
Open

napi-postinstall is a helper you run from an npm postinstall script to automatically check and prepare napi native binding packages, specifically for legacy npm versions. It provides a CLI and an API function for ensuring the required napi binding artifacts are set up during installation (including a fallback module).

Status:

Maintenance status: The upstream repo shows a very recent push on 2026-06-01, and the project has multiple tagged updates in 2025, indicating it is not dormant or in maintenance mode.

Last release:

402 watchers
Open

Minimist is a small Node.js module that parses command line argument options into an object. It’s useful for turning an argv-style array into named options, including handling aliases, default values, boolean and string conversions, and stopping or splitting parsing around `--`.

Status:

Maintenance status: The repository shows an upstream push as of 2025-12-30, which suggests it is not completely abandoned, but the most recent detailed published updates in the provided history are from 2023-02-25 (v0.2.4), so day-to-day maintenance looks slow.

Last release:

532 watchers
Open

minimatch is a minimal JavaScript glob matching utility. It converts glob expressions into JavaScript RegExp objects and is useful for testing paths against glob patterns, including features like brace expansion, extended globs, and `**` globstar matching. The project notes a security warning about ReDoS risk if patterns are derived from untrusted user input.

Status:

Actively maintained? Yes, there are recent updates (last upstream push 2026-03-30, newest update v10.2.5 on 2026-03-30). This indicates ongoing maintenance rather than a dormant state.

Last release:

542 watchers
Open

mime-types is a Node.js JavaScript utility for resolving MIME content types from file extensions or file paths. It provides functions like lookup(path) to get content types (or false when not found) and contentType(type) to build full Content-Type header values including default charset handling.

Status:

Actively maintained, with recent upstream activity on 2026-06-02, and the most recent published package update being v3.0.2 on 2025-11-20.

Last release:

702 watchers
Open

Media Type Database, a large collection of MIME types and related metadata delivered as a single public JSON file. It is useful for looking up MIME information (such as known extensions, compressibility, and default charset) for handling files correctly in Node.js and web tooling.

Status:

jshttp/mime-db appears to be a data-focused project with periodic updates, but the most recently summarized tag is v1.54.0 on 2025-03-18, and there is no evidence of a newer tagged update as of 2026-06-09, suggesting a quieter period rather than rapid cadence.

Last release:

672 watchers
Open

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:

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

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

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

311 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