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.
better-ajv-errors is a Node.js library that formats JSON Schema validation errors from ajv into more human-readable messages for CLI output or API-friendly JavaScript structures. It is useful when you want clearer, more helpful error text (including options like JSON line and column info, and optional color formatting).
The source appears actively maintained, with an upstream push on 2026-08-12 and recent versioned updates in 2026 (notably v7.0.0 on 2026-05-14, v6.0.0 on 2026-05-12).
Last release:
Scarf.js is analytics for npm packages, it collects basic installation details after packages are installed and reports them to a Scarf dashboard. It is designed to be transparent to users (logs behavior to the console), non-interrupting (best effort), and supports opt-in or opt-out via environment variables like `SCARF_ANALYTICS=false`.
Rollup Plugins is the official Rollup plugins collection, covering many build-time tasks like compiling (Babel, TypeScript, Sucrase), resolving dependencies, converting formats (JSON, YAML, GraphQL), and producing optimized outputs (minification and stripping). It also includes related helper packages, such as plugin utilities used across Rollup plugins.
Actively maintained: The upstream GitHub repo for rollup/plugins had a recent push on 2026-05-29, and multiple plugin updates were published around that date, suggesting ongoing maintenance (about 2.5 months before today, 2026-08-13).
Last release:
Node-redis (redis/node-redis) is a modern, high-performance Redis client for Node.js. It provides a Node.js interface to Redis, including built-in support for out-of-the-box Redis commands and Redis cluster-related clients.
redis/node-redis appears actively maintained, with upstream activity on 2026-08-11 and fresh version updates published in the last few weeks (for example, redis@6.2.1 on 2026-08-11, redis@6.2.0 on 2026-07-31, and a redis@6.2.0-beta.0 on 2026-07-30).
Last release:
oas provides comprehensive tooling for working with OpenAPI definitions, centered on an `Oas` class that takes a JSON OpenAPI spec and exposes methods to inspect paths, operations, servers, extensions, and security. It is useful for developers who need to query and process OpenAPI structure, find operations by URL and HTTP method, and generate or execute related artifacts using OpenAPI data.
The repository appears actively maintained, with an upstream push on 2026-08-10 (and the source is described as comprehensive tooling for working with OpenAPI definitions).
Last release:
Parse, resolve, and dereference JSON Schema `$ref` pointers in Node.js and web browsers. Useful for loading schemas that reference other local files, URLs, or mixed JSON and YAML, and for producing a fully resolved JavaScript object with dereferenced references.
Upstream appears archived and development looks quiet, with the last upstream push on 2025-02-01 and the newest listed update (1.2.1) on 2023-10-24. This suggests the project is not actively evolving in 2026.
Last release:
@readme/better-ajv-errors formats JSON Schema validation errors from ajv into more readable messages for developers. It is useful when your schema validation fails and you want to print clearer CLI output (or JavaScript-friendly error objects) instead of raw ajv errors.
Active maintenance: The repo shows ongoing upstream activity (last upstream push on 2026-08-03), but the most recent documented package update in the provided history is 2.4.0 (2025-10-24), so published updates appear intermittent as of 2026-08-13.
Last release:
@unts/pkgr is a set of simple utilities for package bundlers like rollup and webpack. It is useful for bundling-related tasks, with features aligned to UMD and global handling.
Active maintenance: The repo shows ongoing work, with an upstream push on 2026-08-12 and multiple package updates in late May 2026 across @pkgr/core, @pkgr/utils, and @pkgr/rollup.
Last release:
@pinojs/redact is a JavaScript utility for smart redaction of sensitive object fields, using a redaction function created with `pinoRedact(options)`. It lets you specify nested key paths (including wildcards and array indices) to replace values with a censor string (default `[REDACTED]`) while keeping the original object unchanged, which makes it useful for safe, immutable logging and debugging.
Maintenance status: Looks mostly quiet relative to today, with the most recent documented updates being v0.4.0 (2025-10-14) and no newer tagged update shown, even though there was an upstream push on 2026-03-01. Overall, it does not currently read as actively shipping frequent changes.
Last release:
Provides opencollective statistics and a donation URL, displayed during your package postinstall step. Useful for Nuxt and JavaScript projects that want configurable, non-interfering postinstall messaging using the `postinstall` script in `package.json`.
The source appears actively worked on, with an upstream GitHub push on 2026-08-10, but the last tagged package update in the provided history is v0.4.1 (2024-12-12), suggesting work may not always land as a published update immediately.
Last release:
val-parsers is a set of value parsers published by nodable, focused on efficiently parsing values. It is useful when you need to convert input data into structured values in your application.
TypeORM module for the Nest framework (Node.js). It provides integration between Nest and TypeORM so you can build server-side applications using SQL or NoSQL with TypeORM. Useful for developers working in TypeScript/JavaScript who want database access in a Nest app.
Actively maintained: Recent updates are coming in active 2026 (e.g., 12.0.1 on 2026-08-28, 12.0.0 on 2026-08-27, and an upstream push on 2026-09-02), indicating ongoing development rather than dormancy.
Last release:
NestJS Terminus is a module that provides integrated healthchecks for Nest (Node.js) applications. It includes services you can use from a health controller (for example, a readiness endpoint) to check things like database connectivity and expose health check results over HTTP.
Actively maintained and evolving, the repository shows very recent activity (upstream push on 2026-09-02) and multiple version updates in late August 2026 (12.0.0 on 2026-08-31, plus 12.0.0-next.* the prior two days).
Last release:
@nestjs/swagger is an OpenAPI (Swagger) module for the Nest (Node.js) framework. It helps you generate and expose OpenAPI documentation for your Nest-based server-side applications.
The nestjs/swagger (node.js OpenAPI Swagger module for Nest) source appears actively maintained, with the most recent upstream push on 2026-09-02 and multiple recent updates in August 2026.
Last release:
@nestjs/schematics is a toolset for generating Nest architecture elements, based on Angular schematics. It is useful for scaffolding and maintaining Nest applications, helping developers initialize and structure projects using established patterns.
Actively maintained, with an upstream push recorded today (2026-09-03) and a recent major update in the last few weeks (12.0.0 on 2026-08-27).
Last release:
A NestJS utility module that provides “mapped types” helpers for transforming TypeScript classes into DTO variants. It’s useful with `@nestjs/graphql` and `@nestjs/swagger`, for example to generate create and update DTOs with optional fields or to build new types by picking, omitting, or intersecting properties.
Actively maintained: The repo shows very recent activity (upstream push on 2026-09-01, and a library updates entry for 12.0.0 on 2026-08-27), indicating it is currently under active development.
Last release:
@nestjs/config is a configuration module for the Nest.js framework that uses dotenv to load process environment variables. It’s useful for managing app configuration in Node.js and TypeScript Nest server-side applications.
NestJS Config is actively maintained, with an upstream push on 2026-09-03 and a recent major update on 2026-08-27 (v12.0.0).
Last release:
Nest is a progressive Node.js framework for building efficient, scalable server-side applications with TypeScript (while preserving compatibility with JavaScript). It provides an application architecture inspired by Angular, and it can run on top of Express while also supporting other libraries like Fastify for plugin compatibility.
Nest (nestjs/nest) appears actively maintained, with an upstream push timestamp of 2026-09-03 and multiple recent updates in late August 2026.
Last release: