Typescript-transform-paths version 3.5.0 is a recent update to the popular package that transforms module resolution paths based on TypeScript's path mapping and custom paths, offering a streamlined development experience. Compared to the previous stable version, 3.4.11, the key difference lies in its updated dependencies, specifically the upgrade of minimatch from version ^3.1.2 to ^10.0.1. This is a significant change, which can impact how file paths are matched and resolved. Developers should note this when upgrading, particularly if their configurations rely heavily on minimatch patterns.
Both versions share a common set of development dependencies, indicating a consistent build and testing environment. These include tools like ESLint for linting, Prettier for code formatting, and ts-patch for patching the TypeScript compiler. The inclusion of TypeScript versions and type definitions (@types) highlights the library's commitment to type safety and compatibility. The TypeScript peer dependency ensures compatibility with projects using TypeScript version 3.6.5 or higher.
The update also reflects in the package's dist details, with version 3.5.0 having slightly larger file count and unpacked size indicating potential new features, optimizations, or adjustments. The releaseDate also clearly shows that version 3.5.0 is the latest release. This package remains licensed under MIT, ensuring freedom of use and modification. This update warrants attention primarily for the change in minimatch, potentially affecting path resolution.
The are not vulnerabilities for the version 3.5.0 of the package typescript-transform-paths