RxJS version 6.3.2 introduces subtle but notable adjustments compared to its predecessor, 6.3.1, impacting developers leveraging reactive programming principles. Both versions maintain the core dependency on tslib at version ^1.9.0, indicating continued adherence to TypeScript helper functions. However, the key variations reside in the development dependencies, signaling shifts in the tooling and testing landscape used during the library's build and maintenance.
One identified difference is the removal of dtslint from the devDependencies in version 6.3.2. Additionally, the dist object reveals an increase in the unpackedSize from 4866843 to 4867594, suggesting minor changes to bundled files, potentially including bug fixes, performance optimizations, or documentation updates. These changes, whilst seemingly small, are important for developers since they affect dependecies and overall size of the package in their projects.
The release date moved from August 31st, 2018 to September 4th, 2018, confirming that version 6.3.2 is a subsequent release, including the aforementioned changes. While the core functionality and API surface likely remain consistent, developers should consult the official changelog for detailed information on specific bug fixes, performance improvements, or minor behavior tweaks introduced in the new update. These incremental updates reflect the ongoing commitment to stability and refinement of the RxJS library.
The are not vulnerabilities for the version 6.3.2 of the package rxjs