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:

SWC (Speedy Web Compiler) is a Rust-based TypeScript and JavaScript compiler. It provides parsing and compilation capabilities, with documentation covering Rust usage (notably via the ecma parser) and JavaScript/Node installation, and it aims to make web development faster.

Status:

Active maintenance: Yes, the GitHub source shows very recent upstream activity (last push 2026-08-19) and there are tagged updates within days of today (v1.16.1 on 2026-08-19), indicating ongoing work rather than maintenance mode.

Last release:

7314 updates · last 90 days3 watchers
Open

Shikijs/vscode-textmate is a fork of microsoft/vscode-textmate, useful for syntax highlighting and TextMate grammar support in VS Code-style tooling. It includes changes such as converting async operations to sync, requiring an onigLib option, bundling the library into a single ES module file, and adding support for RegExp literals in grammar objects.

Status:

The source (shikijs/vscode-textmate, a Shiki fork of vscode-textmate) shows an upstream push last at 2025-02-15, and no further updates are evident since then, so it appears quiet/dormant relative to today (2026-06-09), not actively maintained.

Last release:

201 watchers
Open

Shiki is a syntax highlighter for code, described as “beautiful yet powerful” and based on TextMate grammar. It is useful if you want accurate, high-quality syntax highlighting for Markdown or other text that follows supported grammar rules.

Status:

Actively maintained, with very recent updates (latest on 2026-08-10) and continued work through Aug 2026, plus multiple follow-on updates in late Jul and early Aug 2026.

Last release:

546 updates · last 90 days1 watchers
Open

Microsoft Rush Stack is a monorepo for tools maintained by the Rush Stack community, focused on reusable tooling for large scale TypeScript monorepos. It includes developer tools such as Rush (a build orchestrator) and Heft, plus API tooling like API Extractor and API Documenter (with TSDoc-based documentation).

Status:

Actively maintained: The GitHub monorepo had an upstream push on 2026-08-27, indicating ongoing development rather than dormancy.

Last release:

55157 updates · last 90 days2 watchers
Open
GitHub

@rtsao/scc is a JavaScript package that finds strongly connected components (SCCs) in a directed graph using Tarjan's algorithm. It can also provide a topological order and a list of cycles, which is useful for tasks like cycle detection in graph data.

223 watchers
Open

protobuf.js is a standalone JavaScript and TypeScript implementation of Protocol Buffers for Node.js and the browser. It helps you work with .proto files, serialize and deserialize structured data with efficient binary I/O, and supports runtime reflection as well as reflection-free static code generation with TypeScript declarations.

Status:

Actively maintained: protobufjs/protobuf.js shows an upstream push today (2026-08-27) with fresh updates to both protobufjs and protobufjs-cli, indicating ongoing development rather than dormancy.

Last release:

6728 updates · last 90 days2 watchers
Open

Provides an implementation of the HKDF key derivation function (RFC 5869) in Node.js and multiple other JavaScript runtimes, using native crypto with no dependencies. Useful for deriving fixed-length cryptographic keys from input keying material (ikm) plus optional salt and info, based on a selectable digest algorithm. The project is marked as archived, with guidance to use the Web Cryptography API’s deriveBits instead.

Status:

Maintenance status: Upstream is marked as archived, and the most recent recorded updates in the provided history are from 2024-07-03 (v1.2.1). With today being 2026-06-09, this indicates the project is effectively in a quiet, maintenance mode rather than active development.

Last release:

253 watchers
Open

OpenTelemetry JavaScript Client is a JavaScript framework for collecting traces, metrics, and logs from applications. It provides getting started documentation and API and SDK reference materials, useful for setting up and exporting observability telemetry in Node.js.

Status:

Actively maintained: The upstream repo shows a very recent push (2026-07-22), and stable and experimental updates have landed within the last couple of weeks (for example, v2.10.0 and experimental/v0.221.0 on 2026-07-21).

Last release:

7410 updates · last 90 days2 watchers
Open

nolyfill is a CLI tool for Node.js projects that identifies redundant polyfills in your existing dependencies and replaces them with lightweight alternatives. It is intended to speed up package installation (npm, yarn, pnpm), reduce disk usage by shrinking `node_modules`, and improve runtime performance by avoiding slower polyfill implementations when native support is available.

Status:

Maintenance status: The most recent update in this source is 1.0.44 on 2025-03-04, and the upstream push was 2025-06-03, which is over 12 months ago from 2026-06-09, so the project appears quiet or in maintenance mode, not actively maintained.

Last release:

423 watchers
Open

