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:

@fastify/ajv-compiler manages the ajv instances used by the Fastify framework, isolating the AJV dependency so you can choose an AJV version without tightly coupling it to Fastify. It also supports Fastify with JSON Type Definitions (JTD), including an optional serializer setup and an AJV “standalone” mode to pre-compile and load schema validation functions.

Status:

Active maintenance: The repo shows recent updates (last upstream push 2026-08-08) with a new tagged version v4.0.6 on 2026-08-08, indicating it is currently actively maintained.

Last release:

701 updates · last 90 days1 watchers
Open

@fastify/accept-negotiator negotiates HTTP accept-* headers, choosing the best matching value from a list of supported values. It provides a function (negotiate) and a class (Negotiator) with optional caching for faster repeated negotiations.

Status:

Active maintenance: Yes, the repository is being maintained. The most recent update is v2.1.0 on 2026-08-08, which is very close to today (2026-08-13).

Last release:

481 updates · last 90 days1 watchers
Open

Faker is a JavaScript and TypeScript library for generating massive amounts of fake but realistic-looking data for testing and development in both the browser and Node.js. It provides APIs for common data types like people, locations, dates, finance, commerce, and localized values across many locales.

Status:

Faker-js is actively maintained, with very recent upstream and repo updates (last upstream push 2026-08-19, and releases tagged as recent as v10.6.0 on 2026-08-14).

Last release:

692 updates · last 90 days1 watchers
Open

A small Node.js-focused diagnostics tool that creates namespaced debug loggers disabled by default and enabled via flags, without changing application code. Useful for emitting meaningful logs across multiple JavaScript environments (Node.js, browsers, React Native), with support for separating development and production builds to minimize impact when bundled.

Status:

Maintenance status: The repo appears quiet as of today, with the most recent upstream push and the newest recorded update on 2025-09-30, about 10.5 months ago.

Last release:

301 watchers
Open

@cspotcode/source-map-support adds source map support to Node.js so stack traces show original source file paths and line numbers instead of compiled JavaScript locations. It uses the V8 stack trace API and the source-map module, and can be enabled via a CLI require hook, a `register` import, or programmatic `install()`.

Status:

The source does not appear actively maintained as of 2026-08-13, with the last upstream push on 2023-07-05 and no update history shown after 2022 (a multi year gap suggests it is quiet or in maintenance mode).

Last release:

121 watchers
Open

Confluent’s Apache Kafka JavaScript client, used to connect JavaScript applications to Apache Kafka. It is useful for producing and consuming Kafka messages from Node.js or other JavaScript environments.

621 watchers
Open

@colors/colors provides functions to add text colors and styles in Node.js console output, including foreground and background colors plus styles like bold, underline, and inverse. It can auto-detect terminal color support (and can be forced on or off), and it also supports string-safe usage (without extending String.prototype) and custom themes.

Status:

Maintenance status: Likely in maintenance mode. The most recent published updates shown are v1.6.0 on 2023-07-10, and while the repo has an upstream push recorded on 2024-11-18, there are no newer release/update notes in the provided history.

Last release:

351 watchers
Open

The Camunda 8 JavaScript SDK for Node.js, written in TypeScript, provides API clients for Camunda Platform 8. It is useful for integrating Camunda 8 orchestration via the Orchestration Cluster API, with strongly typed (strict) and string-based (loose) client options.

Status:

Actively maintained, with a very recent upstream push on 2026-08-31 and multiple follow-on updates in 2026, including alpha updates and numbered versions.

Last release:

555 updates · last 90 days1 watchers
Open

The Camunda 8 Orchestration Cluster TypeScript SDK provides a type safe, promise based JS client for the Camunda 8 Orchestration Cluster REST API. It helps developers call orchestration cluster endpoints with built in auth options, retry behavior, optional schema validation, and helpers for polling and tenantId defaults.

Status:

The source (Camunda 8 Orchestration Cluster API JS client) appears actively maintained, with frequent GitHub activity and a recent upstream push on 2026-09-02.

Last release:

4826 updates · last 90 days1 watchers
Open

Protocol Buffers for JavaScript and TypeScript, provided by @bufbuild/protobuf. It focuses on modern, ergonomic message APIs and is described as fully compliant with Protobuf conformance tests, useful for building typed Protobuf-based APIs (including with Connect via generated stubs).

Status:

