The @angular/compiler package, a core component of the Angular framework responsible for transforming Angular templates and components into executable JavaScript code, saw a minor version update from 7.1.1 to 7.1.2 in late 2018. While both versions share identical dependencies on tslib (version ^1.9.0), a MIT license, and the same maintainers, subtle differences exist that might interest developers. Version 7.1.2, released on December 6, 2018, appears to be a refinement over version 7.1.1, released on November 28, 2018.
Despite having the same number of files (608) within the packaged tarball, a slight increase in the unpacked size, moving from 26436476 bytes to 26436523 bytes, suggests internal adjustments, bug fixes, or performance improvements could be present in the newer version. Developers relying heavily on Angular's ahead-of-time (AOT) compilation or template transformations will want to investigate the changelogs and release notes (available on the official Angular repository) to identify specific fixes and enhancements included in version 7.1.2. These potential improvements might contribute to smaller bundle sizes, faster rendering, or better compatibility with other libraries. Always consider reviewing official release notes for precise details to ensure smooth upgrades and compatibility with existing Angular projects.
The are not vulnerabilities for the version 7.1.2 of the package @angular/compiler