npm-with-diff seems to bail out if npm returns with a non-zero exit code. However, there are situations where npm does apply changes, even if it returns with an error code. One example is npm audit fix if not all problems could be resolved. In that case, it would be nice if I could get a diff for the problems that were indeed resolved.