Marked version 7.0.2 is a minor patch release following closely after version 7.0.1 of this popular and speedy markdown parser. Both versions share the same core description: a markdown parser built for speed. Examining the devDependencies, the primary differences lie in the versions of @typescript-eslint/parser and @typescript-eslint/eslint-plugin. Version 7.0.2 updates these to ^6.3.0 from ^5.62.0 and ^5.59.9, respectively, in version 7.0.1. This suggests bug fixes or improvements related to TypeScript parsing and linting within the project's development workflow.
Developers using Marked should note this update if they are heavily invested in TypeScript development and rely on the specific linting rules and parser features provided by @typescript-eslint. The change in fileCount and unpackedSize may indicate refactoring or build process updates, however, for common implementations the core functionality of markdown parsing remains consistent between versions. A close review of the changelog (available on the project's GitHub repository) is advisable for developers relying on complex or nuanced aspects of the library. The releaseDate indicates 7.0.2 was released three days after 7.0.1.
The are not vulnerabilities for the version 7.0.2 of the package marked