Swagger TypeScript Codegen version 1.9.3 is a minor patch release following version 1.9.2, both tools designed to generate TypeScript code from Swagger/OpenAPI specifications. Examining the package metadata, the core dependencies remain consistent between the two versions, including essential libraries like commander for command-line interface handling, js-beautify for code formatting, lodash for utility functions, and mustache for templating. Development dependencies required for building and testing the package like @types/jest, typescript, prettier and grunt also saw no change.
The primary, and perhaps only, observable difference lies in the dist section, indicating the packaged distribution. Version 1.9.3 exhibits a slightly larger unpacked size of 377,230 bytes compared to version 1.9.2's 376,468 bytes. While the file count remains the same at 133, the small difference in unpacked size hints at internal code tweaks, bug fixes, or minor enhancements that may not be explicitly documented in a typical changelog. Furthermore, version 1.9.3 was released on February 18, 2019, a few days after version 1.9.2's release date of February 12, 2019. For developers already using 1.9.2, upgrading to 1.9.3 is likely a safe move, potentially resolving edge-case scenarios or introducing small performance improvements. As the semantic versioning indicates a patch, no breaking changes should be expected.
All the vulnerabilities related to the version 1.9.3 of the package
Got allows a redirect to a UNIX socket
The got package before 11.8.5 and 12.1.0 for Node.js allows a redirect to a UNIX socket.