Marked version 9.1.4 is a minor update to the popular markdown parsing library, building upon the foundation laid by version 9.1.3. While the core functionality remains the same – providing a fast and reliable way to convert Markdown text into HTML – several dependency updates and internal changes differentiate the two versions.
One notable change lies in the updated development dependencies. Version 9.1.4 sees the @typescript-eslint/parser and @typescript-eslint/eslint-plugin packages bumped from version 6.8.0 to 6.9.0. This update likely includes improvements to TypeScript linting and parsing, potentially leading to more robust code quality and fewer potential errors within the Marked codebase. Furthermore, rollup is updated from version 4.1.4 to 4.1.5. This could include bug fixes or performance improvements in the bundling process, indirectly affecting the final output size or build time of Marked when used in other projects.
The dist section also reveals differences. While both versions are distributed as tarballs, 9.1.4 has a fileCount of 16 compared to 9.1.3's 15, and a slightly larger unpackedSize of 911308 bytes versus 902532bytes. This suggests the inclusion of an additional file or potentially minor adjustments to existing files. Finally, the release date also indicates that 9.1.4 was released a few days after 9.1.3. These incremental updates reflects the ongoing effort to maintain and improve the marked library, which can indirectly benefit developers who rely on this package for markdown parsing.
The are not vulnerabilities for the version 9.1.4 of the package marked