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:

Any Promise lets a library work with any ES2015-compatible Promise implementation chosen by the application author. An application can optionally register its preferred Promise (including a global or browser Promise), and libraries can require `any-promise` to get that selected implementation. It can also help older Node.js versions where the global Promise may be unreliable.

Status:

The GitHub source (kevinbeaty/any-promise) appears quiet and effectively dormant, with the last upstream push on 2018-10-01 and the most recent tagged updates dating back to 2016, which is long before 2026-06-09.

Last release:

222 watchers
Open

Ajv is a fast JSON schema validator for Node.js and browsers. It supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927), useful for validating JSON data against schema definitions.

Status:

Actively maintained, upstream has recent activity (last push 2026-05-12) and multiple version updates in 2026 (v8.18.0 on 2026-02-14, v8.19.0 and v8.20.0 on 2026-04-24).

Last release:

592 updates · last 90 days2 watchers
Open

Node.js HTTP Proxy Agents monorepo providing HTTP agent implementations that route traffic through proxies using different protocols, with support for HTTP/HTTPS and related proxy technologies. It’s useful if you’re looking for Node.js “agent” modules to send requests via proxies, and the guidance suggests using proxy-agent for the most common cases.

Status:

Actively maintained, as shown by multiple upstream updates on 2026-06-08 across the monorepo packages (http-proxy-agent, https-proxy-agent, proxy, proxy-agent-negotiate, socks-proxy-agent, pac-proxy-agent, proxy-agent), with the last upstream push at 2026-06-08 16:47 UTC.

Last release:

448 updates · last 90 days2 watchers
Open

Acorn-JSX is a plugin for Acorn that provides an alternative, faster parser for React.js JSX syntax. It’s useful for tools that need to parse JavaScript into a JSX AST, for example language services or code analysis, rather than transpiling directly to ES5.

Status:

Maintenance status: acorn-jsx shows signs of quiet or dormant maintenance today, with the most recent upstream push dated 2022-12-04, and no newer update summaries shown since 2020-09-07.

Last release:

282 watchers
Open

UnRS Resolver is a Rust-based module resolver (with Node.js bindings via npm) that implements ESM and CommonJS resolution, including support for tsconfig paths and tsconfig discovery. It can be useful in bundlers, linters, and language servers that need consistent module resolution with TypeScript configuration, and it also supports Yarn Plug’n’Play (Yarn PNP) and an in-memory file system option.

Status:

Actively maintained: The repository shows recent activity (last upstream push on 2026-06-01) and multiple tagged updates in May 2026, including both feature and maintenance changes.

Last release:

553 updates · last 90 days2 watchers
Open

A structuredClone polyfill that provides an environment-agnostic serializer and deserializer for cloning values beyond JSON, including support for recursion and additional JavaScript types (with noted limitations for some browser types). It is useful when you need a structured clone-like behavior in environments without a native structuredClone, either by importing the polyfill directly or by optionally adding it to the globalThis object conditionally.

Status:

Actively maintained, with the most recent upstream push on 2026-06-23 and a fresh update released on 2026-06-23 (v1.3.2), indicating current work rather than dormancy.

Last release:

623 updates · last 90 days2 watchers
Open

TypeScript ESLint is a monorepo of tooling that enables ESLint to support TypeScript, providing powerful static analysis for JavaScript and TypeScript. It is useful if you want linting rules and plugins tailored to TypeScript code through the ESLint ecosystem. Documentation is available at https://typescript-eslint.io.

Status:

Actively maintained: Yes, there are ongoing updates in 2026 with the most recent upstream push on 2026-07-07 and published updates on 2026-07-06 (v8.63.0), indicating current development rather than a dormant state.

Last release:

7112 updates · last 90 days2 watchers
Open

DefinitelyTyped/DefinitelyTyped is where the community maintains high quality TypeScript type definitions for JavaScript packages. It is useful for finding and installing `@types/*` packages so TypeScript can type-check code that uses third party libraries.

Status:

DefinitelyTyped/DefinitelyTyped appears actively maintained, with an upstream GitHub push as recent as 2026-06-08 (today is 2026-06-09).

Last release:

692 watchers
Open

wasm-util is a collection of WebAssembly utilities for browser environments, designed for use with ES2019 output. It provides helpers like a WASI polyfill for the browser (including load and loadSync for fetching and instantiating Wasm), memory/view extensions, and Asyncify wrapping to turn synchronous-style exports into Promise-based async functions.

552 watchers
Open

TanStack Virtual is a headless, framework-agnostic JavaScript/TypeScript library for virtualizing large element lists, grids, and tables in React, Solid, Vue, and Svelte. It helps you render only visible items and achieve smooth scrolling performance, while giving you full control over your markup and styles.

Status:

Actively maintained, with very recent upstream activity, latest upstream push on 2026-07-09, and multiple package updates across the ecosystem in late June and early July 2026.

Last release:

6933 updates · last 90 days1 watchers
Open

TanStack Query is an asynchronous state management library for fetching and synchronizing server state in web apps, with caching and automatic refetching. It provides utilities for data fetching across REST, GraphQL, promises, and more, plus features like mutations, pagination and infinite scroll, background updates, and React Suspense support.

Status:

TanStack/query appears actively maintained, with a recent upstream push on 2026-06-30 and multiple related package updates landing on 2026-06-27.

Last release:

6934 updates · last 90 days1 watchers
Open

Tailwind CSS Typography is a plugin that adds a set of `prose` classes for “beautiful typographic defaults” on vanilla HTML you don't control, such as content rendered from Markdown or a CMS. It’s useful for quickly styling headings, paragraphs, code, and related elements with sensible spacing and colors, including options like gray themes, type scale sizing, and dark mode via `prose-invert`.

Status:

The repository appears actively maintained, with a recent push on 2026-06-08 and a new update v0.5.20 on 2026-06-08, plus prior updates throughout 2024 to 2026.

Last release:

481 updates · last 90 days2 watchers
Open

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:

Actively maintained, with very recent upstream activity (last push on 2026-06-23) and frequent published updates in late June 2026, including both stable tags and multiple nightly builds.

Last release:

7415 updates · last 90 days2 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: The source has recent GitHub activity (upstream push on 2026-07-03) and updates are appearing in 2026 with minimal gaps (for example, 4.3.0 on 2026-06-25 and 4.3.1 on 2026-07-03).

Last release:

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

microsoft/rushstack appears actively maintained, with an upstream GitHub push on 2026-06-29 and multiple package updates published in late June 2026 (notably around 2026-06-27 and 2026-06-20).

Last release:

4974 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.

222 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: Recent upstream pushes are very recent (last upstream push 2026-07-07), with multiple updates to protobufjs, protobufjs-cli, and @protobufjs/utf8 across the past week.

Last release:

6631 updates · last 90 days1 watchers
Open