Rollup Plugin Typescript Paths offers a streamlined solution for developers using Rollup to bundle Typescript projects that utilize path aliases defined in their tsconfig.json file. Both versions 1.1.1 and 1.1.0 share the core functionality of automatically resolving these path aliases during the Rollup bundling process, eliminating manual configuration and improving developer workflow. This plugin is particularly helpful for maintaining clean and organized codebases that leverage Typescript's path mapping features.
The difference between the two versions (1.1.1 and 1.1.0) is minimal, but possibly important. Version 1.1.1, released shortly after 1.1.0, features only a slight increase in unpacked size (8708 bytes vs 8525 bytes), suggesting a minor bug fix or optimization released soon after the previous stable version, to address a quickly discovered, small issue. Both versions specify Typescript ^3.4.5 as a dev dependency and ">=3.x" as a peer dependency, this suggests that the plugin is compatible with Typescript version 3 and above, with version 3.4.5 being the one used for development during that point. For developers already using version 1.1.0, upgrading to 1.1.1 ensures they have the latest, potentially improved, version. For new adopters, the small difference doesn't really matter, but version 1.1.1 is slightly preferable because is the latest in the 1.1.x branch.
The are not vulnerabilities for the version 1.1.1 of the package rollup-plugin-typescript-paths