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:

A fast JavaScript lexer that analyzes CommonJS module source code to detect the most likely named exports (for example, assignments like `exports.name = ...` and `Object.defineProperty(exports, 'name', ...)`) and possible reexports via `module.exports = require(...)`. It is used in Node.js core to infer named exports when importing CommonJS into ESM, and it focuses on comprehensive CommonJS syntax handling while staying small and fast.

Status:

Actively maintained, the upstream repo has recent updates (last push on 2026-08-13, with an immediate subsequent update 2.2.1 on 2026-08-13), indicating ongoing maintenance rather than dormancy.

Last release:

621 updates · last 90 days1 watchers
Open

ci-info is a JavaScript package that detects and reports details about the current Continuous Integration environment. It lets you check whether code is running on a CI server (ci.isCI) and get the detected CI server name (ci.name), with additional flags such as isPR and CI vendor-specific constants.

Status:

Actively maintained: The repo shows recent updates (last upstream push 2026-01-29), and recent versions continue to add CI vendor detection and behavior fixes, indicating ongoing maintenance rather than dormancy.

Last release:

321 watchers
Open

A Node.js library for generating program execution trace event logs in Google’s Trace Event format. It outputs trace data that you can visualize with tools like trace-viewer or Chrome DevTools to understand program behavior.

Status:

Maintenance status: Appears quiet/dormant. The last upstream push was 2024-05-29, and the most recent published update in the provided history is v1.0.3 (2021-04-08). Release notes are often missing, limiting evidence of active upkeep.

Last release:

221 watchers
Open

This is a small Node.js utility that mirrors the behavior of `chown -R`. It takes the same arguments as `fs.chown()` and is useful for recursively changing file or directory ownership in JavaScript.

Status:

Maintenance status: The source does not show recent published updates since v3.0.0 (2024-04-06), and given today’s date (2026-08-13) this suggests it is mostly in maintenance mode or quiet; an upstream push on 2025-11-24 indicates some activity, but no newer tagged updates are reflected in the provided data.

Last release:

351 watchers
Open

check-disk-space is a light, multi-platform disk space checker for Node.js that works on Linux, macOS, and Windows. It helps you measure free and total disk space for a given path or mounting point, with TypeScript support and no dependencies. Install via npm and use it to get diskPath, free, and size values (in bytes).

Status:

The last upstream push was on 2023-12-15, and the most recent published update in the provided list is v3.4.0 from 2023-05-21, so the source appears quiet and likely in maintenance mode rather than actively advancing as of 2026-08-13.

Last release:

301 watchers
Open

Character encoding detection module for NodeJS, written in pure JavaScript (TypeScript). It can detect the most probable encoding from a Buffer or Uint8Array, or analyze a file to return a confidence-sorted list of possible encodings, useful when you need to interpret unknown text encodings in Node or browser environments.

Status:

Actively maintained, with very recent activity (last upstream push on 2026-08-01) and the latest tagged update v2.2.0 on 2026-06-20.

Last release:

481 updates · last 90 days1 watchers
Open

A JavaScript package that provides a regular expression to match any full Unicode character, including characters in unusual or “weird” ranges. It is useful for correctly splitting strings by character, such as matching full emojis rather than partial code units.

Status:

Maintenance status: The repository appears effectively dormant, with the latest recorded update on 2024-11-20, which is nearly two years ago relative to 2026-08-12.

Last release:

281 watchers
Open

case-anything is a small TypeScript package that converts strings between common naming styles like camelCase, kebab-case, PascalCase, snake_case, and more (including pathCase and dotNotation). It supports tree-shaking and is side-effect free, and it provides options for handling special characters when converting names.

Status:

The GitHub source appears largely in maintenance mode, with no evidence of recent active development since the last upstream push on 2025-02-19, which is over 1.5 years ago relative to 2026-08-12.

Last release:

311 watchers
Open

call-me-maybe is a small JavaScript helper for async APIs that lets API users choose either a traditional callback style or a Promise-based style. It can call an error-first callback when the provided Promise settles, or return the Promise directly when no callback is given.

Status:

The GitHub update history shows no pushes since 2022-11-01, so the source appears quiet or in maintenance mode rather than actively maintained as of 2026-08-12.

Last release:

281 watchers
Open

