Angular developers looking to leverage browser-specific functionalities in their applications should be aware of version 2.0.2 of @angular/platform-browser, a crucial library for integrating Angular with web browsers. Released on October 6, 2016, this version builds upon the preceding stable release, version 2.0.1, launched on September 23, 2016. Although both share the same core description – "Angular - library for using Angular in a web browser" – and licensing under MIT, the subtle version bump indicates underlying improvements and potential bug fixes.
Crucially, both versions declare peer dependencies on @angular/core and @angular/common, aligning the platform-browser functionality with corresponding core Angular modules. Version 2.0.2 mandates version 2.0.2 of @angular/core and @angular/common, while version 2.0.1 requires version 2.0.1 of the same peer dependencies. Developers should meticulously ensure their project's @angular/core and @angular/common versions align with the @angular/platform-browser version to prevent compatibility issues.
The update to version 2.0.2 likely incorporates fixes, performance enhancements, or minor feature additions that, while not warranting a major version change, are still beneficial for a more robust and reliable application. Developers are advised to consult the official Angular changelog or release notes for a comprehensive list of changes between the two versions, enabling informed decisions regarding upgrades and ensuring optimal integration of browser features within their Angular projects. The tarball URLs provided allow direct access to the package files for inspection and integration.
The are not vulnerabilities for the version 2.0.2 of the package @angular/platform-browser