Actively maintained, with upstream pushes and multiple tagged updates in 2026, including recent updates on 2026-08-13, 2026-08-31, and an upstream push on 2026-09-01.

Last release:

694 updates · last 90 days1 watchers
Open

A lightweight, dependency-free polyfill that provides reliable TextEncoder/TextDecoder-like encode and decode functions for a small set of encodings, including UTF-8, UTF-16LE, ASCII, Latin-1, and Windows-1252. Useful for JavaScript environments where native text encoding support is limited or inconsistent, such as some React Native Hermes setups or Node.js builds with restricted ICU support.

Status:

Maintenance status: The source appears actively maintained, with the most recent upstream push on 2026-06-01 and an updates entry as recent as v0.2.2 on 2026-03-11, which is only about 2 months before today (2026-08-13).

Last release:

481 watchers
Open

Helpers for working with V8 coverage data. It provides functions to deep copy coverage objects and to merge multiple V8 coverage files (with API implementations in TypeScript, Rust, and a planned Node native module), useful for combining and manipulating coverage results in tooling.

201 watchers
Open

@aws/lambda-invoke-store provides a generic per-invocation context store for the AWS Lambda Node.js runtime, letting you store and retrieve custom data safely within a single invocation. It also protects and exposes Lambda execution metadata such as requestId and tracing fields (X-Ray traceId and W3C trace context) with TypeScript types, supporting async/await context preservation. The AWS Lambda Runtime Interface Client typically initializes it automatically, so function code can usually just call getInstanceAsync() and use set/get.

Status:

The repository appears actively maintained, with an upstream push on 2026-08-11 and the most recent tagged update v0.3.0 on 2026-07-01, indicating ongoing work close to today (2026-08-13).

Last release:

481 updates · last 90 days1 watchers
Open

AWS SDK for JavaScript v3 is a modular AWS SDK for building JavaScript and TypeScript apps that call Amazon Web Services. It provides separate packages for each service, first-class TypeScript support, and a middleware stack, making it useful for projects targeting services like DynamoDB, Lambda, and S3.

Status:

Actively maintained: The repository has very recent activity (last upstream push on 2026-09-02) and frequent updates across many AWS SDK v3 clients, indicating ongoing maintenance rather than dormancy.

Last release:

7127 updates · last 90 days1 watchers
Open

AWS SDK JS Crypto Helpers is a collection of cryptographic helper packages for JavaScript and Node.js, providing simple primitives for browser or Node.js use. It is useful if you need building blocks like cryptographically secure random values, hashing helpers (for example SHA-256), or capability checks (such as web crypto support) while using AWS Crypto Tools.

Status:

Actively maintained? Repo has a very recent upstream push (2026-08-10), which suggests ongoing activity, but the published updates/tag history in the provided data stops at v5.2.0 (2023-10-16), so release-facing maintenance appears to have been quiet for a long stretch.

Last release:

601 watchers
Open

AsyncAPI spec-json-schemas provides JSON Schema documents for validating AsyncAPI documents across different AsyncAPI specification versions, with schema variants that include or omit the JSON Schema `$id` behavior. It also includes JavaScript and Go modules to access these schema files from code, useful when you need versioned schema-based validation in your tooling.

Status:

The source appears actively maintained, with an upstream GitHub push on 2026-07-30 and recent tagged updates up through v6.11.1 (2026-01-30).

Last release:

721 watchers
Open

A small Node.js module that exports an array of lower-case HTTP method names supported by the Swagger 2.0 specification. It is useful when you need a validated list of Swagger 2.0 HTTP methods (for example, to drive validation or code generation based on a spec).

Status:

Actively maintained: No. The most recent recorded upstream push and package updates were in 2020 (last upstream push 2020-07-19, latest update 2020-03-15). As of 2026-08-13, this source appears quiet/dormant rather than actively maintained.

Last release:

261 watchers
Open

Angular CLI is a command-line interface tool for Angular applications, useful for initializing, developing, scaffolding, and maintaining Angular projects from a command shell. It can be installed globally (for example, via npm) and provides common commands like creating a new workspace and starting the development server (ng serve).

Status:

Actively maintained: The upstream repository has had pushes as recently as 2026-09-02, and the update stream shows multiple recent updates across v22.2.0-next.*, v22.1.*, and earlier branches, indicating ongoing development rather than dormancy.

Last release:

8324 updates · last 90 days1 watchers
Open