Jstransformer-markdown-it offers a convenient way to integrate the popular markdown-it parser into JSTransformers-based workflows. Comparing version 3.0.0 with the prior stable version 2.1.0 reveals some crucial updates for developers. Most significantly, the core dependency, markdown-it, sees a major version bump from ^8.0.0 to ^13.0.1. This signifies a substantial upgrade, potentially unlocking new markdown features, improved parsing performance, and security enhancements offered by the newer markdown-it release. Developers should consult the markdown-it changelog to understand the full scope of these changes and ensure compatibility with their existing markdown syntax.
Furthermore, the development dependencies also reflect updates. markdown-it-container moves from ^2.0.0 to ^3.0.0, and markdown-it-mark jumps from ^2.0.0 to ^3.0.0, indicating updated versions of these plugins used for testing and development. Noticeably, the xo linter, present in version 2.1.0, is absent in version 3.0.0, perhaps suggesting a shift in linting strategy or integration into another tooling. The package size has also slightly decreased, with unpackedSize going from 7197 to 6004, potentially due to optimizations or changes in included files. For developers, the upgrade to version 3.0.0 means closer alignment with modern markdown-it capabilities, but careful consideration should be given to the breaking changes introduced by the significant markdown-it version jump.
The are not vulnerabilities for the version 3.0.0 of the package jstransformer-markdown-it