Typescript-transform-paths, a utility for transforming module resolution in TypeScript projects using path mappings and custom paths, saw a recent update from version 3.4.3 to 3.4.4 on October 24, 2022. While the core functionality remains consistent, developers considering an upgrade should be aware of the subtle differences. Both versions maintain identical dependencies, including "minimatch" for file pattern matching, and development dependencies like Jest for testing, ts-node for TypeScript execution, and Prettier for code formatting. Crucially, the peer dependency on TypeScript remains at ">=3.6.5," meaning projects already compatible with version 3.4.3 should experience no compatibility issues with 3.4.4.
The primary difference lies in the package distribution. Version 3.4.4 includes 64 files compared to the 63 in the previous version, resulting in a slightly larger unpacked size of 127329 bytes versus 126886. This suggests minor internal changes or additions, possibly including updated documentation, test cases, or build artifacts. While the changelog should be consulted for definitive details, developers can anticipate a potentially refined or subtly improved library. Given the consistent dependency profile, upgrading to 3.4.4 is likely a low-risk endeavor that might introduce marginal improvements. As always, testing in a non-production environment before deployment is recommended. Specifically examine changes if you rely heavily on edge cases, as these might be where the changes are most prominent.
The are not vulnerabilities for the version 3.4.4 of the package typescript-transform-paths