TypeScript 3.5.2 is a minor update to the popular language for application-scale JavaScript development, building upon version 3.5.1. Both versions share the same core description and licensing under Apache-2.0, originating from Microsoft. Developers will find the same repository URL for both versions, indicating they are both sourced from the official TypeScript GitHub repository. Examining the devDependencies, the packages are generally consistent between the two versions, implying a focus on refining the existing development environment rather than introducing significant changes to tooling dependencies. The key differences lie in the dist section, where unpackedSize and releaseDate show contrasting values; TypeScript 3.5.2 has an 'unpackedSize' of 44453668 bytes and a release date of "2019-06-13T17:35:33.492Z", while TypeScript 3.5.1 has an 'unpackedSize' of 44445925 and a release date of "2019-05-29T16:24:22.635Z". This highlights that version 3.5.2 includes some internal changes and bug fixes leading to a larger size and was released approximately two weeks later. While the dependency lists are virtually identical, indicating similar feature sets and tooling, the difference in unpacked size suggests developers can expect subtle improvements and potentially patched issues in the newer version, making 3.5.2 the preferred choice for new projects and updates from 3.5.1.
The are not vulnerabilities for the version 3.5.2 of the package typescript