Dayjs 1.8.32 and 1.8.31 are both lightweight, immutable date-time libraries designed as alternatives to Moment.js, boasting a modern API within a compact 2KB footprint. Targeting developers seeking efficient date manipulation, Dayjs prioritizes ease of use and performance. Examining the differences, version 1.8.32, released on August 4th, 2020, shows a minor increase in the unpacked size to 484818 bytes and a count of 379 files, compared to version 1.8.31's 480219 bytes and 376 files released on July 29th, 2020. This suggests that the newer version has some internal improvements that increased slightly the number of files and their size. A notable change within the devDependencies is that the moment version in 1.8.32 is explicitly set to "2.27.0". In contrast, the version is set to "^2.22.0" for v1.8.31, which might be a sign of a patch for compatibility. While both versions share a common set of development dependencies for tasks like testing (Jest, Karma), linting (ESLint), bundling (Rollup), and TypeScript support, developers should evaluate the updated moment specifier to ensure seamless integration within their projects. Consider these subtle enhancements for optimal performance and compatibility when choosing between these Dayjs versions.
The are not vulnerabilities for the version 1.8.32 of the package dayjs