Marked has released version 14.1.3, a minor update following version 14.1.2, both maintaining the focus on being a fast markdown parser. Examining the key changes between the two versions, developers will primarily notice updates within the development dependencies, suggesting improvements in the tooling and build process rather than core functionality shifts.
Specifically, eslint jumps from version 9.9.1 to 9.12.0, likely incorporating newer linting rules and code style enhancements. rollup sees a bump from 4.21.2 to 4.24.0, indicating optimizations in the module bundling process and potentially improved build times. The typescript version is updated from 5.5.4 to 5.6.3 bringing new features and fixes in Typescript compilation. Crucially, @arethetypeswrong/cli advances from 0.15.4 to 0.16.4, suggesting further attention to ensuring accurate TypeScript definitions. @markedjs/eslint-config goes from version 1.0.2 to 1.0.5, and @semantic-release/github sees an update from version 10.1.7 to 11.0.0.
For developers using Marked, these updates mainly signify a more polished and reliable development pipeline. The core parsing capabilities and API remain consistent. The increased unpackedSize of 951693 compared to 951325 might reflect the expanded tooling, but it's unlikely to impact runtime performance significantly. Users benefiting from TypeScript support should appreciate the updated type checking and definitions. While functionality remains largely the same performance improvements and better tooling will be appreciated by the developers.
The are not vulnerabilities for the version 14.1.3 of the package marked