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.
Punycode.js is a JavaScript library that converts between Punycode (ASCII) and Unicode strings, fully complying with RFC 3492 and RFC 5891. It is useful for encoding and decoding internationalized domain names or email address domains (e.g., using functions like decode, encode, toUnicode, and toASCII).
Maintenance status: The repo appears quiet/dormant relative to today (last upstream push was 2024-04-18), with no evidence of ongoing development through 2026-09-10.
Last release:
obug is a lightweight JavaScript debugging utility, forked from debug, with TypeScript and native ESM support. It helps developers enable and disable debug output by namespace (for example via the DEBUG environment variable or browser localStorage), and provides customizable formatting and logging with a small footprint for modern runtimes.
Actively maintained, with very recent activity (last upstream push and latest update on 2026-09-09), plus multiple updates within the same day (v3.0.0 and v2.2.1).
Last release:
NWSAPI is a fast CSS Selectors API engine written in pure JavaScript, built to aim for Selectors Level 4 conformance. It provides functions to parse and compile CSS selector strings for DOM selection and matching, and it can be used in browsers (as a global `NW.Dom`), or in headless environments and Node.js (as a CommonJS module).
The GitHub repository appears to have very recent activity, with an upstream push on 2026-09-10, which suggests ongoing maintenance rather than a fully abandoned project.
Last release:
Nano ID is a tiny, secure, URL-friendly unique string ID generator for JavaScript, designed to create short IDs with a URL-safe alphabet. It supports secure and non-secure modes (using hardware random generation by default) and can be customized by ID size or alphabet.
Actively maintained: The upstream GitHub push was on 2026-09-16, and there are very recent updates (for example 3.3.19 on 2026-09-10), indicating ongoing work rather than a dormant state.
Last release:
MZ (Modernize node.js) is a Node.js helper library that modernizes Node’s core APIs to current ECMAScript specifications, especially by wrapping parts of Node’s API. It provides promise-based versions of common modules like child_process, crypto, dns, fs, readline, and zlib, so you can use async functions cleanly with Node’s core APIs.
The source normalize/mz appears to be largely quiet rather than actively maintained, with the last upstream push dated 2020-12-11 and no described library updates after 2017-09-13 in the provided recent summaries.
Last release:
ms (vercel/ms) is a small utility for converting time expressions and units to milliseconds, and converting millisecond numbers back into formatted strings with units. It’s useful when you need consistent parsing of inputs like “2 days”, “1h”, or “100”, including TypeScript type definitions and support for different server and browser runtimes.
The repository appears to be minimally active at the code level (last upstream push was 2026-05-20), but the most recent documented package updates in the provided history are from 2021-09-15, which is several years behind today (2026-09-10).
Last release:
min-indent is a small JavaScript utility that finds the shortest leading whitespace shared by non-empty lines in a string, then uses that value to remove redundant indentation. It is useful for normalizing multi-line strings that include extra indent.
The source appears not to be actively maintained, with the most recent upstream push on 2020-08-02 and the latest documented update (v1.0.1) on 2020-05-28, which is about 6 years ago relative to 2026-09-10.
Last release:
markdown-table generates GitHub flavored markdown (GFM) tables from table data (a matrix of strings). It is useful when you want to produce markdown table source code from existing data, with options to control alignment, padding, delimiters, and delimiter alignment.
Maintenance status: Not actively maintained as of today, the last upstream push and latest recorded update is 2024-10-22, which is roughly 22.5 months ago (so the project appears quiet/dormant now).
Last release:
LZ-string is an LZ-based compression algorithm implemented for JavaScript, useful for compressing and decompressing text data in web or Node.js applications. It also provides a command line tool (if installed globally) to compress or decompress files, with options for different character encodings.
Maintenance status: The project looks intermittently maintained, with the upstream GitHub activity last pushed on 2025-08-11, but there have been no corresponding visible published updates after 2023-06-20 based on the provided update history.
Last release:
A fast LRU (least recently used) cache for JavaScript that automatically evicts the least recently accessed items when it reaches configured limits like max item count (or max size). Useful for speeding up repeated lookups where you want bounded memory and eviction based on recent access, with optional TTL behavior that treats expired items as missing.
Actively maintained: Recent upstream push on 2026-07-07 and multiple published updates in 2026 (from 2026-05-04 through 2026-07-07) indicate the project is being actively worked on rather than in maintenance mode.
Last release:
A JavaScript library for validating and working with BCP 47 language tags, based on BCP 47 (RFC 5646) and the latest IANA language subtag registry. It provides functions to check tag validity, look up language subtags, search subtags and tags by description, and format tags according to common conventions (case rules).
Maintenance status: The library appears largely dormant/maintenance-mode today, with the most recent published updates shown at v1.0.5 in 2016, even though there was an upstream push on 2025-07-07 (no corresponding versioned updates are evidenced in the provided history).
Last release:
Keyv is a simple key-value storage library for JavaScript and TypeScript that provides a consistent interface across multiple backends using storage adapters. It supports TTL-based expiry, which makes it useful for building caches or persistent key-value stores.
Keyv (jaredwray/keyv) appears actively maintained, with very recent upstream and repo activity (last upstream push 2026-08-05, and updates on 2026-08-04 including v6.0.1).
Last release:
JSON5 is a JavaScript library that extends the JSON file format to be easier to write and maintain by hand, mainly for config files. It provides parsing and serialization (JSON5.parse, JSON5.stringify) and includes a CLI for converting JSON5 to JSON and validating JSON5 syntax.
json5/json5 appears to be quiet or in maintenance mode, with the last upstream push on 2024-10-25 and the most recent tracked updates dated to 2022-12-31 (v2.2.3).
Last release:
jsdom is a pure JavaScript implementation of many web standards, notably the WHATWG DOM and HTML standards, designed to run in Node.js. It emulates enough of a browser environment to help with testing and scraping real-world web applications by parsing HTML into a DOM-like `window` and related APIs.
jsdom/jsdom appears actively maintained, with upstream pushes and multiple recent updates in July 2026 (including v30.0.1 and v30.0.0 just days apart, plus earlier CSS-focused updates in April 2026).
Last release:
`jose` is a JavaScript module for working with JOSE standards, including JSON Web Tokens (JWT), JSON Web Signature (JWS), JSON Web Encryption (JWE), and JSON Web Keys (JWK, JWKS). It provides tools to sign, verify, encrypt, decrypt, import/export keys, and validate JWT claims across multiple Web-interoperable runtimes such as Node.js, browsers, Cloudflare Workers, Deno, and Bun.
Actively maintained: The upstream project shows very recent activity (last push 2026-09-08, and multiple v6.2.x updates in September 2026), indicating the repository is currently under active development.
Last release:
Jiti is a Node.js runtime tool that provides seamless TypeScript and ESM support, including interoperability between ESM and CommonJS. It can load TypeScript/ESM files via async APIs similar to `import()` or via a sync API similar to `require()`, and it supports features like ESM loader registration, filesystem transpile caching, and custom module resolution (including aliases).
Actively maintained: The repo shows an upstream push as of 2026-09-09, and the most recent tagged update in the provided summaries is v2.7.0 on 2026-05-05, indicating ongoing development rather than maintenance mode.
Last release:
Checks whether a given value is a JavaScript string, either as a primitive or as a String object. It is designed to work across realms like iframes, which helps when validating values in different execution contexts.
Maintenance status: The repository shows intermittent activity, with the latest listed published update being v1.1.1 on 2024-12-16. An upstream push on 2025-12-30 suggests continued work, but there is no evidence of additional published updates since v1.1.1. Overall, this looks like low-frequency maintenance, not rapid ongoing development.
Last release:
Checks whether a given string matches the HTML Standard’s `PotentialCustomElementName` production. Useful in JavaScript to validate candidate custom element names before using them.
The repository appears quiet or in maintenance mode, with the last upstream push and most recent change dated 2021-04-07, relative to today (2026-09-10).
Last release: