Tape is a TAP-producing test harness for Node.js and browsers, providing a simple and effective way to write and run tests. Comparing versions 4.11.0 and 4.10.2, developers will find a few key distinctions. The dependency resolve has been bumped from version 1.10.1 to 1.11.1. While a minor version increase, this could include bug fixes, performance improvements, or new features within the resolve dependency that impact how Tape handles module resolution during testing.
The inherits dependency saw an increase from version 2.0.3 to 2.0.4. The significant difference lies in the dist object. Version 4.11.0 comes with a fileCount of 95 and an unpackedSize of 143933 compared to version 4.10.2 that has a fileCount of 90 and unpackedSize of 134765, meaning that version 4.11.0 introduced 5 more files than 4.10.2 and is heavier by ~9kb. The release date confirms that version 4.11.0 followed version 4.10.2. Both versions maintain the same core dependencies and development dependencies, including tools for linting, parsing TAP output, and working with YAML. Developers should consider the impact of the updated resolve dependency based on their project's module resolution needs.
The are not vulnerabilities for the version 4.11.0 of the package tape