Socket
Socket
Sign inDemoInstall

@prettier/plugin-xml

Package Overview
Dependencies
Maintainers
13
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prettier/plugin-xml - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

9

CHANGELOG.md

@@ -9,2 +9,8 @@ # Changelog

## [3.2.2] - 2023-10-27
### Changed
- Fixed a bug with the `xmlSortAttributesByKey` option when `xmlns` attributes are present.
## [3.2.1] - 2023-09-11

@@ -243,3 +249,4 @@

[unreleased]: https://github.com/prettier/plugin-xml/compare/v3.2.1...HEAD
[unreleased]: https://github.com/prettier/plugin-xml/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/prettier/plugin-xml/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/prettier/plugin-xml/compare/v3.2.0...v3.2.1

@@ -246,0 +253,0 @@ [3.2.0]: https://github.com/prettier/plugin-xml/compare/v3.1.1...v3.2.0

4

package.json
{
"name": "@prettier/plugin-xml",
"version": "3.2.1",
"version": "3.2.2",
"description": "prettier plugin for XML",

@@ -35,3 +35,3 @@ "type": "module",

"linguist-languages": "^7.21.0",
"lint-staged": "^14.0.0",
"lint-staged": "^15.0.1",
"prettier": "^3.0.0"

@@ -38,0 +38,0 @@ },

@@ -184,2 +184,3 @@ export default [

".tsx",
".typ",
".ui",

@@ -186,0 +187,0 @@ ".urdf",

@@ -431,3 +431,3 @@ import * as doc from "prettier/doc";

if (leftNS === "xmlns") return -1;
if (rightNS === "xlmns") return 1;
if (rightNS === "xmlns") return 1;

@@ -434,0 +434,0 @@ return leftNS.localeCompare(rightNS);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc