Currently published @types packages don't include git revision of DefinitelyTyped repo, so we cannot get to know the exact diff between previous version and new one without actually comparing downloaded packages.
npm publish appends gitHead field to package.json: npm/read-package-json#7
I think the field is very useful for @types packages.