Cacheable-lookup is a Node.js utility that wraps dns.lookup(…) to cache DNS results and respect DNS TTL values. It can reduce latency when making many HTTP requests, and it supports configurable caching, fallback behavior for ENOTFOUND and ENODATA, and cache installation on Node HTTP/HTTPS agents.

Status:

Actively maintained: The last observed upstream update was 2024-01-29, and the most recent tagged update summary provided is v7.0.0 from 2022-09-27. As of 2026-08-13, this suggests the project is quiet/dormant or in maintenance mode, not actively evolving.

Last release:

301 watchers
Open

This source is a Node.js-focused module list, providing a way to get the built-in (core) modules for the current Node.js version or for a specified version. It can also include experimental modules when enabled, which is useful for tooling that needs to know which core APIs are available.

Status:

Actively maintained: Evidence shows an upstream GitHub push on 2026-08-26 and a new package update (v6.1.0) on 2026-08-26, with follow-on work also very recently (v6.0.0 on 2026-08-20).

Last release:

552 updates · last 90 days1 watchers
Open

Provides a constant-time `Buffer` equality check for node.js, useful for comparing two buffers while avoiding timing differences. Also includes options to install or restore an `.equal()` method on node.js `Buffer` and `SlowBuffer` prototypes.

Status:

The source appears inactive, upstream is marked as archived, and the last upstream push was 2022-02-12, with no evidence of ongoing maintenance since then.

Last release:

261 watchers
Open

The buffer module provides the Node.js `Buffer` API for use in the browser, including compatibility with `Buffer` global usage via browserify (`require('buffer')`). It is useful when you need to manipulate binary data in browser code while keeping the same methods and behavior as Node's `Buffer` API.

Status:

This GitHub source (feross/buffer) shows a long gap in the provided update history, with the newest listed update in late 2020 (v6.0.3), while the last upstream push is 2025-10-28. Based on the available evidence, there is not enough recent update activity to call it actively maintained, it looks quiet/dormant with respect to the last several years.

Last release:

401 watchers
Open

Watchman is a file watching service that watches files and records when they actually change. It can also trigger actions like rebuilding assets when matching files change.

Status:

Actively maintained: GitHub source shows continuous activity, with the last upstream push on 2026-09-02, and multiple tagged updates in July and August 2026, indicating ongoing development rather than a dormant period.

Last release:

6513 updates · last 90 days1 watchers
Open

Bare, opinionated simple logger for NodeJS with TypeScript typings. It provides lazy-created logging with extendable context, multiple log levels, optional function wrapping (logs call arguments), and configurable output targets such as stderr/stdout and files.

Status:

Maintenance status: huafu/bs-logger appears quiet/dormant. The last upstream push was 2023-01-04, and the most recent published updates captured here date to 2018, with no evidence of continued activity through 2024-2026.

Last release:

181 watchers
Open

Boxen is a Node.js module that creates styled text “boxes” for display in the terminal. It’s useful for formatting console output with borders, padding and margins, optional titles, and configurable colors and alignment.

Status:

Maintenance status: Boxen shows no published updates since v8.0.1 on 2024-08-05, and the most recent upstream push noted is 2025-09-19, so it appears quiet/dormant compared to active maintenance today (2026-08-13).

Last release:

421 watchers
Open

Bowser is a small, fast JavaScript library for detecting a user’s browser, platform, and related engine details, with an API usable in both browser and Node. It can parse standard User-Agent strings and can also use User-Agent Client Hints for more accurate browser detection, useful for tasks like tailoring features or filtering supported browsers.

Status:

Actively maintained: The repository shows recent upstream activity (last push 2026-08-01), and there were updates in 2025-11 and 2026-02, indicating the project is not dormant.

Last release:

691 watchers
Open
GitHub

bl (BufferList) is a Node.js utility that collects multiple Buffer chunks and exposes them through the standard readable Buffer API, including support for slicing, searching, and numeric reads across the aggregated data. It also provides a duplex stream interface so you can collect buffers from a stream that emits them, or emit collected buffers to a stream that consumes them.

Status:

Actively maintained, with ongoing GitHub updates in 2026 and an upstream push as recently as 2026-08-04 (about 9 days before today, 2026-08-13).

Last release:

499 updates · last 90 days1 watchers
Open