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 helper module for authors of Node.js native addon modules that loads the correct compiled `.node` file. It searches common build output locations for the current Node version, platform, and architecture, and throws a clear error message listing what it tried when loading fails.

Status:

The repo appears quiet, with the last upstream push dated 2024-04-09 and the most recent published updates being from 2019 (1.5.0 in February 2019), so it does not look actively maintained as of 2026-08-12.

Last release:

241 watchers
Open

bignumber.js is a JavaScript library for arbitrary-precision decimal and non-decimal arithmetic. It provides a BigNumber type with a simple API for accurate integer and decimal calculations, including Number-like formatting methods such as toFixed, toPrecision, and toExponential, plus helpers like toFraction and squareRoot.

Status:

The repository appears actively maintained, with a recent upstream push on 2026-07-05 and multiple tagged updates in 2026 (v11.1.5 on 2026-07-05, v11.1.4 on 2026-06-16, v11.1.3 on 2026-04-30).

Last release:

452 updates · last 90 days1 watchers
Open

base64-js provides basic Base64 encoding and decoding implemented in pure JavaScript. It is useful for converting between Base64 strings and byte arrays, including scenarios like encoding or decoding binary data in the browser.

Status:

Maintenance status: The repository has an upstream push as of 2024-07-25, but the published package updates shown here stop at v1.5.1 (2020-11-11), so relative to today (2026-08-13) this looks quiet/dormant for npm updates rather than actively maintained release-by-release.

Last release:

241 watchers
Open

babel-preset-current-node-syntax is a Babel preset that enables parsing of JavaScript language proposals supported by the current Node.js version. It is useful if you want Babel to understand newer syntax features without enabling unsupported proposals.

Status:

Actively maintained: The upstream GitHub source shows a recent push on 2026-06-29, which is close to today (2026-08-13), indicating ongoing work.

Last release:

311 watchers
Open

A Babel plugin that adds Istanbul coverage instrumentation to your ES6 JavaScript code. It’s useful for enabling code coverage in test setups, such as Karma with karma-coverage or Mocha on Node.js via nyc, without generating reports or writing data by itself.

Status:

Actively maintained: The upstream repository shows a recent push on 2026-07-20, indicating ongoing activity, though the newest published updates listed here are up to v8.0.2.

Last release:

501 watchers
Open

Axios is a promise-based HTTP client for the browser and node.js, useful for sending HTTP requests and handling responses in JavaScript applications. It can help streamline making API calls from both frontend and backend code.

Status:

Axios/axios is actively maintained, with upstream pushes and multiple tagged updates in 2026, most recently an upstream push on 2026-08-26 and an update released 2026-08-24 (v1.20.0).

Last release:

795 updates · last 90 days1 watchers
Open

The official AWS X-Ray SDK for Node.js, provided by AWS, helps you instrument Node.js applications to generate and send AWS X-Ray traces. It includes multiple SDK packages for common frameworks and integrations, and documentation for using the SDK with the X-Ray service. Note that the SDK is scheduled to enter maintenance mode on February 25, 2026, with only critical bug fixes and security updates after that date.

Status:

Actively maintained: The repo shows a recent upstream push on 2026-04-14, and the most recent published package update is aws-xray-sdk-node 3.12.0 (2025-11-20), indicating ongoing development rather than dormancy.

Last release:

541 watchers
Open

AWS MSK IAM SASL Signer for JavaScript is a Node.js library for generating IAM based SASL OAuthbearer tokens for Kafka clients. It’s useful when connecting a JavaScript Kafka client to AWS MSK using the SASL/OAUTHBEARER mechanism, with the signer providing the oauthBearerProvider. The project’s changelog and release notes describe latest bug fixes, updates, and features.

Status:

The source appears active but not fast-moving, with the most recent update on 2026-03-02 (v1.0.3), indicating maintenance is still ongoing as of 2026.

Last release:

301 watchers
Open

avvio is a Node module for asynchronous bootstrapping, designed to load plugins or components in the right order with error handling. It supports a reentrant, graph-based load flow where plugins can be loaded within other plugins, and the application can start after the loading queue finishes. It is useful for structuring startup logic in applications that need ordered, dependent initialization.

Status:

