@types/inquirer provides TypeScript definitions for the popular Inquirer.js library, enabling developers to leverage type safety and improved tooling when working with interactive command-line prompts in their TypeScript projects. Let's compare versions 8.1.3 and 8.1.2.
Both versions share identical dependencies, relying on rxjs version 7.2.0 or higher for reactive programming and @types/through for stream transformations. The license remains MIT, ensuring freedom for use and modification. The repository location on GitHub within the DefinitelyTyped project is consistent.
The primary difference appears to be subtle modifications in the code reflected in the "unpackedSize" which has increased from 71757 to 71999, after changes between versions. Specifically, version 8.1.3 was released on September 28, 2021, while version 8.1.2 came out on September 21, 2021. This information helps developers to choose the correct package version depending on their needs. While the internal changes are not specified in the provided data, such changes can contain bug fixes or added TypeScript completeness compared to version 8.1.2. Updating to version 8.1.3 ensures that developers benefit from any potential bug fixes or improved type definitions, contributing to a more robust and maintainable codebase.
The are not vulnerabilities for the version 8.1.3 of the package @types/inquirer