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:

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.

Status:

Maintenance status: Upstream activity last shows as a push on 2024-07-05, but the latest published updates in the provided history are from 2022-01-28 (v3.1.2), so it appears quiet, not actively maintained as of 2026-06-09.

Last release:

281 watchers
Open

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.

Status:

Maintenance status: Not actively maintained as of today, last upstream push and most recent updates appear from 2023-12-18, and there have been no documented updates since then, so it is effectively quiet/dormant.

Last release:

301 watchers
Open

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.

Status:

Actively maintained, with recent activity close to today (upstream push and updates on 2026-06-15, plus additional updates in 2026 including 2026-04-24).

Last release:

803 updates · last 90 days1 watchers
Open

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.

Status:

Actively maintained: Evidence suggests ongoing development (GitHub upstream push on 2026-05-08), and recent tagged updates exist (latest listed tag v3.0.3 on 2025-11-02).

Last release:

381 watchers
Open

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.

Status:

The repository appears effectively dormant, with its last recorded update on 2024-08-30, which is over 9 months ago relative to 2026-06-09, and no evidence of ongoing maintenance activity since then.

Last release:

481 watchers
Open

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.

Status:

Maintenance status: The repository is not showing frequent, public updates in the provided release history (latest shown version is v0.16.1 from 2022-12-13). An upstream GitHub push occurred on 2024-06-12, but no corresponding recent release updates or notes are included here, so overall it appears quiet rather than actively shipping regular updates.

Last release:

321 watchers
Open

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.

Status:

Actively maintained: Evidence suggests ongoing activity (last upstream push on 2026-02-18), with recent tagged updates in 2025 (v6.2.0 on 2025-08-17, v6.2.2 on 2025-09-08), indicating the project is not dormant as of today (2026-06-09).

Last release:

392 watchers
Open

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).

Status:

Maintenance status: The repo appears quiet/dormant, with the upstream push on 2024-08-18 and the most recent observed package updates in 2024-03. There is no evidence of continued active development into 2026-06-09.

Last release:

351 watchers
Open

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.

Status:

Maintenance status: The upstream has an activity signal with a recent push on 2026-04-02, but the last published updates tag appears to be 2.0.0 on 2025-03-24, indicating maintenance is present yet release-tag frequency is low.

Last release:

631 watchers
Open

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.

Status:

Actively maintained: GitHub “last upstream push” was 2026-04-12, and there is a recent 28.0.0 update on 2026-04-12, about two months before today (2026-06-11).

Last release:

461 watchers
Open

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.

Status:

The upstream GitHub source (swc-project/pkgs) shows a recent upstream push on 2026-04-01, which is evidence that development is not completely stalled, but the provided release/update evidence is sparse.

Last release:

381 watchers
Open

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.

Status:

Maintenance status: Likely still maintained, with an upstream push on 2026-03-08 (evidence of continued development). However, the most recent published tagged updates noted here are v1.1.0 on 2025-12-15, so releases look less frequent than upstream commits.

Last release:

692 watchers
Open

StableLib is a stable TypeScript and JavaScript library of utilities. It is useful for common tasks like cryptography, compression, and encoding, with npm packages available under the @stablelib namespace.

Status:

Actively maintained: The most recent upstream push was 2026-04-02, and there are 2026-03-30 updates to individual packages (for example, @stablelib/ed25519 2.1.0), indicating the repo is active as of today (2026-06-11).

Last release:

321 watchers
Open

merge-streams is a Node.js utility that merges multiple readable streams into one unified readable stream, emitting data as each input stream provides it. It is useful when you need to combine the outputs of several streams and optionally add or remove streams dynamically.

Status:

Maintenance status: Evidence suggests the project is quiet/dormant since there have been no recent updates since mid-2024, with the last upstream push on 2024-10-28 (about 19 months ago as of 2026-06-09).

Last release:

381 watchers
Open

Seleree is a fast selector decision tree for matching CSS selectors to elements and selecting the best matching handler. It builds a tree from selector and value pairs, then uses plugins to generate runnable pickers for specific DOM implementations (for example, HTML parser output), useful for efficiently applying handlers during DOM processing.

Status:

The repo appears to have recent activity (last upstream push on 2026-05-02), but the most recent tagged updates shown here are from v0.11.0 on 2023-02-23, with no evidence of versioned updates since then.

Last release:

341 watchers
Open

@sec-ant/readable-stream is a tiny, zero-dependency, spec-compliant async iterator polyfill/ponyfill for Web ReadableStream. It lets developers consume a ReadableStream as an AsyncIterable, and also construct a ReadableStream from an AsyncIterable or Iterable, with options for side-effect-free (ponyfill) or drop-in (polyfill) usage.

Status:

Actively maintained recently, with the latest upstream push on 2026-06-08 and a tagged update v0.7.0 on 2026-05-04, so development appears current rather than dormant.

Last release:

482 updates · last 90 days1 watchers
Open

TypeScript-based translation library for React and Node.js that provides i18n, internationalization, localization, and ICU-style string parameter support. It helps with type checking and autocomplete for translation keys and parameters, and supports loading translation dictionaries per locale (including lazy loading via promises).

Status:

Actively maintained: The GitHub parser shows an upstream push on 2026-06-22, and the latest published updates v1.27.1 and v1.27.0 are dated the same day, indicating current development activity.

Last release:

382 updates · last 90 days1 watchers
Open

React Email is a set of high-quality, unstyled React and TypeScript components for building responsive email templates. It helps reduce layout issues by handling inconsistencies across email clients, and it includes an Editor to write templates and export email-ready HTML and plain text.

Status:

Actively maintained: The repo shows a fresh upstream push on 2026-07-08, and multiple package updates within the last several days (2026-07-02 to 2026-07-07) indicate ongoing development rather than maintenance-mode.

Last release:

6949 updates · last 90 days1 watchers
Open