Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@prettier/plugin-xml

Package Overview
Dependencies
Maintainers
12
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 1.0.1 to 1.0.2

test.xml

9

CHANGELOG.md

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

## [1.0.2] - 2021-07-17
### Changed
- Removed duplicated inner comments when `xmlWhitespaceSensitivity` is set to `"strict"`.
## [1.0.1] - 2021-07-14

@@ -153,3 +159,4 @@

[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.0.1...HEAD
[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/prettier/plugin-xml/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/prettier/plugin-xml/compare/v1.0.0...v1.0.1

@@ -156,0 +163,0 @@ [1.0.0]: https://github.com/prettier/plugin-xml/compare/v0.13.1...v1.0.0

3

dist/printer.js

@@ -83,5 +83,2 @@ "use strict";

}
if (children.Comment) {
response = response.concat(path.map(printIToken, "Comment"));
}
if (children.PROCESSING_INSTRUCTION) {

@@ -88,0 +85,0 @@ response = response.concat(path.map(printIToken, "PROCESSING_INSTRUCTION"));

{
"name": "@prettier/plugin-xml",
"version": "1.0.1",
"version": "1.0.2",
"description": "prettier plugin for XML",

@@ -5,0 +5,0 @@ "main": "dist/plugin.js",

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