I have an issue where a client has had someone doing code changes directly in the vendor folder for some of the modules they use (not entirely sure on what modules tho). I need to find a way to see the differences between the vendor folder as it is in git vs after I have ran composer install. These changes should exclude package updates.
Do you guys know a good way to check this?