RxJS 7.1.0 is a minor version update to the popular Reactive Extensions library for JavaScript, building upon the solid foundation of version 7.0.1. Both versions share the same core dependencies, including "tslib" for TypeScript helper functions, and boast an extensive suite of development dependencies used for building, testing, and linting the library. Developers familiar with RxJS 7.0.1 will find a seamless transition to 7.1.0, as the API remains largely consistent, minimizing breaking changes.
A notable difference lies in the "dist" section, specifically the unpackedSize. Version 7.1.0 weighs in slightly larger at 4353333 bytes compared to 7.0.1's 4322581 bytes. This increase, although modest, suggests that 7.1.0 incorporates new features, optimizations, or bug fixes that contribute to the added size. Developers are encouraged to consult the official changelog for a detailed list of these changes.
Furthermore, the release date indicates that version 7.1.0 was published on May 21, 2021, a little more than a week after version 7.0.1. This short time difference implies that 7.1.0 may address immediate issues discovered in the initial 7.0.1 release, like critical bug fixes, or contains urgent enhancements. If you are using Rxjs then consider use always the latest stable version for more security and stability. It's recommended to check the RxJS project's release notes and commit history on GitHub.
The are not vulnerabilities for the version 7.1.0 of the package rxjs