React Loading Skeleton is a lightweight and versatile npm package designed to create visually appealing, animated loading placeholders that seamlessly integrate into React applications. Both versions 1.2.0 and 1.3.0 share the same core functionality of automatically adapting to your app's design, ensuring a consistent user experience during data loading. They both list emotion as a production dependency and include extensive devDependencies important for development and testing like jest, react, enzyme, webpack, and Babel related tools.
A notable difference between the versions lies in the dist object. The unpackedSize of version 1.3.0 is significantly smaller (25893) compared to version 1.2.0 (695666), suggesting possible optimizations in the build or a reduction in included assets reducing the package size. From a developer's perspective, this translates to potentially faster installation times and a smaller bundle size contributing to improved application performance. The repository URL in version 1.2.0 also includes "git+", which is absent in version 1.3.0, indicating a possible minor correction in the package metadata. The release date also differs, with v1.3.0 being released on November 12, 2019, after v1.2.0 released on October 8, 2019 meaning some potential bug fixes or minor improvements released on the newer version. Developers should consider upgrading to 1.3.0 to benefit from the potential performance improvements from reduced package size, and possibly from minor bug fixes. Both versions support React versions 15.6.1 and 16.0.0 as peer dependencies.
The are not vulnerabilities for the version 1.3.0 of the package react-loading-skeleton