Eslint-plugin-node version 9.0.1 is a minor patch release over version 9.0.0 of this popular ESLint plugin, designed to enhance your Node.js code quality through additional linting rules. Both versions share the same core dependencies, including eslint-plugin-es, eslint-utils, ignore, minimatch, resolve, and semver, ensuring consistent handling of ES modules, utility functions, file ignoring, glob pattern matching, module resolution, and version comparison. The devDependencies also remain identical, featuring tools for testing, code coverage (codecov, nyc), and other development-related tasks.
The key difference lies subtle changes reflected in the dist property. Version 9.0.1 has a slightly larger unpacked size (211290 bytes) compared to version 9.0.0 (210756 bytes) suggesting minor internal code changes or optimizations. It was also released a day after version 9.0.0: May 4th, 2019, versus May 3rd, 2019. Developers already using version 9.0.0 can likely upgrade without major concerns, as the core functionality and dependencies remain unchanged. This update likely addresses a minor bug fix or enhancement that doesn't introduce breaking changes. If you're starting a new project or haven't updated recently, version 9.0.1 is the preferred choice for its incremental improvements and stability. Both versions require ESLint version 5.16.0 or higher, as specified in the peerDependencies.
The are not vulnerabilities for the version 9.0.1 of the package eslint-plugin-node