PostCSS version 8.4.36 is the latest stable release of this popular JavaScript tool for transforming styles with plugins, succeeding version 8.4.35. Both versions maintain the core functionality of facilitating CSS transformations, offering a robust ecosystem of plugins for tasks like linting, autoprefixing, and future CSS syntax support. Notable similarities include consistent support for dependencies like nanoid for unique ID generation and picocolors for stylized console output. Both versions are distributed under the MIT license, ensuring broad usability and fostering open-source contributions. Developed by Andrey Sitnik, PostCSS encourages community engagement through funding platforms such as Open Collective, Tidelift, and GitHub Sponsors.
The key difference lies in the source-map-js dependency. Version 8.4.36 updates this dependency to ^1.1.0 from ^1.0.2 in the previous version. This update likely addresses bug fixes, performance improvements, or new features within the source map generation library, offering a more reliable and efficient debugging experience for developers. Furthermore, 8.4.36 sees a slight increase in unpacked size to 197780 bytes compared to 197686 bytes in 8.4.35, a consequence of the updated source-map-js dependency and potential minor adjustments in the codebase. The newer version was released on March 17, 2024, offering the latest features and fixes, while the older version was released on February 7, 2024. For developers, upgrading to 8.4.36 means benefiting from potential improvements and bug fixes in source map handling, contributing to a smoother development workflow when working with complex stylesheets and transformations.
The are not vulnerabilities for the version 8.4.36 of the package postcss