npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

upmods

v0.2.0

Published

Minecraft mod updater and cross-loader migration TUI powered by Modrinth

Readme

upmods

Minecraft mod updater and cross-loader migration TUI powered by Modrinth.

Install

npm install --global upmods

Node.js 20 or newer is required.

Usage

upmods [instance-dir]
upmods scan [instance-dir] [--json]
upmods check [instance-dir] [--mc-version=1.21.1] [--loader=fabric]
upmods audit [instance-dir] [--json] [--strict]
upmods update [instance-dir] [--dry-run | --yes]
upmods lock [instance-dir]
upmods verify [instance-dir]
upmods rollback [instance-dir]
upmods config [instance-dir] [settings options]
upmods --help

An instance root or exact mods directory is accepted. If several possible mods directories exist, pass the exact one because upmods will not guess. Saved settings live in .upmods.json. Update is preview-only unless --yes is supplied; confirmed updates retain checksum verification, backups, and transactional recovery. Apply snapshots and re-verifies staged files immediately before the transaction, adopts the selected release's filename, safely removes the superseded filename, and refuses collisions.

Ctrl+C safely cancels non-interactive hashing, network requests, retry waits, and downloads with exit code 130. In the TUI, C cancels checks, downloads, and migration builds back to a safe review screen. Apply and rollback finish their transaction once file replacement has begun.

TUI update safety follows the exact selected set and is checked again against successful downloads before enabling Apply; a failed or deselected compatibility repair therefore cannot be applied as a partial update. The same core policy projects required and incompatible dependencies from the selected target versions, blocking an update before download when its resulting mod set would be startup-unsafe.

Use upmods config . to inspect settings. Set the environment with --mc-version, --loader, and --channel; manage policy with repeatable --ignore, --unignore, --pin=PROJECT=VERSION, and --unpin options.

Loader migrations are assembled under mods-updated/<loader>-<minecraft-version>/ and never overwrite the source instance.

Full documentation, source, and issue tracker: github.com/0png/upmods

License

MIT © 0png.