Monorepo for NodeLib libraries, a set of utilities to make common Node.js scenarios easier to work with. Includes packages such as fs.macchiato for testing filesystem structures, fs.scandir for listing directories, fs.stat for getting file status, and fs.walk for recursively walking directories. Useful if you need higher-level filesystem helpers in Node.js.

Status:

Maintenance status: The monorepo (nodelib/nodelib) shows a clear long gap since the last upstream push on 2025-01-08, so as of 2026-06-09 it appears quiet or in maintenance mode, not actively updated.

Last release:

483 watchers
Open

Next.js is the React framework for building full-stack web applications by extending React features and integrating JavaScript tooling for faster builds. It is useful for projects that need server rendering and hybrid approaches, including static site generation and static outputs. Documentation and learning resources are available at nextjs.org, with community support via GitHub Discussions and Discord.

Status:

Actively maintained: upstream pushes are happening up to 2026-08-27, and the repo has frequent recent updates (multiple v16.4.0 canary builds within about 4 days).

Last release:

67126 updates · last 90 days3 watchers
Open

napi-rs is a framework for building compiled Node.js add-ons using Rust via Node-API. It is useful if you want to expose Rust functions and async Rust code to JavaScript, and includes tooling (including @napi-rs/cli) to build and place the native .node binary for loading in Node.js.

Status:

Actively maintained: The most recent upstream push is 2026-08-26, and the repo has multiple recent updates across napi, napi-derive, and napi-build in August 2026.

Last release:

5738 updates · last 90 days4 watchers
Open

A TypeScript/JavaScript library that provides a better way to consume server-sent events (EventSource) using the Fetch API. It lets you use full fetch features such as custom method, headers, and request bodies, gives access to the response for validation, and provides control over retry strategy and connection behavior.

Status:

Maintenance status: No published updates since v2.0.1 on 2021-04-25, suggesting long periods without tagged changes, though there was an upstream GitHub push on 2026-02-28, so it may be intermittently active rather than fully dormant.

Last release:

421 watchers
Open

MDX (mdx-js/mdx) is an authorable format that lets you write JSX inside Markdown documents, including imports of components and embedding interactive content within long-form writing. It includes packages for compiling MDX to JavaScript and integrating with bundlers and frameworks like React, Preact, and Vue.

Status:

Actively maintained: The upstream repo shows a recent push (2026-06-08), and the most recent tagged update listed is MDX 3.1.1 (2025-08-29), indicating ongoing development rather than abandonment.

Last release:

591 watchers
Open

Resolves a URI string relative to an optional base URI, handling combinations of absolute URIs, protocol-relative URIs, absolute paths, and relative paths. Useful when you need consistent URL resolution and joining in JavaScript or TypeScript code.

Status:

Maintenance status: The package is broadly mature, but the most recent published updates appear to be v3.1.2 (2024-02-14), while the upstream GitHub repo shows a more recent push on 2026-03-05, suggesting continued development but not frequent packaging updates.

Last release:

284 watchers
Open

A GitHub monorepo for various JavaScript sourcemap-related libraries, including gen-mapping, remapping, source-map, sourmap-codec, and trace-mapping. Useful for tooling that needs to generate, parse, encode, or trace source maps.

Status:

Maintenance status: The monorepo (jridgewell/sourcemaps) shows an upstream push on 2026-04-21, suggesting ongoing maintenance, though the provided npm-package updates list stops in 2025-09.

Last release:

551 updates · last 90 days4 watchers
Open

Packaging scripts for building pre-compiled libvips shared libraries and their dependencies across common operating systems and CPU architectures (Linux, Windows, macOS, and WebAssembly). Published to the npm registry under the img organization, this is useful if you want the prebuilt libvips binaries rather than compiling libvips yourself.

Status:

The lovell/sharp-libvips GitHub source appears actively maintained, with the most recent upstream push on 2026-08-26 and new npm-package updates landing as late as 2026-08-26 (v1.3.3), including an RC just a day earlier (v1.3.3-rc.0).

Last release:

6210 updates · last 90 days3 watchers
Open

Sharp is a high performance Node-API module for image processing in JavaScript runtimes like Node.js, Deno, and Bun. It is used to quickly resize and convert large images (JPEG, PNG, WebP, AVIF, TIFF, and more) to smaller, web-friendly formats, leveraging the libvips library and supporting operations like rotation, cropping, compositing, and gamma correction.

Status:

Actively maintained: GitHub upstream activity is recent (last push on 2026-08-26) and npm updates are landing within days (0.35.4-rc.0 on 2026-08-25, 0.35.4 on 2026-08-26), indicating ongoing maintenance.

Last release:

7216 updates · last 90 days3 watchers
Open