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.
Nest CLI is a command-line interface tool for Nest applications. It helps you initialize, develop, and maintain apps, including scaffolding a project, serving in development mode, and building and bundling for production. It works with Nest schematics (such as @nestjs/schematics) to encourage well-structured applications.
Actively maintained: Upstream shows a very recent push on 2026-09-02, and versioned updates continue through 2026-08-27 (12.0.0), indicating ongoing development.
Last release:
Cache manager module for the Nest framework (Node.js), providing caching support in server-side applications. It is described as a drop-in replacement for the deprecated CacheModule, and useful if you want to use Nest’s caching features with the cache-manager package.
Actively maintained: Recent upstream push was 2026-09-02, and the package has had multiple updates in 2026 (notably 12.0.0 on 2026-08-27), indicating ongoing maintenance rather than dormancy.
Last release:
Axios module for the Nest Node.js framework, adding HTTP request support through Nest’s HttpModule. It provides Axios-based methods and converts the resulting HTTP responses into RxJS Observables, useful for integrating HTTP calls into Nest applications.
Actively maintained recently, with upstream activity on 2026-09-01 and a tagged update on 2026-08-27 (12.0.0), indicating the project is not dormant as of today (2026-09-03).
Last release:
TSDoc is a TypeScript doc comment standard and parser, useful for writing consistent, structured documentation comments and turning them into parsed syntax. It also includes supporting tools such as an npm parser library, a configuration loader for tsdoc.json, and an ESLint plugin for TSDoc.
Actively maintained: The GitHub upstream for microsoft/tsdoc shows a recent push on 2026-07-19, which is within about a month of today (2026-08-13), indicating ongoing development rather than dormancy.
Last release:
@mapbox/node-pre-gyp is a Node.js tool that helps publish and install Node.js C++ addons from pre-built binaries instead of compiling from source. It provides a command line workflow (install, package, publish, unpublish, info, and more) and a JavaScript API to locate the installed binary.
Active maintenance: The GitHub repository shows a recent upstream push on 2026-08-11, indicating ongoing work, but the latest provided tagged updates are from 2025-12-19 (v2.0.4-pre.0).
Last release:
A small, fast JavaScript utility that converts between human-readable time strings and millisecond numbers. It provides `parse` to turn strings like "2 days" into milliseconds and `format` to turn millisecond values back into strings (optionally using long forms like "2 minutes").
The source appears quiet/dormant relative to today (2026-08-12), with the last upstream push on 2024-01-15 and the most recent published update listed as v2.0.2 on 2023-11-28.
Last release:
@lukeed/csprng is a tiny isomorphic wrapper that provides cryptographically secure random bytes via Node.js crypto.randomBytes and browser crypto. It helps you import a consistent random(length) function across environments without manually handling different crypto implementations, using bundlers and/or module resolution.
Maintenance status: The last upstream push and the newest listed update are from 2023-03-31, so as of 2026-08-12 the source appears quiet or effectively in maintenance mode, with no recent evidence of ongoing updates.
Last release:
jsep is a small JavaScript expression parser written in JavaScript, useful for turning JavaScript expressions into an AST-like parse tree. It can be run in the browser or Node.js, and it supports extending parsing with plugins and adding custom operators, identifier characters, and literals.
Not actively maintained as of today, upstream last push was 2024-11-18 (about 21 months ago), and the most recent observed updates are clustered around 2024-11-05.
Last release:
Ono is a JavaScript utility for creating and wrapping errors while preserving the original error’s type, message, stack trace, and properties. It also lets you add custom properties and supports format-string style messages, making it useful for consistent, information-rich error handling in Node.js and web apps.
Maintenance status: Likely dormant/maintenance mode, last upstream push appears to be 2023-06-16, with no recent updates near today (2026-08-12).
Last release:
js-sdsl is a JavaScript data structure library that provides common containers like stack, queue, priority queue, vector, linked list, deque, ordered set/map (red-black tree), and hash set/map. It also includes benchmarking that compares its performance against other popular data structure libraries, aiming to match C++ STL performance characteristics.
Active maintenance: The repository shows a recent upstream push on 2026-04-14, but the provided tagged updates stop at v4.4.2 (2023-07-21), so maintenance appears more like ongoing development with infrequent published releases.
Last release:
Joi extensions for date validation and advanced date rules. Useful for developers who want to use Joi to define and validate date-related schemas with additional date-specific functionality.
Actively maintained: Yes, the repo has recent updates (last upstream push 2026-07-31), indicating ongoing maintenance as of today (2026-08-13).
Last release:
@istanbuljs/schema provides schemas that describe data structures used by nyc and istanbuljs. It is useful for consuming or validating the configuration and related structures those tools rely on, including defaults like a default exclude list.
Actively maintained: Evidence suggests ongoing work, with the most recent upstream push on 2026-04-13, about 4 months before today (2026-08-12), and multiple updates published on that same date.
Last release:
@istanbuljs/load-nyc-config provides a utility function to load NYC (JavaScript coverage tool) configuration, which can be used by other programs to compute the effective configuration. It does not consider command-line arguments, and supports options like selecting an nyc config file and locating it relative to a working directory.
The source appears to have ongoing maintenance activity, with an upstream push on 2026-04-09, but the provided “updates” history shows published versions only up to v1.1.0 on 2020-05-20 (no newer version updates are listed in the supplied data).
Last release:
fs-minipass provides filesystem read and write stream classes built on minipass, including async and sync variants (ReadStream, ReadStreamSync, WriteStream, WriteStreamSync). It is useful for piping file data through streams or reading and writing file contents with less stream overhead than Node built-ins.
Maintenance status: The most recent update in the provided history is v3.0.3 (2023-08-14), and there are no newer tagged updates shown up to today (2026-08-13), so the repo appears quiet / maintenance-mode despite an upstream push noted at 2025-10-25.
Last release:
Momoa is a general-purpose JSON utility toolkit for JavaScript and Rust. It includes a JSON parser, tokenizer, traverser, and printer, producing a consistent AST across the JavaScript and Rust packages.
Actively maintained, GitHub shows an upstream push on 2026-09-03 and both momoa-js and momoa-rs have updates released within the last 1 to 2 days (2026-09-02).
Last release:
@hapi/topo provides topological sorting with grouping support. It was designed to integrate with the hapi ecosystem and can be used on its own to order tasks or dependencies while preserving groupings.
Actively maintained: Yes, based on the latest upstream push on 2026-08-02 and a recent pre-release v7.0.0-rc.0 on the same date, indicating ongoing work rather than dormancy.
Last release:
Provides a TLDS list (top-level domains) for domain validation. It is part of the Joi ecosystem and is useful when you need to validate or restrict domain names to known TLDs.
Actively maintained: GitHub upstream push was recorded on 2026-08-13, and there have been multiple updates in 2026 (notably 1.1.6 on 2026-02-17, 1.1.7 on 2026-06-10, and 2.0.0 on 2026-06-28), suggesting ongoing work rather than dormancy.
Last release:
pinpoint returns the filename and line number of the calling function, useful for debugging and tracing where code was invoked. It is part of the joi ecosystem (developer resources are available at joi.dev).
Active maintenance: The repository shows a recent upstream push on 2026-07-01, followed by v3.0.0 (2026-07-01), indicating it is currently being actively updated (not dormant as of 2026-08-13).
Last release: