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.
Provides an ESnext spec-compliant `Object.groupBy` shim, polyfill, or replacement that works in older environments down to ES3. Useful for adding `Object.groupBy`-style grouping behavior where it is missing, with an API that also exposes a `shim()` helper and returns the polyfill when needed.
Maintenance status: Evidence suggests the source is not actively updated right now, last upstream push was 2024-12-21, and the most recent published updates in the provided feed were v1.0.3 on 2024-03-18, which is over a year ago relative to 2026-06-09.
Last release:
Provides an ES spec-compliant polyfill (shim) for `Object.fromEntries`, and exposes a `shim()` method to patch `Object.fromEntries` when it is missing or noncompliant. Useful in JavaScript environments that support ES3 and need `Object.fromEntries` behavior that matches the proposed spec.
The source appears to be in low-activity maintenance mode. The last listed published npm update in the provided history is v2.0.8 on 2024-03-18, and there is no evidence of additional publisher-provided updates after that. An “upstream push” occurred on 2025-12-30, but that alone is not the same as frequent, user-facing updates.
Last release:
This is an ES2017 spec compliant shim for `Object.entries`, intended to provide `Object.entries` behavior in environments where it is unavailable or noncompliant. It exports `entries(obj)` and provides a `shim()` method to patch `Object.entries` when needed.
Maintenance status: The source appears mostly in maintenance mode, with no new published package updates since v1.1.8 on 2024-03-18, though there was an upstream push on 2025-12-30, suggesting some ongoing activity without corresponding published updates in the provided history.
Last release:
ES6 spec-compliant Object.assign shim that provides an Object.assign implementation when it is missing or not compliant. Useful for creating or copying properties from one or more source objects onto a target (requires at least target and one source, and throws a TypeError if target is null or undefined).
Maintenance status: Appears to be maintained upstream (last upstream push reported as 2025-12-30), but the most recently described package updates in the provided summaries are older (late 2024), so it looks more like periodic maintenance than continuous feature work.
Last release:
object-keys is a JavaScript shim for Object.keys, providing an Object.keys function when it is unavailable. It exports a callable function, and you can use its shim method to install the shim so Object.keys behaves consistently.
Maintenance/active work: The source shows a recent GitHub upstream push (2026-03-17), but the published package updates shown in the provided history are from 2019-04-07 or earlier, so ongoing maintenance for consumers appears limited (at least via npm updates).
Last release:
Provides string representations of JavaScript objects for both Node.js and browser environments. Useful for inspecting values in logs and debugging, including handling circular references and DOM elements, via an `inspect(obj, opts)` function with options like depth and string formatting.
Maintenance status: The upstream GitHub repo shows a recent push on 2026-04-26, suggesting it is still maintained, even though a new published version is not reflected in the provided release history since 2025-02-05.
Last release:
object-hash generates hash values from JavaScript objects and values in Node.js and the browser. It can use algorithms from Node’s crypto module (default sha1) and supports options like excluding keys or values, handling unordered collections, and writing the hash data to a stream.
The project appears quiet/dormant, with the last upstream push on 2024-07-23, and no recent updates shown since 2022. It is not evidence-supported as actively maintained as of 2026-06-09.
Last release:
This package provides an ES2015 Object.assign() ponyfill, so you can use Object.assign-style copying of enumerable own properties in environments that do not support it. It is useful for merging objects in JavaScript, including overwriting equal keys and ignoring null or undefined sources.
The source sindresorhus/object-assign appears largely stable, with the most recently tagged updates in this dataset being v4.1.1 (2017-01-16). While the upstream repository shows a last push on 2023-11-05, there is no evidence here of recent tagged updates closer to today (2026-06-09).
Last release:
OAuth wrapper for Node.js, providing a simple API to authenticate against OAuth providers so your app can act as an OAuth consumer. It supports OAuth 1.0 and includes rudimentary OAuth2 support (tested against providers like Twitter, Facebook, GitHub, Google, and others), plus OAuth Echo support for communicating with third-party media providers.
The source does not appear actively maintained today, with the most recent upstream push and npm updates on 2025-03-11 (about 15 months ago as of 2026-06-09). After that brief activity, there is no evidence of further updates.
Last release:
normalize-path normalizes file path slashes to be posix/unix-like forward slashes, also condensing repeated slashes and removing trailing slashes by default. It is useful when you want consistent path formatting across platforms, and it is referenced as being used by tools like chokidar and anymatch.
Maintenance status: The source appears quiet/dormant today, with no recorded updates after 3.0.0 (2018-04-19) despite an upstream push timestamp from 2022-10-07, suggesting no sustained recent release or change flow.
Last release:
Provides Node.js release data for developers, including preprocessed environment metadata in `data/processed/envs.json` suitable for Browserslist and other projects. Also includes a release schedule file with release dates and end of life dates in `data/release-schedule/release-schedule.json`. Useful for keeping tooling and build targets aligned with Node.js versions and support status.
Actively maintained, with the latest upstream push on 2026-08-27 and new updates continuing through late August 2026 (v2.0.54 on 2026-08-27).
Last release:
Auth.js (NextAuth.js) is a set of open-source packages for authentication in modern web applications, designed to work with standard Web APIs and integrate with many OAuth 2.0 and OIDC providers. It helps you add sign-in flows like email/passwordless, passkeys (WebAuthn), and JWT-based sessions with configurable security defaults and options for using a database or running stateless authentication.
nextauthjs/next-auth appears actively maintained, with an upstream push on 2026-07-22 and a security-focused update for the 4.x line on 2026-07-20.
Last release:
Natural Compare (natural-compare-lite) provides a “natural ordering” string comparison for mixed letters and numbers, so items sort the way humans expect (for example, “img2” comes before “img10”). Use String.naturalCompare with JavaScript sort(), including for sorting arrays of strings or object fields, and it supports configuration for custom alphabets.
Actively maintained recently, the most recent upstream push is 2026-09-02 and the repo has a new tagged update v1.4.1 (2026-09-02 20:39:11+00:00).
Last release:
napi-postinstall is a helper you run from an npm postinstall script to automatically check and prepare napi native binding packages, specifically for legacy npm versions. It provides a CLI and an API function for ensuring the required napi binding artifacts are set up during installation (including a fallback module).
Maintenance status: The upstream repo shows a very recent push on 2026-06-01, and the project has multiple tagged updates in 2025, indicating it is not dormant or in maintenance mode.
Last release:
Minimist is a small Node.js module that parses command line argument options into an object. It’s useful for turning an argv-style array into named options, including handling aliases, default values, boolean and string conversions, and stopping or splitting parsing around `--`.
Maintenance status: The repository shows an upstream push as of 2025-12-30, which suggests it is not completely abandoned, but the most recent detailed published updates in the provided history are from 2023-02-25 (v0.2.4), so day-to-day maintenance looks slow.
Last release:
minimatch is a minimal JavaScript glob matching utility. It converts glob expressions into JavaScript RegExp objects and is useful for testing paths against glob patterns, including features like brace expansion, extended globs, and `**` globstar matching. The project notes a security warning about ReDoS risk if patterns are derived from untrusted user input.
Actively maintained: the upstream repo shows a recent push on 2026-07-27, with follow-on updates released as late as v10.2.6 (2026-07-27) and continued prior work in 2026 (notably March and February).
Last release:
mime-types is a Node.js JavaScript utility for resolving MIME content types from file extensions or file paths. It provides functions like lookup(path) to get content types (or false when not found) and contentType(type) to build full Content-Type header values including default charset handling.
Actively maintained, with recent upstream activity on 2026-06-02, and the most recent published package update being v3.0.2 on 2025-11-20.
Last release:
Media Type Database, a large collection of MIME types and related metadata delivered as a single public JSON file. It is useful for looking up MIME information (such as known extensions, compressibility, and default charset) for handling files correctly in Node.js and web tooling.
jshttp/mime-db appears to be a data-focused project with periodic updates, but the most recently summarized tag is v1.54.0 on 2025-03-18, and there is no evidence of a newer tagged update as of 2026-06-09, suggesting a quieter period rather than rapid cadence.
Last release: