Ts-morph version 15.1.0 represents a small but potentially useful update over the previous stable version, 15.0.0. Both versions serve as TypeScript compiler wrappers, enabling static analysis and code manipulation, and maintain the same core functionality for developers seeking to programmatically interact with TypeScript code. The key differences lie in the updated dependencies, reflecting improvements and bug fixes in the underlying tools. Specifically, @ts-morph/common sees an update from ~0.15.0 to ~0.16.0, potentially including new features or fixes within the common utilities used by ts-morph. Several development dependencies were also bumped, including "diff" (from ^5.0.0 to ^5.1.0), "mocha" (from 9.2.1 to 10.0.0), "rollup" (from ^2.69.0 to ^2.75.5), "ts-node" (from 10.6.0 to 10.8.1), "typescript" (from ~4.6.2 to ~4.7.3), "@types/chai" (from ^4.3.0 to ^4.3.1 ), "@types/node" (from ^16.11.7 to ^17.0.39), "@types/mocha" (from ^9.1.0 to ^9.1.1), and "rollup-plugin-typescript2" (from ^0.31.2 to ^0.32.0). These updates likely contribute to enhanced stability, performance, and compatibility with the latest TypeScript features. The unpackedSize also slightly increased from 1400722 to 1401256. Finally, the releaseDate shows that version 15.1.0 was released on 2022-06-03, after version 15.0.0 was released on 2022-05-24. Developers should consider upgrading to 15.1.0 to benefit from these incremental enhancements and ensure they are using the most up-to-date and reliable version of the library.
The are not vulnerabilities for the version 15.1.0 of the package ts-morph