eslint-plugin-jasmine has a couple of notable versions, 2.1.0 and its predecessor 2.0.1, offering ESLint rules tailored for Jasmine testing frameworks. Upgrading to version 2.1.0 brings key improvements in tooling and code quality checks making it easier to write clean tests.
The most significant change lies in the updated development dependencies. Notably, eslint has been bumped from version 2.7.0 in 2.0.1 to version 3.9.1 in 2.1.0. This is a critical update as it brings in many new linting rules and improvements from the ESLint core team, allowing for better code analysis and identification of potential issues in Jasmine tests. Developers leveraging the newer eslint version can expect enhanced error detection and more robust code quality enforcement. Also, mocha testing framework was updated from version 2.2.5 to 3.1.2. Finally standard linting rules were updates from version 7.0.0 to 8.5.0.
Both versions maintain the same core features like "ghooks", "semantic-release", and "validate-commit-msg", ensuring a consistent development workflow. The package remains under the MIT license, fostering open-source use. Made by Tom Vincent.
The are not vulnerabilities for the version 2.1.0 of the package eslint-plugin-jasmine