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.
The source appears quiet and likely not actively maintained as of today, with the last upstream push on 2024-12-21 and no evidence of updates in 2025 or 2026.
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.
Active maintenance: Evidence is mixed. The GitHub upstream shows a recent push on 2025-12-30, but the last tagged package update in the provided history is v2.0.8 on 2024-03-18, and several prior updates also lack publisher release notes. This suggests the project may still be maintained, but with long stretches between published 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: Evidence suggests the repo is not continuously releasing, though upstream activity occurred (last upstream push on 2025-12-30). Functionally, the published Object.entries shim updates in the provided history look mostly like internal dependency and tooling maintenance rather than major feature work.
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).
The project appears maintained, with an upstream GitHub push on 2025-12-30, but npm/package updates are infrequent, with the latest shown update v4.1.7 on 2024-12-18.
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.
The most recent tagged “updates” shown here are v1.1.1 (2019-04-07) and v1.1.0 (2019-02-08), but the upstream GitHub shows a last push on 2026-03-17, so there is some evidence of continued development, while published updates appear infrequent for years.
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: Evidence shows ongoing development activity (upstream push on 2026-04-26), but the most recent published updates are older (latest noted version v1.13.4 on 2025-02-05), suggesting active maintenance with a slower release cadence rather than dormancy.
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.
Maintenance status: The source appears quiet/dormant as of 2026-09-10, with the most recent upstream push on 2024-07-23 and the latest tagged updates you provided from 2022-02-18.
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.
Maintenance status: The repository appears quiet/dormant, with the last upstream push on 2023-11-05 and no evidence of ongoing updates since then, so it should not be assumed actively maintained as of 2026-09-10.
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.
Maintenance status: The last recorded upstream push and package updates are from 2025-03-11 (v0.10.1 and v0.10.2), which is well over a year ago relative to 2026-09-10, so the project appears quiet, in maintenance mode rather than actively maintained.
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: Evidence from the available history shows no new package updates after 3.0.0 in 2018, and the most recent upstream push is 2022-10-07. Overall, this looks quiet or in maintenance mode, not actively evolving as of 2026.
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 last upstream push on 2026-09-09 and multiple recent GitHub updates (v2.0.55 on 2026-09-09 is the latest).
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).
The source appears to be maintained, with a last upstream push on 2026-06-01, but the most recent tagged update in the provided history is v0.3.4 on 2025-10-04 (so published updates may be intermittent).
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 last observed upstream push was 2025-12-30, which suggests the repository is not completely abandoned. However, the newest packaged updates listed here are from 2023-02, so externally visible npm updates appear infrequent.
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.
Maintenance status: The source appears to be in active development overall, with an upstream push on 2026-06-02, but the most recent published updates in the provided history are v3.0.2 on 2025-11-20 (about 10 months before today, 2026-09-10), so public version updates look intermittent.
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.
Maintenance status: The project is a media type database primarily focused on data updates, with no evidence of recent tagged updates after v1.54.0 (2025-03-18). However, the upstream feed shows a very recent push (2026-09-08), suggesting ongoing upstream data activity even if version tags are not frequent.
Last release: