Gulp-typedoc versions 2.2.7 and 2.2.6 are incremental updates to a Gulp plugin designed for generating TypeScript documentation using TypeDoc. Both versions share the same core dependencies, including 'ansi-colors', 'event-stream', 'fancy-log', 'plugin-error', and 'semver', ensuring consistent functionality for terminal styling, stream handling, logging, error management, and version comparison. Similarly, their development dependencies, such as '@types/node', 'chai', 'fs-extra', 'gulp', 'mocha', 'rimraf', 'typedoc', and 'typescript', remain unchanged, indicating no significant shifts in the testing or build environment. The peer dependency 'typedoc' is also consistent, requiring a version greater than or equal to 0.3.9 for both releases, meaning the core TypeDoc compatibility hasn't changed.
The primary differences lie in the package distribution details. Gulp-typedoc 2.2.7 features a smaller package size, with a fileCount of 5 and an unpackedSize of 11112 bytes, compared to version 2.2.6's fileCount of 10 and unpackedSize of 17490 bytes. This suggests that version 2.2.7 likely contains optimizations, potentially removing unnecessary files or improving compression. This results in a smaller download and installation footprint for the newest version of the plugin. The updated release date—just minutes apart—implies a very minor adjustment, possibly bug fixes or internal improvements, rather than groundbreaking new features. Developers should upgrade to version 2.2.7 for the benefits of a lighter package size and potential minor improvements while maintaining compatibility with existing TypeDoc setups.
The are not vulnerabilities for the version 2.2.7 of the package gulp-typedoc