React Loading Skeleton has a new version, 3.0.1, released on October 22, 2021, following closely after version 3.0.0 released on October 19, 2021. Both versions maintain the same peer dependency on React (>=16.8.0), ensuring compatibility with a wide range of React projects. They also share an identical suite of devDependencies, encompassing tools for testing (Jest, @testing-library/react), linting (ESLint, Prettier), building (Rollup, Webpack), and TypeScript support, suggesting a consistent development and testing environment is continuously applied.
A key difference surfaced when comparing their dist properties: version 3.0.1 has an unpacked size of 24648 bytes, minutely increased from 3.0.0 which unpacked to 24038 bytes; the file count has stayed the same with 12 files each. This slight increase hints at possible bug fixes or small feature enhancements included in the newer version, that might improve the developer experience. As both releases are recent and involve only a minor version bump, developers should check the changelog in the repository for details on these subtle changes between versions 3.0.0 and 3.0.1. Upgrading to 3.0.1 is recommended to benefit from the latest improvements and potential bug fixes.
The are not vulnerabilities for the version 3.0.1 of the package react-loading-skeleton