Ts-jest version 0.1.1 represents a minor update to the 0.1.0 release, both designed to facilitate the use of TypeScript with the Jest testing framework. Both versions share the same core functionality: providing a preprocessor with sourcemap support, enabling developers to seamlessly test TypeScript code using Jest. Crucially, both versions declare identical dependencies, relying on "source-map" version "^0.5.6" and "typescript" version "^1.8.10". This indicates that the update doesn't introduce any alterations to the fundamental packages required for its operation, ensuring compatibility with existing projects using these dependencies.
The key differentiator lies in the release timing. Version 0.1.1 was published shortly after 0.1.0, with release dates of August 31, 2016, at 08:19:37.091Z and 07:42:43.058Z respectively. This very short time span points towards a quick bug fix, a minor adjustment, or potentially an update of the package metadata on npm. Given the unchanged dependencies and core description, developers migrating from 0.1.0 to 0.1.1 are unlikely to encounter any breaking changes or require significant code modifications. It's likely a maintenance or stability enhancement. For developers setting up ts-jest for the first time, either version forms a solid foundation for integrating TypeScript testing into their Jest workflow, although it is always advisable to use the most recent version available for the increased bug fixes and improvements.
The are not vulnerabilities for the version 0.1.1 of the package ts-jest