It would be useful to have a command to list the actual versions an import map resolves to (behind the alias).
I imagine the command would print an output similar to npm outdated, with the Alias to the left, it's Mapped to version next to it, and the Installed version from package.json to the right.
It should warn if Eik resolves to a lower version than package.json. This validation should give a non-zero exit code so it can be run on CI and cause a build to fail.