Pug-load is a crucial component in the Pug ecosystem, handling the complexities of loading dependencies within your Pug files. Version 2.0.11, released on March 8, 2018, offers subtle but important enhancements over its predecessor, version 2.0.10, released just two days prior on March 6, 2018.
While both versions share the same core functionality of loading Pug file dependencies and identical descriptions, file count, unpacked size, and license, the key distinctions lie in their dependency versions. Version 2.0.11 upgrades pug-walk from version 1.1.6 to 1.1.7. More significantly, it bumps the version number of tested development dependency pug-parser from 4.0.1 to 5.0.0.
These upgrades likely address bug fixes, performance improvements, or compatibility enhancements within those respective packages. Developers leveraging pug-load should particularly take note of the pug-parser upgrade as it represents a major version bump that can introduce breaking changes regarding how Pug code is interpreted and processed. Developers are encouraged to test their Pug templates thoroughly after upgrading to pug-load 2.0.11 to ensure compatibility and stability within their projects. The core dependency object-assign remains unchanged, ensuring continued reliability for object property merging.
The are not vulnerabilities for the version 2.0.11 of the package pug-load