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:

Joi is a JavaScript data validation and schema description library, used to define and validate structured data. It provides documentation and an API via the joi.dev developer portal, along with versions status and a changelog.

Status:

Active maintenance is strongly suggested: the repo has upstream pushes and multiple tagged updates clustered around 2026-08-19 (v17.13.5 to v17.13.6, v18.2.3 to v18.2.5), including security hardening and follow-up patches.

Last release:

6611 updates · last 90 days1 watchers
Open

@hapi/hoek is a Node.js utilities module intended for the hapi ecosystem, providing hapi-specific helper methods. It’s designed to work well with the hapi web framework and related components, but can also be used standalone or with other frameworks.

Status:

Actively maintained: Yes, based on an upstream GitHub push and a new candidate version on 2026-07-31, indicating ongoing development rather than a long dormancy.

Last release:

481 updates · last 90 days1 watchers
Open

This is a math and string formula parser, part of the hapi ecosystem and the Joi ecosystem. It is useful when you need to parse and evaluate formula expressions, and its documentation, API, version status, and changelog are available through joi.dev.

Status:

Active maintenance: The source shows recent activity, with an upstream push on 2026-07-01 and a corresponding v4.0.0 update on the same date, suggesting it is currently being maintained rather than dormant.

Last release:

421 updates · last 90 days1 watchers
Open

@hapi/address is a JavaScript package used to validate email addresses and domains. It is part of the joi ecosystem and links to documentation and changelog on joi.dev.

Status:

Active maintenance: The most recent upstream push and published updates are from 2024-01-29, and there have been no evident updates since then (about 2.5 years as of 2026-08-13), so this source appears quiet/dormant rather than actively maintained.

Last release:

351 watchers
Open

gRPC for Node.js provides client and server implementations for the gRPC framework, including a pure JavaScript option using the @grpc/grpc-js package (no C++ addon). It also includes supporting packages like @grpc/proto-loader for loading .proto files, grpc-tools for distributing protoc and the Node gRPC plugin, and health check and reflection services for gRPC servers.

Status:

Actively maintained: The grpc/grpc-node repo shows a recent upstream push on 2026-06-17, and there have been multiple @grpc/grpc-js updates in 2026 (notably several on 2026-05-20), indicating ongoing development rather than maintenance mode.

Last release:

681 watchers
Open

@fastify/swagger is a Fastify plugin that serves Swagger (OpenAPI v2) or OpenAPI v3 schemas. It can auto-generate documentation from your route schemas in dynamic mode, or serve an existing Swagger/OpenAPI schema in static mode. It is useful for adding Swagger/OpenAPI docs to Fastify APIs, including via front ends like swagger-ui integrations.

Status:

Actively maintained: GitHub activity is recent (last upstream push on 2026-08-06) and published updates close to today, with the latest tagged update v9.8.1 on 2026-07-13.

Last release:

802 updates · last 90 days1 watchers
Open

@fastify/static is a Fastify plugin for serving static files, designed to be as fast as possible. It lets you mount a filesystem directory under a URL prefix and control options like cache headers, wildcard routing, and directory redirects.

Status:

Active maintenance is evident, with an upstream GitHub push on 2026-08-26 and recent plugin updates into late August 2026.

Last release:

787 updates · last 90 days1 watchers
Open

@fastify/send is a Node.js library for streaming files from the file system as HTTP responses. It supports range requests (partial responses), conditional GET negotiation, and configurable response headers such as Content-Type, Last-Modified, ETag, and Cache-Control. This fastify-specific fork is provided via npm under @fastify/send and was created to address CVE-2017-20165.

Status:

Actively maintained: The repo shows an upstream push on 2026-08-08, and the latest recorded update (v4.1.1 on 2026-08-08) is very recent relative to today (2026-08-13), suggesting ongoing maintenance.

Last release:

481 updates · last 90 days1 watchers
Open

@fastify/proxy-addr determines the address of a proxied request. It provides `proxyaddr(req, trust)` to return the closest untrusted address, and `proxyaddr.all(req, trust)` to return the full ordered list of request addresses. It can take a trust callback, a string, or lists of trusted IP and CIDR ranges, and supports IPv6 normalization.

Status:

Actively maintained: The GitHub source has an upstream push on 2026-08-07, and the most recent tagged update (v5.1.0) was 2025-09-28, indicating ongoing development activity rather than dormancy.

