Eslint-plugin-import has a new version 1.3.0. It was released on March 20, 2016, succeeding version 1.2.0 that was released a day before. Both versions share the same core dependencies: doctrine, babel-runtime, and eslint-import-resolver-node, suggesting a stable foundation for import resolution and runtime support. The development dependencies are also identical, featuring tools like chai for assertions, glob for file pattern matching, gulp for task automation, and mocha for testing.
The consistent use of babel-eslint (version 'next') highlights a commitment to staying current with Babel's evolving syntax. The inclusion of Babel presets (react, es2015, stage-1) indicates broad compatibility with various JavaScript features and React development. Worth noting are the local file references for eslint-import-resolver-node and eslint-import-resolver-webpack within devDependencies, potentially indicating custom or in-progress resolver configurations being tested during development.
Looking from a developer perspective, the quick iteration between versions suggests active maintenance and a focus on addressing issues quickly. Keep in mind that both versions peer-depend on eslint in the 2.x range, so developers should have that version installed.
The are not vulnerabilities for the version 1.3.0 of the package eslint-plugin-import