Angular developers should take note of the updates between version 4.4.4 and 4.4.5 of the @angular/platform-browser-dynamic package. This library is crucial for running Angular applications in a web browser using Just-In-Time (JIT) compilation, enabling dynamic execution of your Angular code.
Version 4.4.5, released on October 12, 2017, follows version 4.4.4, released on September 28, 2017. Examining the provided data, the core functionalities and dependencies remain consistent between the two versions. Both rely on tslib version ^1.7.1 and share the same peer dependencies on @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser. The key difference lies in the versions of these peer dependencies, with version 4.4.5 requiring version 4.4.5 of the peer dependencies, while version 4.4.4 needs version 4.4.4 of its peer dependencies.
While the change might seem minor, upgrading to 4.4.5 ensures compatibility and potentially includes bug fixes or performance improvements within the @angular/platform-browser-dynamic library and its related Angular modules. Developers should upgrade to version 4.4.5 to maintain consistency within their Angular project and benefit from any refinements introduced in the newer release. Always refer to the official Angular changelog for a detailed breakdown of the specific changes included in this patch version.
The are not vulnerabilities for the version 4.4.5 of the package @angular/platform-browser-dynamic