@types/yargs provides TypeScript definitions for the popular yargs command-line argument parser, enabling developers to use yargs with strong typing and improved code completion in TypeScript projects. Version 13.0.3, released on September 25, 2019, builds upon the previous stable version 13.0.2, released on July 31, 2019.
Both versions share the same core functionalities, offering type definitions that enhance the development experience when integrating yargs into TypeScript workflows. They both declare a dependency to @types/yargs-parser to specify which version to use for parsing, and use the MIT license.
The most notable difference between the two versions lies in their size and release date. Version 13.0.3 has a slightly larger unpacked size of 49359 bytes, compared to version 13.0.2's 48864 bytes, hinting at some small modifications or additions to the type definitions. While the differences may be small, this increase in size generally indicates refinements and improvements, potentially including bug fixes, enhanced type accuracy, or support for new yargs features. The gap between release dates suggests that significant fixes or additions might not be expected, but developers are encouraged to check the release notes for more precise information on the changes implemented if available.
The are not vulnerabilities for the version 13.0.3 of the package @types/yargs