Eslint-plugin-node sees a small but significant update with the jump from version 9.1.0 to 9.2.0. Both versions maintain their core purpose: providing additional ESLint rules specifically tailored for Node.js development, enhancing code quality and consistency. The dependency updates are key highlights. In version 9.2.0, eslint-plugin-es is bumped from ^1.4.0 to ^1.4.1, and eslint-utils moves from ^1.3.1 to ^1.4.2. These likely address bug fixes or introduce new functionalities within those dependent packages, potentially impacting the behavior of certain linting rules.
For developers, this means potentially improved accuracy and fewer false positives in linting results. On the development dependency side, version 9.2.0 introduces globals":"^11.12.0" and removes the version from eslint-plugin-node":"file:.. Furthermore, there is the addition of codecov":"^3.3.0". These changes primarily concern the development environment and testing, with no direct influence on the runtime behavior of linting rules used in projects. The core peer dependency remains the same, requiring ESLint version 5.16.0 or higher, ensuring compatibility with existing project setups. Finally, the distribution metadata reveals a slight increase in unpacked size and file count, hinting at added features or refinements within the rule implementations. Upgrading is recommended to leverage the latest improvements and bug fixes.
The are not vulnerabilities for the version 9.2.0 of the package eslint-plugin-node