The Autoprefixer package saw a minor update between versions 0.8.20131015 and 0.8.20131017, both designed to automatically add vendor prefixes to CSS rules, enhancing cross-browser compatibility based on data from the "Can I Use" website. Primarily, the key difference lies in the updated dependencies. Specifically, the newer version upgrades the css-parse dependency from "~> 1.5.3" to "~> 1.6.0". This indicates an update to the CSS parsing library, likely including bug fixes, performance improvements, or support for newer CSS syntax. Another dependency upgraded is rework from version 0.18.1 to 0.18.2.
For developers using Autoprefixer, this update suggests improvements in handling cutting-edge CSS features and a more robust parsing of CSS files. While the core functionality remains the same, relying on "Can I Use" data for prefixing, the updated css-parse library could lead to a more reliable and accurate prefixing process. Dev dependencies like nib, glob, mocha, should, stylus, fs-extra, component and coffee-script remained consistent, suggesting the changes were focused on internal workings rather than external tooling or testing frameworks. The package, licensed under LGPL 3, continues to provide a free and open-source solution for managing vendor prefixes in CSS, streamlining the development process for front-end engineers targeting a diverse range of browsers.
The are not vulnerabilities for the version 0.8.20131017 of the package autoprefixer