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

luminus-upgrade

v1.2.5

Published

`luminus-upgrade` is a command-line tool designed to simplify the migration of `eitri-apps` projects that use the `luminus` library, upgrading from version 1.x to higher versions in an automated and safe way.

Readme

luminus-upgrade

luminus-upgrade is a command-line tool designed to simplify the migration of eitri-apps projects that use the luminus library, upgrading from version 1.x to higher versions in an automated and safe way.

📌 Features

  • 🔄 Easy upgrade: Automates the migration from luminus 1.x to newer versions.
  • Compatibility checks: Ensures a smooth transition without breaking changes.
  • Fast: Runs quickly but maybe require some user interaction after the upgrade.

🚀 Installation & Usage

None installation is required. Go to the root directory of your eitri-apps project and run the following command:

npx luminus-upgrade <version> <eitri-app-root-directory>
  • Version: The major version of luminus to upgrade to, example: 2 or 3 (in the future)
  • Eitri-app root directory: The root directory of your eitri-app project, example: . or ./../my-eitri-app

Example

npx luminus-upgrade 2

Currently, only version 2 is supported. In the future, version 3 will be available:

npx luminus-upgrade 3

Revent

npx luminus-upgrade rollback

or pointing to another eitri-app project

npx luminus-upgrade rollback ../myotherproject/myeitri-app

Example Output

When running the command, you might see an output like this when the upgrade is successful:

🎉 Eitri-App Convert Completed!

⚙️ How It Works

  • 🔍 Detects the current luminus version in the project.
  • ⬆️ Modifies the eitri-conf.js file to use the new version.
  • 🔄 Make a backup folder of the project.
  • 📦 Process all jsx files in the project (components also included).

📋 Requirements

  • Node.js 16+ is required.
  • Must be executed inside an eitri-apps project.

⏪ Rollback / Reverting Changes

  • Rollback option will be available in the future.
  • But you can always revert the changes renaming the backup folder to src.

🔒 Additional Information

  • This tool is private and intended exclusively for eitri-apps projects.
  • There is no public repository, open-source license, or contribution process.
  • For internal support, please contact the appropriate team at https://eitri.tech

📝 Changelog

[1.0.0] - 2025-02-05

🎉 First Release

  • Automated upgrade from luminus 1.x to 2.x.
  • Modify eitri-conf.js file to use the new version.
  • Make a backup folder of the project.
  • Checks src folder for jsx files.
  • Process all jsx files in the project (components also included).
  • Checks recent versions of luminus.

[1.0.1] - 2025-02-06

🐛 Fix

  • Added a readme file to the project.

[1.1.0] - 2025-02-06

✨ Feature

  • Feature to point a path to the eitri-app root directory as second argument

[1.1.1] - 2025-02-07

🐛 Fix

  • Improvements on conversion process

[1.2.0] - 2025-02-07

✨ Feature

  • Added a option to restore

[1.2.1] - 2025-02-07

🐛 Fix

  • Improvements on conversion process

[1.2.2] - 2025-02-07

🐛 Fix

  • Improvements on conversion process

[1.2.3] - 2025-02-10

🐛 Fix

  • Fix conversion of tags: MaskedInput, Icon and ImageView

[1.2.4] - 2025-02-11

🐛 Fix

  • Fix conversion of tags: Icon

[1.2.5] - 2025-02-11

🐛 Fix

  • Fix conversion of tags: HtmlRenderer