Version 7.2.11 of @types/eslint, a package providing TypeScript definitions for ESLint, was released on May 21, 2021. This update follows version 7.2.10 released on April 14, 2021. Both versions maintain the same core dependencies: @types/estree and @types/json-schema, indicating continued alignment with the Estree specification and JSON Schema standards used within the ESLint ecosystem. The license remains MIT, ensuring broad usability and open-source compatibility. Both versions share the same repository location within the DefinitelyTyped project on GitHub, signaling a consistent source and maintenance structure.
The primary difference between the two versions lies in the unpacked size of the package, with version 7.2.11 being slightly larger at 160,530 bytes compared to version 7.2.10's 154,636 bytes. This suggests the newer version likely contains additional or updated type definitions, possibly reflecting changes or additions in ESLint itself or its supported plugins and configurations. Developers should consider upgrading to version 7.2.11 for the most accurate and comprehensive TypeScript support when working with ESLint. While the file count remains consistent at 18, the increased size hints at refined type coverage or the inclusion of new type declarations. For developers leveraging TypeScript with ESLint, staying current with these type definition updates ensures better type safety, code completion, and overall developer experience by accurately representing the ESLint API and its evolving features.
The are not vulnerabilities for the version 7.2.11 of the package @types/eslint