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.
MySQL2 is a fast MySQL-compatible MySQL client for Node.js, focused on performance. It supports features like prepared statements, non-utf8 encodings, binary log protocol, compression, SSL, authentication switching, custom streams, and pooling. It is useful for building Node.js applications that need a MySQL client with broad feature support and good performance.
Actively maintained, with frequent recent GitHub updates (last upstream push on 2026-07-29, and multiple tagged updates in July and June 2026).
Last release:
mute-stream is a Node.js pass-through stream utility for the npm CLI ecosystem that can silently drop written or incoming bytes when muted. It also supports an optional replacement mode, such as masking characters instead of fully dropping them.
Active maintenance: The source shows recent activity, with a last upstream push on 2026-06-04 and a published v4.0.0 update on 2026-05-08, indicating it is actively maintained rather than dormant.
Last release:
Mock Service Worker (MSW) is an API mocking library for JavaScript that intercepts requests and returns mock responses. It helps developers test and develop against consistent network behavior without stubbing application code, with support for both browser (via Service Worker) and Node.js (via request interception).
Actively maintained: mswjs/msw shows recent upstream activity (last push on 2026-07-08) and a steady stream of updates through July 2026, indicating the project is actively developed rather than dormant.
Last release:
mimic-function is a JavaScript utility that modifies one function to mimic another function’s name and properties. It’s useful when wrapping a function but you want the wrapper to preserve the original function’s identity details, while keeping a modified to.toString() that reflects the wrapper.
Maintenance status: Active maintenance is not evident, the most recent upstream push is 2024-10-28, and the most recent published updates are from 2024-03-14 (v5.0.1). As of 2026-06-09, this source appears quiet/dormant rather than actively maintained.
Last release:
merge-stream merges multiple input streams into a single interleaved stream, useful when you want to combine outputs from several stream sources. It supports dynamically adding more streams via merged.add, and you can check whether any sources were added using merged.isEmpty.
Maintenance status: The upstream GitHub repo shows its last upstream push on 2019-06-20, and the most recent recorded package update is v2.0.0 from 2019-05-23. With a gap of several years to today (2026-06-09), the source appears quiet or dormant, not actively maintained.
Last release:
merge-descriptors merges properties from one JavaScript object into another, including non-enumerable and accessor-defined properties, while preserving property descriptors. It is useful when you need a destination object to receive an accurate copy of a source object's property definitions, with an option to control whether existing properties are overwritten.
The source appears to be inactive as of today (2026-06-09). The last upstream push was 2023-12-21, and the most recent notable updates were in November 2023, with no evidence of recent work since then.
Last release:
Node.js module that parses and formats RFC 6838 media type strings into components like type, subtype, and optional suffix, and can normalize them back into a canonical form. Useful for working with media types in Node applications, with helpers to parse, format, and validate media type strings.
The repository shows recent activity, with upstream pushes as recently as 2026-06-01 and a tagged update (v2.0.0) on 2026-05-27, indicating the source is actively maintained.
Last release:
Marked is a fast markdown parser and compiler that turns Markdown into HTML, designed to be lightweight and implement many markdown features. It can be used in browsers, on servers, or via a command line interface (CLI), and it supports customization through options and extensibility. It also provides documentation and a demo site rendered using Marked.
Actively maintained, with very recent upstream activity (last push 2026-07-21) and multiple recent tagged updates in July 2026.
Last release:
magic-string is a small, fast utility for manipulating source code as strings, making light edits like replacing characters, prepending, appending, moving, and overwriting. It also generates version 3 source maps (optionally including original content), which can help when transforming code while preserving mapping back to the original.
The repository shows active maintenance, with the upstream push on 2026-07-23 and recent updates tagged for 2026-07-23 (v1.1.0) and 2026-07-16 (v1.0.0).
Last release:
Lucide is an open-source icon toolkit that provides 1600+ vector (SVG) icons, designed to be consistent and easy to use in digital projects. It also offers official framework-specific packages for tools and frameworks like JavaScript, React, Vue, Svelte, and more.
Actively maintained: The repo shows very recent upstream activity (last push 2026-07-29) and multiple tagged updates in July 2026 (1.27.0 on 2026-07-25, 1.26.0 on 2026-07-23, 1.25.0 on 2026-07-17).
Last release:
lru.min is a fast, lightweight LRU cache for JavaScript that supports Node.js (8+), Bun, Deno, and browser environments. It provides key-value caching with O(1) operations like get, set, peek, has, delete, and eviction via a max size, including an optional onEviction callback.
The source appears actively maintained, with recent activity (latest upstream push on 2026-05-09) and a new package update (v1.1.4 on 2026-02-02) focused on correctness and efficiency.
Last release:
log-symbols provides colored symbols for different log levels, such as info, success, warning, and error. It includes fallbacks for Windows CMD terminals that only support a limited character set, helping you display consistent log output across environments.
Actively maintained? Not likely. The most recent upstream push and package update was v7.0.1 on 2025-05-21, which is about 13.5 months ago relative to 2026-06-09.
Last release:
Lightning CSS is an extremely fast CSS parser, transformer, and minifier written in Rust. It is useful for parsing and transforming CSS, performing safe CSS minification, vendor prefixing, and syntax lowering, and it can be used with Parcel, as a standalone library or CLI, or via a plugin for other tools.
Actively maintained, with the latest upstream push on 2026-07-20 and a recent version bump to v1.33.0 (2026-07-20), plus follow-on feature work in the months before that (v1.32.0 on 2026-03-09, v1.31.0 on 2026-01-20).
Last release:
leac is a lightweight lexer and tokenizer library. It lets you define rules (by strings or regular expressions) and run a stateless lexer over an input string, producing a tokens array plus completion information. Useful for building the tokenization step that feeds a parser, and it can be paired with the peberminta parser combinators toolkit.
Actively maintained: The upstream GitHub activity includes a push on 2026-06-03, and the most recent published tag (v0.7.0 on 2025-09-05) indicates ongoing development rather than long-term dormancy.
Last release:
kleur is a lightweight Node.js library for formatting terminal text with ANSI colors, supporting chained and nested colors, plus modifiers like bold and underline. It’s useful for adding colored, styled output to logs and CLI tools, with automatic color disabling for non-TTY output and the option to force-enable color support. A separate `kleur/colors` submodule supports tree-shaking via individual color imports (using nested calls instead of chaining).
Maintenance status: The most recent observed updates are from mid-2022 (v4.1.5, plus earlier 2021 and 2020 patches), and the last recorded upstream push is 2023-06-07, which is long ago relative to 2026-06-09, suggesting a quiet or maintenance-mode state rather than active development.
Last release:
jsonfile is a Node.js module that makes it easy to read and write JSON files, avoiding manual JSON.stringify, fs.writeFile, and fs.readFile parsing in try/catch. It provides both callback and promise-based APIs for readFile and writeFile, plus synchronous variants (readFileSync, writeFileSync).
Actively maintained: GitHub activity and version updates are recent, with the latest upstream push on 2026-04-20 and updates published in 2025 and 2026.
Last release:
JSON Schema Typed provides TypeScript type definitions for JSON Schema, with complete inline documentation. It includes distributions for Deno and Node.js, plus spec definition bundles intended to help library authors implement JSON Schema validators.
The source appears maintained but with infrequent updates, last upstream push was 2025-11-17, about 6 to 7 months before today (2026-06-09).
Last release:
A Node.js library that works like `JSON.parse` but produces nicer, more informative parse errors, including context and the position where parsing failed. It also preserves the original JSON newline and indentation styles via `Symbol.for('newline')` and `Symbol.for('indent')`, and provides a `noExceptions` method that returns `undefined` instead of throwing.
The source appears actively maintained, with recent GitHub activity and a latest documented update (v6.0.0 on 2026-05-08), plus an upstream push on 2026-05-22, indicating ongoing work into 2026.
Last release: