New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

migratorx

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

migratorx

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

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

📦 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

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

CategoryIncluded
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

AutofixAngular version range
Remove entryComponents8 → 9+
Replace HttpModule with HttpClientModule4 → 5+
Add missing generics to ModuleWithProviders9 → 10+
Modernize TS target in tsconfig16+
Remove IE11 config from browserslist12+

More autofixes will be added for each major Angular release.

🗺 Roadmap

VersionGoal
v1.xFull Angular migration automation
v2.xPreview mode + rollback support
v3.xReact / Next.js / Vue migration support
v4.xMigration 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:

  • Fork repo
  • Create feature branch
  • Submit PR with detailed explanation

Keywords

angular

FAQs

Package last updated on 17 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts