Normalize-url has a new version 7.0.3 released on January 18, 2022. The immediately preceding version, 7.0.2, was released on September 10, 2021. Both versions maintain the core functionality of normalizing URLs and are licensed under the MIT license, originating from the same GitHub repository managed by Sindre Sorhus.
Key differences lie in the updated development dependencies. Version 7.0.3 sees upgrades in 'c8' (from ^7.7.3 to ^7.11.0), 'xo' (from ^0.41.0 to ^0.47.0), 'ava' (from ^3.15.0 to ^4.0.1), and 'tsd' (from ^0.17.0 to ^0.19.1). The older version 7.0.2 also depended on Typescript version ^4.3.5 that is gone in the newer version, likely integrated within the other dev dependencies. This suggests improvements in code coverage reporting, linting, testing, and type definition accuracy, making the development environment more robust. While the core functionality for developers remains unchanged with both versions normalizing URLs effectively, the updated dependencies in version 7.0.3 potentially offer a more stable and reliable development experience due to refined tooling. The unpacked size of the package has slightly increased from 22518 to 22757, potentially reflecting the upgrades and refinements in the development dependencies and build processes. Developers reliant on this library should consider updating to leverage these improvements in the underlying development environment.
The are not vulnerabilities for the version 7.0.3 of the package normalize-url