Socket
Socket
Sign inDemoInstall

@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 0.7.0 to 0.7.1

9

CHANGELOG.md

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

## [0.7.1] - 2020-02-10
### Changed
- Require `prettier/doc` instead of `prettier` to load less code in standalone mode.
## [0.7.0] - 2020-01-29

@@ -62,3 +68,4 @@

[unreleased]: https://github.com/prettier/plugin-xml/compare/v0.7.0...HEAD
[unreleased]: https://github.com/prettier/plugin-xml/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/prettier/plugin-xml/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/prettier/plugin-xml/compare/v0.6.0...v0.7.0

@@ -65,0 +72,0 @@ [0.6.0]: https://github.com/prettier/plugin-xml/compare/v0.5.0...v0.6.0

2

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

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

@@ -10,3 +10,3 @@ const {

softline
} = require("prettier").doc.builders;
} = require("prettier/doc").builders;

@@ -13,0 +13,0 @@ const elementOnly = node => {

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