Marked versions 12.0.0 and 12.0.1 represent incremental updates to a popular markdown parsing library known for its speed. While the core functionality remains consistent, several dependency upgrades and minor adjustments exist between the versions. Developers should note the updated development dependencies, particularly eslint, @typescript-eslint/parser, @typescript-eslint/eslint-plugin, semantic-release, @markedjs/testutils, @arethetypeswrong/cli and @semantic-release/npm. Upgrading these dependencies likely reflects improvements in code linting, type checking, automated releases, and testing infrastructure, ultimately contributing to a more robust and maintainable codebase. marked-highlight also receives an upgrade.
The newer version, 12.0.1, incorporates these updated tools, likely resulting in a smoother development experience, better static analysis, and potentially more accurate type definitions. The difference in unpacked size (923213 vs 919154 bytes) suggests subtle changes in the build output, possibly stemming from the updated dependencies or minor bug fixes.
For developers using Marked, while the API remains largely unchanged, it's generally recommended to update to the latest version (12.0.1) to benefit from the improved tooling and potential bug fixes. Always consult the changelog, if available, for a detailed breakdown of specific changes and their potential impact on your project. Before upgrading, consider running your test suite to ensure compatibility.
The are not vulnerabilities for the version 12.0.1 of the package marked