Read-package-json version 6.0.1 represents a minor update to the widely used npm package, building upon the foundation of version 6.0.0. Both versions serve the crucial role of reading and interpreting package.json files within the Node.js ecosystem, ensuring adherence to established semantics, default configurations, and validation rules. This is essential for tools that handle npm packages.
The primary difference between the two versions lies in the updated dependency on the glob package. Version 6.0.1 utilizes glob version ^9.3.0, while version 6.0.0 relies on glob version ^8.0.1. This update likely incorporates bug fixes, performance improvements, or new features within the glob dependency that enhances file matching capabilities during package analysis. Another change is the upgraded @npmcli/template-oss dependency from version 4.5.1 to 4.12.0 that likely integrates improvements on the open source template configuration. Also the unpacked size of version 6.0.1 is slightly smaller than version 6.0.0.
For developers utilizing read-package-json, the move to version 6.0.1 signifies a commitment to staying current with dependency updates and benefitting from the potential enhancements offered by the newer glob package. Users of read-package-json should test their code to ensure the update to glob does not introduce any breaking changes.
Both versions maintain the same core functionality, license (ISC), repository details, and author information, ensuring a consistent experience for developers relying on this package.
The are not vulnerabilities for the version 6.0.1 of the package read-package-json