Husky is a tool designed to improve code quality by leveraging Git hooks, preventing flawed commits and pushes. Versions 0.13.0 and 0.13.1 share identical core functionality, both preventing bad commits/pushes with pre-commit, pre-push, and post-merge hooks. Both versions list the same dependencies: chalk for terminal styling, is-ci to detect CI environments, normalize-path for path normalization, and find-parent-dir for locating parent directories. The development dependencies, used for testing and linting, are also the same, ensuring a smooth development experience, with mocha, expect, rimraf, mock-fs, and standard.
The only real difference between v0.13.0 and v0.13.1 is the release date. Version 0.13.1 was released on January 23, 2017, a couple of days after v0.13.0, released on January 21, 2017. This suggests that version 0.13.1 is likely a minor patch, perhaps addressing a bug fix. Developers upgrading from 0.13.0 to 0.13.1 should note this, but can presume similar functionality and minimal breaking changes, making it a safe and encouraged update. For new users choosing between the two, version 0.13.1 is the preferred choice, as it presumably incorporates the latest fixes. Because of how similar they are in functionality and dependencies this is a safe library to install as a dev dependency.
The are not vulnerabilities for the version 0.13.1 of the package husky