Angular developers considering @angular/platform-browser-dynamic for Just-In-Time (JIT) compilation in their web browser applications should note the differences between versions 2.1.0 and 2.0.2. Both versions furnish the essential functionality for leveraging Angular within a browser environment using JIT. However, version 2.1.0, released on October 12, 2016, introduces updates and improvements compared to version 2.0.2, released on October 6, 2016.
The key difference between these versions lies in their peer dependencies such as @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser. Version 2.1.0 requires version 2.1.0 of these peer dependencies, while version 2.0.2 requires version 2.0.2. These dependency updates likely include bug fixes, performance enhancements, and possibly new features within the core Angular framework. Developers upgrading to 2.1.0 must ensure their project's other Angular dependencies are also updated to the 2.1.0 versions to maintain compatibility and reap the full benefits of the updated platform-browser-dynamic package, especially if aiming for optimal performance and stability. Keeping dependencies aligned ensures a smooth integration and helps developers avoid potential conflicts or unexpected behavior arising from mismatched versions.
The are not vulnerabilities for the version 2.1.0 of the package @angular/platform-browser-dynamic