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.
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.
Actively maintained. The upstream repo has recent pushes (last upstream push on 2026-09-16), and the project is publishing frequent updates (including nightly builds) in September 2026.
Last release:
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.
The source (shikijs/vscode-textmate, Shiki’s fork) does not show recent activity relative to today, with the last upstream push on 2025-02-15 and the newest published updates also dated 2025-02-15. This gap suggests it is quiet or in maintenance mode rather than actively maintained.
Last release:
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.
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:
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).
Actively maintained: The GitHub monorepo had an upstream push on 2026-08-27, indicating ongoing development rather than dormancy.
Last release:
@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.
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.
Active maintenance: The GitHub source shows an upstream push on 2026-09-03, and recent protobufjs and protobufjs-cli updates landed in late August 2026 (with additional updates in early/mid July), indicating the project is actively maintained.
Last release:
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.
The panva/hkdf update source appears to be in maintenance mode or dormant, with the upstream marked as archived, and no evidence of updates shipped after 2024-07-03 despite an upstream push on 2025-06-18.
Last release:
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.
Actively maintained. Recent activity is very current, with the last upstream push on 2026-09-02 and the latest observed version/tag v2.11.0 on 2026-08-31, plus same-day experimental updates.
Last release:
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.
Maintenance status: The repository appears quiet/dormant as of today (2026-09-10), with the most recent upstream push on 2025-06-03 and the newest observed updates on 2025-03-04. No evidence of ongoing active maintenance in 2026.
Last release:
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.
The nodelib monorepo appears to still be alive, with an upstream push recorded on 2026-07-20, but the provided package-level updates list only goes up to 2024-12-01 (there is no evidence here of npm updates after that date), so downstream change cadence looks relatively infrequent.
Last release:
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.
Next.js (vercel/next.js) appears actively maintained, with upstream pushes and frequent updates in early/mid September 2026, including a new canary the same day as the last upstream push (2026-09-17).
Last release:
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.
Actively maintained and active today: GitHub activity shows the last upstream push on 2026-09-16, and there are multiple updates across napi, napi-build, and napi-derive between 2026-09-10 and 2026-09-16.
Last release:
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.
Maintenance status: Published updates appear infrequent since v2.0.1 (2021-04-25), which is over 5 years ago relative to 2026-09-10, suggesting the package is largely in maintenance mode for releases, though there has been an upstream push on 2026-02-28 that may indicate some ongoing work.
Last release:
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.
Active maintenance: The repo shows very recent upstream activity (last push on 2026-09-09), and the most recent published updates (MDX 3.1.1 on 2025-08-29) focus on stability and developer experience rather than deprecation, suggesting ongoing upkeep rather than abandonment.
Last release:
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.
The repository shows an upstream push on 2026-03-05, but the published package updates are sparse, with the latest versioned update (v3.1.2) dated 2024-02-14, suggesting the source is not actively seeing frequent release-level changes.
Last release:
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.
Actively maintained: The monorepo shows a recent upstream push on 2026-08-28, and packages within it have new updates as of that date (for example, sourcemap-codec 1.6.0), indicating ongoing maintenance rather than being fully dormant.
Last release:
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.
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:
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.
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: