tslib, the runtime library for TypeScript helper functions, has a new version, 2.7.0, released on August 23, 2024. This update follows the previous stable version, 2.6.3, released on June 4, 2024. Both versions maintain the same core purpose: providing essential helper functions to support TypeScript's compiled output. Developers relying on tslib should note the differences, though they may be subtle. While the file count remains consistent at 14, the unpacked size has slightly increased from 84876 bytes in version 2.6.3 to 86155 bytes in version 2.7.0. This suggests that the newer version includes additions or modifications to the helper functions, potentially involving new features, performance improvements, or bug fixes. Developers should consult the official changelog on the tslib GitHub repository to understand the specific changes introduced in version 2.7.0. The library continues to be licensed under the permissive 0BSD license and is authored by Microsoft Corp. Keeping tslib updated ensures that your TypeScript projects benefit from the latest optimizations and compatibility improvements, especially when targeting newer ECMAScript standards. Upgrading is generally recommended, but always test after updating dependencies.
The are not vulnerabilities for the version 2.7.0 of the package tslib