Version 6.0.3 of @adobe/jsonschema2md brings subtle but important enhancements to the schema documentation tool. The core functionality of validating and generating Markdown documentation from JSON Schemas remains consistent, promising an easy way to handle complex schemas. Examining the dependencies, the primary change lies in the update of fs-extra, moving from version 9.1.0 to 10.0.0. This upgrade in a key file system utility likely addresses bug fixes, performance improvements, or new features related to file handling operations within the tool. While seemingly minor, this dependency shift can indirectly impact how the tool interacts with the file system during schema processing and documentation generation.
Developers relying on @adobe/jsonschema2md should particularly note the updated fs-extra dependency. While the immediate impact might be transparent, thorough testing after upgrading is always advisable to ensure smooth integration, especially if the workflow involves intensive file system operations. Keep in mind that updating fs-extra can bring vulnerability fixes, so it might be required to keep your project updated. Also, the unpacked size shows a slightly larger size on the newer version, from 625142 to 625573, so we might suppose that the changes brought by the fs-extra dependency added code to the project.
The are not vulnerabilities for the version 6.0.3 of the package @adobe/jsonschema2md