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.
Provides a set of 70+ terminal spinner animations for use in command-line apps, with each spinner defined by an interval (milliseconds) and an array of frames. Useful for showing progress indicators, and you can use the spinners directly or through the related `ora` package.
The source appears actively maintained, with an upstream push on 2026-02-16 and the most recent documented update (v3.4.0) on 2026-01-13, which is within 2026 and not many months old relative to today (2026-09-10).
Last release:
cli-cursor is a small Node.js utility that lets you show, hide, or toggle the terminal (CLI) cursor. It can write to a specified output stream (by default process.stderr) and will restore the cursor when the process exits.
This source appears effectively dormant or in maintenance mode, with the most recent upstream push and tagged updates on 2024-07-26, which is well over 2 years ago relative to 2026-09-10.
Last release:
Class Variance Authority (cva) is a CSS utility focused on managing class names with variants. It is useful for defining and reusing variant-based class name patterns in projects, with documentation available at https://cva.style.
Actively maintained: GitHub parser shows a very recent upstream push (2026-09-08) and multiple beta updates landing in 2026 (notably beta.9 on 2026-09-06).
Last release:
Citty is an “Elegant CLI Builder” for Node.js, used to define command-line apps with typed argument parsing, boolean shortcuts, and nested sub-commands. It supports lazy, async loading of sub-commands, setup and cleanup hooks, and plugins to extend command behavior, with automatic help and version flags.
Actively maintained: There is a very recent GitHub upstream push on 2026-09-10, and the project has shipped multiple package updates in 2026, indicating ongoing development rather than maintenance-only work.
Last release:
Converts strings (or arrays of strings) from dash, dot, underscore, or space separated formats into camelCase, with an option to output PascalCase. It also handles Unicode correctly, making it useful when normalizing user input or identifiers into JavaScript-style casing.
Actively maintained: The repo shows a recent upstream push on 2026-07-21, and the most recent versioned change listed is v9.0.0 on 2025-11-10, suggesting ongoing maintenance rather than dormancy.
Last release:
c12 is a smart configuration loader for JavaScript and TypeScript projects. It can load and merge config files across many formats (JSON, YAML, TOML, and others), supports environment-specific overrides and `.env` variable interpolation, and offers features like config watching with auto-reload and HMR.
Actively maintained: Yes. The upstream shows a very recent push on 2026-09-10, and the project has continued with pre-1.0 style channel updates, most recently v4.0.0-rc.1 on 2026-09-03.
Last release:
Node.js module for converting between human-readable byte strings (for example, `1TB`, `1KB`) and numeric byte counts. Useful when you need to parse size inputs into bytes or format byte values back into strings with options like decimal places, thousands separators, and unit selection.
Maintenance status: The last published updates are 3.1.2 on 2022-01-28, and there is no evidence of newer published versions since then (upstream activity last shows 2024-07-05, but no corresponding release/update details are provided). Overall, this looks quiet or in maintenance mode, not actively evolving.
Last release:
bundle-name is a Node.js module for macOS that converts a bundle identifier (for example, com.apple.Safari) into the corresponding bundle name (for example, Safari). It is useful when you need a human-readable app or bundle name from an identifier, such as for logging or UI display.
Maintenance status: Not actively maintained as of today (2026-07-23), with the last upstream push and last recorded update on 2023-12-18 (about ~2.5 years ago), suggesting a quiet/dormant period.
Last release:
Express middleware for Node.js that parses incoming HTTP request bodies before your handlers, populating `req.body` when the request `Content-Type` matches configured options. Useful for handling JSON, raw (Buffer), text, and URL-encoded form bodies, while not handling multipart bodies.
Actively maintained: There are recent upstream pushes and published updates as of 2026-09-08, including 1.20.8 (CI and release automation only) and 1.20.7 (dependency and documentation changes), indicating ongoing maintenance rather than dormancy.
Last release:
bcrypt.js is an optimized bcrypt implementation in JavaScript with zero dependencies and TypeScript support, compatible with the C++ bcrypt binding on Node.js and also usable in the browser. It provides functions to generate salts and password hashes, and to compare a password against a stored hash, including sync and async APIs.
The source appears to be maintained, with a recent upstream push on 2026-09-06, close to today (2026-09-10), indicating ongoing development even though the latest published tagged update is older.
Last release:
aws-ssl-profiles provides bundles of AWS RDS SSL certificate material for Node.js. It is useful for configuring the `ssl` options in MySQL (mysql and mysql2) and PostgreSQL (node-postgres) client connections so they can use the appropriate CA certificates.
The repository appears to have recent activity (latest upstream push on 2026-08-21), but the provided package update history shows published updates last in 2024 (v1.1.2 on 2024-08-30), so day to day release cadence is unclear from this evidence.
Last release:
Provides an Esprima-compatible JavaScript AST type system and traversal utilities based on the Mozilla JS Parser API, including node builders and type checks. Useful for building, validating, and walking JavaScript abstract syntax trees.
Actively maintained, with recent GitHub activity on 2026-08-31 and multiple updates published on 2026-08-30 (v0.16.1 was last seen in 2022-12, so this looks like a renewed burst of activity rather than uninterrupted recent cadence).
Last release:
ansi-regex provides a function that returns a regular expression for matching ANSI escape codes in strings, useful for detecting and extracting terminal formatting sequences. It can test whether a string contains ANSI codes, match all codes or only the first (via an options flag), and extract the matched escape sequences.
Actively maintained, with the upstream repository having pushed changes on 2026-08-12 and the latest published update (v6.3.0 on 2026-08-12) following immediately, suggesting an active maintenance workflow.
Last release:
ajv-formats provides JSON Schema format validation add-ons for Ajv v8+, defining many standard `format` values like date, time, date-time, URI, email, UUID, IP addresses, and numeric and binary formats. It is useful when you want Ajv to enforce specific string formats in your schemas, with options for selecting formats and validation mode (for example, full vs fast).
Maintenance status: Evidence shows the last upstream push was 2024-08-18, and the last substantive code changes appear to be older (major functional change noted in v3.0.0-rc.0 from 2021-11-07). As of 2026-09-10, this looks quiet/dormant (maintenance mode) rather than actively evolving.
Last release:
Node.js module for higher-level HTTP content negotiation. It creates an Accepts object from a request and helps you pick the first accepted charset, encoding, language, or MIME type (including type shorthands), returning false when nothing matches.
Maintenance status: Evidence suggests periodic upkeep rather than continuous iteration, with the most recent upstream push on 2026-04-02, but the latest published package update listed here is 2.0.0 on 2025-03-24.
Last release:
ts-morph is a TypeScript Compiler API wrapper that helps you programmatically navigate and manipulate TypeScript and JavaScript code. It is useful for static analysis, AST inspection, and code generation or other automated code changes.
Active maintenance: The upstream repo had a very recent push on 2026-09-09, and the project has continued to ship versioned updates after that, indicating it is not dormant.
Last release:
The swc-project/pkgs source provides Node.js npm packages for the SWC project. It includes tools such as swc-loader for using SWC with webpack, @swc/cli for running SWC from the command line, and @swc/jest for integrating SWC with Jest.
The source appears to have recent upstream activity (last upstream push was 2026-08-31), which suggests it is not entirely dormant, but the provided update history shows only a single tagged version with no release notes.
Last release:
Standard Schema is a set of TypeScript interface specs that standardize how TypeScript schema validation libraries expose shared functionality to each other. It defines interoperable contracts for typed schemas and validation (including a validate method that returns success or failure with issues), and additional specs for generating JSON Schema.
The upstream shows a recent GitHub push on 2026-08-28, but the most recent tagged package update in the provided history is v1.1.0 (2025-12-15), so the project looks like it is at least periodically active but not consistently publishing tagged updates.
Last release: