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.
This software provides ANSI escape codes for manipulating a terminal, including cursor movement, screen and line erasing, scrolling, and clearing terminal or viewport content. It is useful for developers who need to write terminal control sequences directly to stdout, including support for use in the browser with Xterm.js.
Actively maintained: GitHub pushes and tagged updates continue as recently as 2026-02-04 (v7.3.0), indicating ongoing maintenance rather than dormancy.
Last release:
ansi-colors is a Node.js library for styling terminal text with ANSI colors and symbols. It’s described as a faster drop-in replacement for chalk, supporting chained and nested colors, optional color enable/disable, and stripping ANSI codes via an .unstyle method.
The repository appears not actively maintained as of today, with the last upstream push on 2022-07-11 (over 3 years ago) and no evidence of ongoing work in the provided history.
Last release:
Library for aligning blocks of text for command line interfaces, with support for ANSI escape codes. It can center or right-align lines while ignoring ANSI codes, and provides an `ansiAlign(text, [opts])` API with options for alignment, splitting, and padding.
Maintenance status: Likely not actively maintained, with the most recent GitHub update on 2021-09-27 (over 4 years ago), suggesting the project is effectively quiet/dormant as of 2026-08-13.
Last release:
AWS Amplify is a declarative JavaScript library for frontend and mobile developers building cloud-enabled applications. It provides an easy-to-use interface for common cloud operations such as authentication, analytics, REST and GraphQL APIs, data synchronization, and storage, with optional support for additional services like push notifications, location, and pub/sub.
Actively maintained: The repo has an upstream push as recently as 2026-08-07, and multiple package-level updates occurred in late July 2026, indicating ongoing development rather than dormancy.
Last release:
Adds custom JSON-Schema keywords to the Ajv JSON validator, extending what schemas can express. Useful if you need extra validation or schema “keyword” features beyond Ajv’s built-in keywords, such as type checks and additional constraints.
The upstream metadata shows a last push on 2023-04-17, but the most recent listed package update is v5.1.0 from 2021-11-21, so the project appears quiet rather than actively maintained as of today (2026-08-13).
Last release:
ajv-errors is a JavaScript add-on for the Ajv JSON Schema validator that lets you define custom error messages using the `errorMessage` keyword. It rewrites Ajv validation errors into more readable, schema-specific messages, including per keyword, per property or item, and default messages when no specific message is provided.
Maintenance status: Likely quiet or in maintenance mode. The last published version in the provided update history is v3.0.0 (2021-03-27), and the last upstream GitHub push is 2023-10-10, so there have been no recent tagged updates as of 2026-08-13.
Last release:
Ajv JSON validator with support for JSON Schema draft-04. Useful if you need Ajv-based validation specifically targeting draft-04 schemas, and you can install it alongside Ajv to upgrade them independently.
Maintenance status: Likely quiet or in maintenance mode, with the last upstream push on 2023-07-04, and no evidence of recent updates after that date relative to 2026-08-12.
Last release:
Provides an `AggregateError` helper that creates a single error from multiple errors, strings, or objects. Useful when you want to throw one error that still keeps a list of the individual errors in `error.errors` for later inspection.
Maintenance status: Likely maintenance mode or dormant. The most recent upstream push and latest published update are both from 2023-09-14, with no newer updates evident as of 2026-08-13.
Last release:
acorn-import-phases is an npm module that provides a plugin to extend the Acorn JavaScript parser with support for `import defer` and `import source` syntax. It can be configured to enable or disable either syntax option.
Maintenance status: Likely maintenance mode / quiet. The newest published update is v1.0.4 (2025-07-14), and as of 2026-08-13 there have been no further published version updates, though there was an upstream push on 2026-01-08 (no evidence of a corresponding tagged update after v1.0.4).
Last release:
abstract-logging is a Node.js no-operation logger interface for libraries, intended for use by other modules that supply an external logger compatible with a Log4j-style interface. It exposes common log methods (fatal, error, warn, info, debug, trace) that do nothing by default, useful for safely wiring logging calls without requiring a real logger.
The repository appears quiet and likely in maintenance mode, with the last upstream push on 2020-10-17, which is over five years ago relative to today (2026-08-12).
Last release:
An npm package that provides an implementation of the WHATWG AbortController interface for JavaScript, useful for managing cancellation and emitting an abort event via an AbortSignal. It includes ES modules, CommonJS, and UMD builds, and supports a separate polyfill import to install a shim when needed.
Actively maintained: No. The most recent upstream push was 2021-03-30, and the latest published update shown is from 2019, so it appears quiet or in maintenance mode as of 2026-08-13.
Last release:
abbrev-js is a JavaScript package that provides abbreviation matching similar to Ruby’s Abbrev module. It helps command-line scripts and other code accept shorthand inputs by mapping partial strings (like "fo") to the best matching full options.
npm/abbrev-js appears actively maintained, with the most recent upstream push on 2026-06-18 and an npm package update released on 2026-05-08 (v5.0.0).
Last release:
This is a JavaScript package for reading and writing IEEE 754 floating point numbers to or from a Buffer or array-like object. It provides read and write functions with options for endianness and mantissa and byte lengths, useful when you need to parse or encode binary floating-point values.
The repository appears effectively unmaintained since there have been no evident updates in the provided history for several years (last upstream push was 2021-08-12, and the newest listed package update is v1.2.1 on 2020-10-27), so it is best treated as dormant or in maintenance mode.
Last release:
webassemblyjs is a JavaScript toolchain for working with WebAssembly, including parsing and interpreting modules, working with the WebAssembly text format (WAST), and printing or optimizing binaries. It also provides utilities like AST helpers, validation, and tools for editing or stripping parts of WASM binaries, plus a WebAssembly REPL and a Webpack loader for WAST.
Maintenance status: Based on the last upstream push (2025-01-27) and the most recent observed updates (mostly in Nov 2024), xtuc/webassemblyjs appears quiet or in maintenance mode, not actively maintained as of 2026-08-12.
Last release:
Hosts a set of TypeScript tsconfig “bases” intended to be extended by apps, with presets tuned to specific runtime environments. Useful for centralizing and reusing recommended TS compiler settings by adding one of the published @tsconfig/* packages and using it in your tsconfig “extends” field.
@tokenizer/token provides TypeScript definitions for an strtok3 token. It is useful when you are using strtok3-based parsing in TypeScript and want type information for tokenizer tokens.
The repository appears quiet or in maintenance mode, with the last upstream push on 2025-02-10, and no documented updates since 2021 (most recent recorded version v0.3.0 on 2021-07-12).
Last release:
@tokenizer/inflate is a Node.js package for efficiently parsing and extracting data from ZIP files using a tokenizer-based approach, optimized to minimize memory usage. It supports streaming and random-access style workflows, integrates with strtok3 for partial extraction, and provides callbacks to handle specific files or stop extraction conditionally.
Maintenance status: The repo appears quiet or in maintenance mode as of today (2026-08-13), with the most recent published updates being v0.4.1 on 2025-11-18. There is evidence of an upstream push on 2026-05-18, but the provided recent release/update history shows no corresponding tagged updates after v0.4.1.
Last release:
Provides performance timings for HTTP requests in Node.js. Useful for measuring key phases like DNS lookup, socket connection, upload, first byte, download, total time, and exposes these as `request.timings`/`response.timings`, with notes about how timings map to Node.js events and how large upload chunks can affect upload and response timings.
Maintenance status: The last recorded upstream update was v5.0.1 on 2021-08-20, and there have been no further updates since then, so the project appears quiet/dormant as of 2026-08-13.
Last release: