Ts-jest versions 27.0.1 and 27.0.2 are incremental updates to a popular Jest transformer, enabling developers to seamlessly test TypeScript projects with Jest. Both versions share a common foundation, inheriting the same core dependencies necessary for transforming TypeScript code and providing source map support during testing. Key dependencies like json5, lodash, mkdirp, semver, and bs-logger remain consistent, ensuring robust handling of configuration, utility functions, and logging.
The most notable differences lie in the dist section, with 27.0.2 exhibiting a slightly larger unpacked size (234471 bytes versus 234363 bytes) and a later release date (May 31, 2021 versus May 26, 2021). Considering the small size difference, the changes are almost certainly bugfixes and/or small improvements. Developers should also consider that the newer version is probably the most updated.
For developers using ts-jest, these versions solidify the integration between Jest and TypeScript, allowing straightforward setup and execution of tests. The peerDependencies highlight the required Jest and TypeScript versions, offering reassurance the transformer plays well with the established testing and compiling ecosystem. With ts-jest, developers can leverage the power of Jest within TypeScript projects, speeding up testing workflows and ensuring code reliability. Both versions represent a stable and well-maintained path for testing.
The are not vulnerabilities for the version 27.0.2 of the package ts-jest