Swagger-typescript-codegen, a tool designed to generate TypeScript code from Swagger/OpenAPI definitions, saw a release of version 3.2.0 following version 3.1.1. Both versions share the same core dependencies, crucial for their functionality, including commander for command-line interface handling, js-beautify for code formatting, jshint for JavaScript code quality checks, lodash for utility functions, mustache for templating, and update-notifier to keep users informed about updates. They also maintain identical development dependencies, used during the development and testing phases, which shows stability in the tooling and testing environment.
The key difference between the two lies in the updated package size and release date. Version 3.2.0 was released on August 20, 2020, while version 3.1.1 was released on August 11, 2020; this indicates a relatively short period between releases likely to address bugs or introduce minor enhancements. Notably, version 3.2.0 exhibits a slightly larger unpacked size (477572 bytes) compared to version 3.1.1 (473736 bytes), suggesting code additions, modifications, or potentially updated dependencies which did not alter the stated dependencies. This increase might encompass bug fixes, new features, or optimization improvements within the code generation process. Developers considering an upgrade should investigate the changelog for specific details on what was addressed or added in the newer version. Both versions operate under the Apache-2.0 license and are maintained by Marius Tennøe, ensuring continued support and development of the project.
All the vulnerabilities related to the version 3.2.0 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.