Version 4.11.1 of @typescript-eslint/eslint-plugin, a TypeScript plugin for ESLint, was released on December 28, 2020, shortly after version 4.11.0 released on December 21, 2020. Both versions share the MIT license and reside in the packages/eslint-plugin directory within the typescript-eslint repository on GitHub. The dependencies are largely the same, including debug, semver, regexpp, tsutils, and functional-red-black-tree. The key distinction lies in the versions of internal dependencies: @typescript-eslint/scope-manager and @typescript-eslint/experimental-utils. Version 4.11.1 depends on versions 4.11.1 of these packages, while version 4.11.0 depends on the 4.11.0 versions. Developers should consider this difference when managing dependencies, as minor version bumps can sometimes introduce breaking changes or bug fixes within a complex ecosystem. The peerDependencies remain consistent, requiring eslint versions 5.x, 6.x, or 7.x and @typescript-eslint/parser version 4.0.0 or higher. The unpacked size of version 4.11.1 is slightly larger at 2068611 bytes compared to 2067081 bytes for version 4.11.0, suggesting potential code additions or modifications. This update likely incorporates bug fixes and potentially minor feature enhancements compared to the previous release. Check the release notes for detailed information.
The are not vulnerabilities for the version 4.11.1 of the package @typescript-eslint/eslint-plugin