@types/node version 22.9.3 is a minor update to the TypeScript definitions for Node.js, building upon the previous version 22.9.2. Both versions share the same core characteristics: they provide essential type information for Node.js APIs, enabling developers to write safer and more maintainable TypeScript code when working with Node.js. The dependency on undici-types remains consistent at "~6.19.8", ensuring compatibility with the undici HTTP client library. The packages are distributed under the MIT license. Both versions also point to the same repository on GitHub within the DefinitelyTyped project and have a file count of 76.
The key difference between the two versions lies in the unpacked size and release date. Version 22.9.3 has a slightly larger unpacked size of 2,274,982 bytes compared to 2,274,970 bytes in version 22.9.2, suggesting minor additions or adjustments to the type definitions. The most relevant difference for developers is the release date; version 22.9.3 was released on November 23, 2024, at 04:36 UTC, while version 22.9.2 came out earlier on the same day at 00:04 UTC. This implies that 22.9.3 likely contains bug fixes, or very small type improvements over 22.9.2. Developers should always prefer the newer version in most cases to benefit from the latest improvements and fixes.
The are not vulnerabilities for the version 22.9.3 of the package @types/node