The @types/react package provides TypeScript definitions for the popular React JavaScript library, enabling developers to leverage the benefits of static typing within their React projects. Comparing versions 17.0.73 and 17.0.72, the updates appear incremental, primarily focusing on refinements and bug fixes within the type definitions. Both versions share the same core dependencies, including csstype for CSS property definitions, @types/scheduler for React's scheduler, and @types/prop-types for runtime type checking during development. The package license remains MIT in both versions, offering developers the freedom to use and modify the definitions. The location of source code is in types/react directory in the DefinitelyTyped repository.
A minor change can be identified from the unpacked size of the package, version 17.0.73 has unpacked size of 167420 bytes, while the previous version has a size of 167385 bytes. This suggests the inclusion of potentially new type declarations, modifications to existing definitions, or adjustments to internal structures impacting the file size. The releaseDate indicates that version 17.0.73 was released shortly after 17.0.72. Developers already using @types/react should consider upgrading to the newest patch release for potential improvements and bug fixes within React type definitions.
The are not vulnerabilities for the version 17.0.73 of the package @types/react