Actively maintained: Yes, recent updates are coming in regularly, with the most recent upstream push on 2026-08-11 and tagged versions continuing through 2026 (latest noted: v9.3.0 on 2026-07-15).

Last release:

791 updates · last 90 days1 watchers
Open

atomic-sleep is a JavaScript/Node (and browser) “sleep” utility that blocks the event loop for a specified duration. It targets environments with SharedArrayBuffer and Atomics for (virtually) zero CPU overhead, useful when you need deterministic, event-loop blocking delays.

201 watchers
Open

atomic-batcher provides a simple batching function to group multiple operations and run them atomically. It queues work so only one batch runs at a time, and it’s useful for batching database or similar operation sets (for example, passing grouped ops to a `db.batch` call).

Status:

Repo appears effectively dormant, with the last upstream push on 2017-08-08 and no evidence of any updates since then relative to today (2026-08-12).

Last release:

201 watchers
Open

Athena-Express-Plus is an enhanced fork of Athena-Express for integrating Amazon Athena with Node.js applications, using AWS SDK v3 to run SQL queries and fetch results from S3. It returns cleaned-up JSON results (synchronously or asynchronously), supports AWS V3 architecture, parameterized queries, pagination or streaming, and retries for common throttling and networking errors.

121 watchers
Open

async-hook-jl is a Node.js userland module that provides a high level abstraction over the AsyncWrap API to inspect the lifetime of handle objects. It patches and unifies the API, lets you create multiple hooks, and provides init, pre, post, and destroy callbacks for monitoring async behavior.

Status:

The repository appears quiet/dormant for day-to-day maintenance, with the most recent listed updates from 2017, and the last upstream push on 2022-11-01, which is well over a year ago relative to 2026-08-12.

Last release:

121 watchers
Open

Async is a JavaScript utility module that provides functions for working with asynchronous code, originally designed for Node.js but usable in the browser as well. It offers callback-based helpers and supports use with modern JavaScript via an ESM/MJS version, and is useful for patterns like iterating over collections with concurrency limits.

Status:

Async (caolan/async) shows signs of ongoing work (latest upstream push on 2026-08-07), but the most recent tagged updates were much earlier (v3.2.6 on 2024-08-19, then v3.2.5 on 2023-11-03), so release cadence appears infrequent relative to today.

Last release:

541 watchers
Open

astral-regex provides a JavaScript regular expression for matching astral symbols, including an API that returns a RegExp via astralRegex(options). It is useful for finding astral symbols in strings (or, with exact: true, testing whether a string is exactly an astral symbol).

Status:

This GitHub update source appears quiet and likely in maintenance mode, with the last upstream push on 2019-04-05 (well over 7 years ago as of 2026-08-12).

Last release:

221 watchers
Open

array-timsort is a fast JavaScript array sorting module that implements Python’s Timsort algorithm, described as adaptive and stable. It can sort arrays lexicographically by default, accept a custom compare function, and optionally sort a subrange, returning an array of indexes that records how elements were reordered.

Status:

Maintenance status: The repository appears quiet/dormant as the last upstream push was 2020-10-01, and the newest described updates are all from 2020-10-01, with no evidence of ongoing maintenance up to 2026-08-13.

Last release:

181 watchers
Open

Module that determines your Node.js application’s root path so code can reference files from anywhere without relying on relative paths. Useful for constructing absolute module paths and supports edge cases like global CLI installs, Yarn Plug’n’Play, webpack, and fallback behavior when require.main is missing (ESM imports).

Status:

The source does not appear actively maintained, with the last upstream push on 2022-11-01 and the most recent recorded update 3.1.0 on 2022-08-02, which is nearly four years ago as of 2026-08-13.

Last release:

251 watchers
Open

Ansis is a CJS and ESM ANSI color library for terminals, CI environments, and Chromium-based browser consoles, providing ANSI styles and 16, 256, and truecolor (hex and rgb) output. It is useful for writing colorful CLI and console logs with template-literal and chained syntax, with auto color detection and fallbacks.

Status:

Actively maintained: the repo shows an upstream push on 2026-07-15, and the latest published updates are in 2026 (v4.3.1 on 2026-05-31, then v4.3.0 on 2026-05-24).

Last release:

691 watchers
Open