Parse-url has released version 9.0.1, a minor patch update following closely after version 9.0.0. Both are advanced URL parsers designed to handle standard web URLs and also Git URLs, making them useful for applications where you might need to extract information from diverse URL formats. Developers will find the library beneficial due to its ability to dissect URLs into meaningful components. The core dependencies remain consistent: relying on "parse-path" and its TypeScript definitions ("@types/parse-path") at the "^7.0.0" level. Development dependencies for testing, type definitions, bundling, and URL normalization are also the same, pinned to specific versions, ensuring consistent tooling.
The key differences lie in the package's distribution data. Version 9.0.1 sees an increase in the "fileCount" to 7, compared to 5 in version 9.0.0, and "unpackedSize" significantly increasing to 32753 bytes from 12398 bytes. This suggests changes in the included files and/or size of individual files within the package, perhaps due to bug fixes, documentation updates, or internal modifications. The updated "releaseDate" confirms 9.0.1 was published moments after 9.0.0 implying a quick correction or addition. While the core functionality is likely unchanged the updated version will certainly contain bug fixes and general improvements. A patch update like this is recommended for stability and reliability.
The are not vulnerabilities for the version 9.0.1 of the package parse-url