The svg-tag-names package provides a comprehensive list of known SVG tag names, crucial for applications that process or manipulate SVG content, such as linters, validators, or editors. Version 3.0.1, released on November 1, 2021, is a patch update to the previous stable version 3.0.0, released on March 26, 2021. While the core functionality remains the same—listing SVG tag names— the update includes several dependency upgrades that enhance the development experience and maintainability of the package.
Key changes are evident in the devDependencies. Version 3.0.1 updates @types/node from ^14.0.0 to ^16.0.0, hast-util-select from ^4.0.0 to ^5.0.0, hast-util-to-string from ^1.0.0 to ^2.0.0, rehype-parse from ^7.0.0 to ^8.0.0, remark-cli from ^9.0.0 to ^10.0.0, remark-preset-wooorm from ^8.0.0 to ^9.0.0, and unified from ^9.0.0 to ^10.0.0, and xo from 0.38.0 to ^0.46.0. These updates likely incorporate bug fixes, performance improvements, and new features from their respective libraries. Developers benefiting from these improvements in underlying utilities will find version 3.0.1 a worthwhile upgrade. The slight increase in unpacked size, from 7280 bytes to 8790 bytes, suggests minor additions or modifications within the dependencies or core package structure. Staying up-to-date with svg-tag-names ensures compatibility with the latest SVG standards and improved tooling for SVG processing.
The are not vulnerabilities for the version 3.0.1 of the package svg-tag-names