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:

range-parser is a Node.js module for parsing the HTTP Range header field. It turns a range request into subranges for a given representation size, and returns negative values for malformed headers (-2) or unsatisfiable ranges (-1), with an option to combine overlapping or adjacent ranges.

Status:

Actively maintained: Yes, upstream shows a recent push on 2026-06-25, and the latest published update v1.3.0 (2026-06-25) indicates ongoing maintenance rather than dormancy.

Last release:

551 updates · last 90 days1 watchers
Open
GitHub

qs is a JavaScript querystring parser and serializer for turning query strings into objects and back into strings. It supports nested keys using square bracket notation and includes options for things like decoding, limits on nesting depth and parameter counts, and safer handling of prototype-related keys.

Status:

Actively maintained and evolving: The repo shows an upstream push on 2026-06-24, and the most recent updates (v6.15.3, 2026-06-24) were published just hours before today (2026-06-25), indicating ongoing maintenance.

Last release:

592 updates · last 90 days1 watchers
Open

node-qrcode (soldair/node-qrcode) is a QR code, 2D barcode generator for Node.js, the browser (via bundlers), and React Native (SVG). It supports a CLI utility and can render QR codes as images, SVG, UTF-8/terminal output, and data URLs, with configurable encoding modes and error correction.

Status:

Active maintenance, not likely, last known upstream push was 2024-08-23, and the most recent published update in the provided list was v1.5.4 on 2024-08-05, so relative to 2026-06-09 this appears quiet or in maintenance mode.

Last release:

301 watchers
Open

Pure-rand is a set of fast pseudorandom number generators and uniform distributions for JavaScript or TypeScript. It provides deterministic PRNGs with an emphasis on “pure” usage, where calling the generator returns the next RNG state without altering the existing one, which is useful for reproducible randomness and functional-style simulations.

Status:

The source appears actively maintained, with an upstream push as recently as 2026-07-01 and tagged updates continuing in 2026 (for example v8.4.1 on 2026-06-25 and v8.4.0 on 2026-03-27).

Last release:

652 updates · last 90 days1 watchers
Open

proxy-addr is a Node.js module that determines the address of a proxied HTTP request, commonly using the X-Forwarded-For chain. It provides functions to return the most relevant (trusted) address, all addresses in order, and a way to precompile trust rules for faster per-request use.

Status:

The repository appears mostly in quiet, maintenance mode, with the latest tagged updates shown as v2.0.7 on 2021-06-01, even though there was an upstream push on 2026-06-01.

Last release:

641 watchers
Open

proper-lockfile is a Node.js lockfile utility for coordinating access between processes on a local or network file system. It provides async and sync functions to lock a file, unlock it, and check whether it is locked or stale, using an atomic `mkdir` strategy and periodic `mtime` updates.

Status:

Maintenance status: Evidence suggests the project is not actively maintained today, with the last upstream push on 2023-10-25 and the most recent published update (v4.1.2) on 2021-01-25 (both are several years old relative to 2026-06-09).

Last release:

241 watchers
Open

Prompts is a lightweight Node.js CLI utility for creating interactive, user-friendly prompts that ask users for information. It supports simple prompt objects, prompt chains, validation, and programmatic submission or cancellation callbacks, returning collected answers as an object.

Status:

Maintenance status (evidence-based): Tagged updates appear to have stopped since v2.4.2 (2021-10-07), which is a multi-year gap relative to 2026-06-09. There is an upstream push dated 2025-05-14, but no corresponding newer tagged updates are shown in the provided release list. Overall, this looks quiet or maintenance-light, not actively releasing.

Last release:

401 watchers
Open

Prism is a lightweight, robust syntax highlighting library for formatting source code with readable styles. It is useful for adding syntax highlighting to web pages and for extending or contributing new language definitions and themes (see prismjs.com and prism-themes).

Status:

The PrismJS/prism repository shows very recent upstream activity (last upstream push was 2026-06-09), which suggests the project is still actively maintained and evolving, even though the newest tagged update in the provided list is older.

Last release:

601 watchers
Open

pretty-ms is a JavaScript utility that converts a duration in milliseconds into a human-readable time string (for example, 1337000000 becomes “15d 11h 23m 20s”). It’s useful for displaying elapsed times or operation durations with options for compact, verbose, colon style, and sub-second formatting.

Status:

Maintenance status: The repository shows ongoing work with the latest documented update v9.3.0 on 2025-09-15 and a recent upstream push on 2025-11-02, so it does not look dormant, though updates are not frequent.

Last release:

461 watchers
Open

