MongoDB Node.js driver version 3.5.6 introduces a notable update to the BSON dependency, upgrading it from version 1.1.1 to 1.1.4. This enhancement likely incorporates bug fixes, performance improvements, and potentially new features within the BSON serialization and deserialization process, a core component for handling data within MongoDB. Developers relying on the driver should evaluate this BSON upgrade to ensure compatibility and potentially benefit from its refinements.
Beyond the BSON update, a subtle change is reflected in the unpacked size of the package, increasing from 1,458,164 bytes in version 3.5.5 to 1,458,960 bytes in version 3.5.6. While a small difference, it suggests minor adjustments or additions within the codebase, possibly related to the BSON upgrade or other internal improvements. The release date also indicates a month between versions, with 3.5.6 following 3.5.5.
Both versions share identical development dependencies, ensuring a consistent development environment and tooling for contributors. The core dependencies, optional dependencies, license, and repository information remain the same, highlighting the upgrade focuses primarily on refining existing functionality rather than introducing sweeping architectural changes. Developers should always review the official changelog for detailed information on the precise changes incorporated within the BSON upgrade and any other potentially impactful modifications.
The are not vulnerabilities for the version 3.5.6 of the package mongodb