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

migratorx

v1.0.2

Published

Upgrade Angular projects across versions **safely, automatically and with maximum transparency**

Readme

📦 MigratorX – The Futuristic Framework Migration Engine 🚀

Upgrade Angular projects across versions safely, automatically and with maximum transparency

Migrating large Angular projects is time-consuming and risky — breaking changes, deprecated modules, Protractor removal, Ivy migration leftovers, RxJS updates, tsconfig changes, and unexpected build failures.


🚀 Installation

Option 1: Run via npx (recommended)

You don’t need to install it globally if you use npx.

npx migratorx

Option 2: Run via npm

npm install -g migratorx

🚀 Quick Start

Inside any Angular project (v10+):

npx migratorx

📌 Example Migration (Angular 11 → 18)

npx migratorx

🧠 What MigratorX Automates

| Category | Included | |---------|---------| | Update Angular packages | ✔ | | Run CLI migrations (ng update) | ✔ (with confirmation) | | Apply code-level autofixes | ✔ | | Detect deprecated APIs | ✔ | | Generate migration logs | ✔ | | Modify TypeScript configs | ✔ |

MigratorX never performs an irreversible action without your confirmation.

🔧 Supported Code Autofixes

| Autofix | Angular version range | |--------|------------------------| | Remove entryComponents | 8 → 9+ | | Replace HttpModule with HttpClientModule | 4 → 5+ | | Add missing generics to ModuleWithProviders | 9 → 10+ | | Modernize TS target in tsconfig | 16+ | | Remove IE11 config from browserslist | 12+ |

More autofixes will be added for each major Angular release.

🗺 Roadmap

| Version | Goal | |--------|------| | v1.x | Full Angular migration automation | | v2.x | Preview mode + rollback support | | v3.x | React / Next.js / Vue migration support | | v4.x | Migration dashboard + PDF/HTML reports |

❤️ Final Note

MigratorX was created to eliminate the pain and fear of framework upgrades. If this tool helped you — star ⭐ the repo and share it with your team!

Happy upgrading! ⚡

🤝 Contributing

Contributions are welcome!
If you encounter an issue or want to request a feature:

➡ https://github.com/prashantd-17/MigratorX

To contribute:

  1. Fork repo
  2. Create feature branch
  3. Submit PR with detailed explanation