Prettier is an opinionated code formatter that parses source code and reprints it using consistent formatting rules, including automatic line wrapping based on maximum line length. It supports many languages such as JavaScript, TypeScript, CSS (SCSS, Less), HTML (Vue, Angular), GraphQL, JSON, Markdown, and YAML, and can be used via editor integrations, pre-commit hooks, or in CI to standardize code style.

Status:

Actively maintained: The upstream repository shows a very recent push (2026-07-02), and multiple formatting and parser-related updates have landed in late June 2026 (versions 3.9.4, 3.9.3, 3.9.1, 3.9.0).

Last release:

718 updates · last 90 days1 watchers
Open

powershell-utils provides Node.js helpers for running PowerShell commands on Windows. It includes functions to get the PowerShell executable path, check whether PowerShell is accessible, execute commands (async or sync), and build or encode safe PowerShell arguments (for use with child_process).

Status:

Actively maintained, with the last upstream push on 2026-02-13 and a newer update (v0.2.0) published on 2026-01-25.

Last release:

381 watchers
Open

A Node.js package that parses and serializes PostgreSQL range types, turning Postgres range strings into Range objects and back. Useful when you need to read, work with, and convert PostgreSQL range columns in JavaScript, including support for bounds and containment checks.

Status:

Maintenance status: Not actively maintained as of today (2026-06-09). The most recent upstream push was 2024-07-17, and the latest documented update (v1.1.4) was 2024-01-29, leaving a long gap since then.

Last release:

281 watchers
Open

A Node.js package for parsing PostgreSQL interval strings and converting the result back to formats like Postgres interval strings or ISO 8601 duration strings. Useful when you need to interpret Postgres interval output (assuming the default Postgres interval style) and then pass the parsed value into applications or prepared statements.

Status:

The repository appears actively maintained currently, with an upstream push on 2026-06-30 and a new v4.1.0 update on 2026-06-30 that adds an API method (interval.toTemporalDuration()) and updates CI for newer Node.js versions.

Last release:

361 updates · last 90 days1 watchers
Open

A JavaScript date/time output parser for PostgreSQL, which converts Postgres date and time strings into JavaScript Date objects while aiming to match Postgres behavior and preserve accuracy. Useful when you need reliable parsing of Postgres output into JS Date values (supported for Postgres versions 9.6 and later).

Status:

Maintenance status: GitHub upstream shows a last push on 2026-02-08, which suggests the project is not completely abandoned. However, the most recent tagged updates in the available history are from 2021, so consumer-visible changes appear sporadic.

Last release:

301 watchers
Open

postgres-bytea is an npm package for decoding and encoding PostgreSQL bytea strings to and from Node.js Buffers. It provides `decode` for converting Postgres bytea formats (hex and escape) into buffers, plus `Decoder` and `Encoder` Transform streams for handling bytea data in COPY FROM and COPY TO contexts.

Status:

The repository appears maintained, with a recent upstream push on 2025-12-17 and a follow-up update v1.0.1 on 2025-12-17 (about 6 months before 2026-06-09), indicating it is not fully dormant.

Last release:

291 watchers
Open

A JavaScript npm package that parses PostgreSQL array column values given as a string, returning a JavaScript array. Useful for converting Postgres array literals like `{1,2,3}` into native arrays, with an optional transform function to process non-null elements.

Status:

Active maintenance: The most recent upstream activity and updates are dated 2025-03-06, with the next known update at 2023-02-08. Given the ~15 month gap from today (2026-06-09), the project appears quiet or in maintenance mode, not actively maintained.

Last release:

271 watchers
Open

Postgres.js is a fast, full-featured PostgreSQL client for Node.js, Deno, Bun, and Cloudflare, useful for connecting to Postgres and running SQL from JavaScript. It provides an easy API based on tagged template strings, handling query parameters safely and returning results as arrays of row objects.

Status:

The repository appears actively maintained, with a recent upstream push on 2026-04-05 and follow-on versioned updates in 2026 (v3.4.9 on 2026-04-05, v3.4.8 on 2026-01-06), plus multiple prior bugfix-focused updates across 2024-2025.

Last release:

371 watchers
Open

postal-mime is an email parsing library for Node.js, web browsers (including Web Workers), and serverless environments (such as Cloudflare Email Workers). It parses raw RFC822 email data into a structured object with headers, recipients, attachments, and more, including support for complex MIME parts and nested multiparts.

Status:

The repository appears actively maintained, with recent updates continuing through 2026 (last observed update on 2026-06-25, and multiple updates earlier in 2026 and late 2025).

Last release:

691 updates · last 90 days1 watchers
Open