Last release:

651 watchers
Open

@fastify/multipart is a Fastify plugin that parses multipart content types, exposing uploaded files and form fields via async handlers and iterators. It supports streaming or disk modes, optional in-memory accumulation, and configuration for upload limits, making it useful for implementing file upload endpoints in Fastify applications.

Status:

Active maintenance, with the latest upstream push on 2026-08-14 and patch updates addressing two GHSA security advisories (v10.1.1), plus additional CI and dependency maintenance.

Last release:

802 updates · last 90 days1 watchers
Open

@fastify/merge-json-schemas is a JavaScript library that merges multiple JSON Schemas into a single schema by building a logical AND (conjunction). It’s useful when you need to combine schema constraints from multiple sources, with configurable keyword resolvers and conflict handling (throw, ignore, or first).

Status:

Actively maintained: the upstream GitHub push on 2026-08-06 is recent relative to today (2026-08-13), and the project has ongoing version updates beyond 2024.

Last release:

401 watchers
Open

@fastify/forwarded is a Fastify-focused utility that parses the HTTP X-Forwarded-For header. It returns an array of IP addresses from the request, including the socket address, with index 0 as the socket address and the last entry as the furthest address (typically the end-user).

Status:

The fastify/forwarded upstream appears actively maintained, with the most recent activity being an upstream push on 2026-08-07 and the latest tagged update v3.0.2 on 2026-07-28.

Last release:

671 updates · last 90 days1 watchers
Open

A Fastify plugin that adds parsing for `application/x-www-form-urlencoded` request bodies, so form submissions are available as `req.body`. It supports configuration options like `bodyLimit` and a custom `parser` function (defaulting to Fastify's built-in `querystring.parse`).

Status:

Actively maintained: Yes. The most recent upstream push was 2026-08-08 and a v9.0.0 update was published on the same date, so the source is current as of 2026-08-13.

Last release:

731 updates · last 90 days1 watchers
Open

@fastify/fast-json-stringify-compiler builds and manages fast-json-stringify instances for the Fastify framework, compiling response JSON schemas into optimized serializer functions to speed up response time. It can also be used in a standalone mode to pre-compile schema serializer functions for faster startup, by generating them in development and restoring them at runtime.

Status:

Actively maintained, with recent upstream activity (latest GitHub push on 2026-08-05) and a recent package update (v5.1.0 on 2026-07-05).

Last release:

401 updates · last 90 days1 watchers
Open

@fastify/error is a small utility used by Fastify to generate consistent error objects across your codebase and plugins. It exports a function to create custom error constructors with a standardized code, message (optionally with string interpolation), and optional status code, base error type, and stack trace capture.

Status:

Actively maintained (evidence: there was an upstream push on 2026-08-07, and the project has continued to ship new functionality in the v3.x to v4.x series).

Last release:

681 watchers
Open

@fastify/deepmerge is a Node.js utility for deeply merging the enumerable properties of two or more objects, returning a new merged object without mutating the inputs. It provides options to control behavior such as merging symbols, handling multiple objects, customizing how arrays are merged, and excluding or treating specific object types as mergeable.

Status:

Actively maintained: The upstream repository shows a recent push (2026-08-04), and there have been multiple updates in 2026 (v3.2.0 in 2026-01-20, v3.2.1 in 2026-02-19), indicating ongoing maintenance rather than stasis.

Last release:

621 watchers
Open

@fastify/cors is a Fastify plugin that adds CORS (Cross-Origin Resource Sharing) headers to responses, and it can also register an OPTIONS preflight route. It is useful for configuring which request origins, methods, headers, and credentials are allowed in a Fastify application, with options like `origin`, `methods`, `allowedHeaders`, and `credentials`.

Status:

Actively maintained, with recent updates in 2026 (v11.3.0 on 2026-07-08) and an upstream push on 2026-08-05, suggesting ongoing work rather than maintenance-only status.

Last release:

771 updates · last 90 days1 watchers
Open

@fastify/busboy is a Node.js module for parsing incoming HTML form data as a streaming parser. It is useful for handling multipart form uploads (files and fields) and processing each file and field via emitted events as the request body is piped in.

Status:

Actively maintained, with security-focused updates recently (v3.2.2 on 2026-08-21, v3.2.1 on 2026-08-12), and multiple prior updates in the past 2 years.

Last release:

622 updates · last 90 days1 watchers
Open