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

@prettier/plugin-xml

Package Overview
Dependencies
Maintainers
14
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.3.1 to 3.4.0

types/plugin.d.ts

11

CHANGELOG.md

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

## [3.4.0] - 2024-03-29
### Added
- Export plugin type.
### Changed
- Fix printing around reference nodes.
- Trim only XML whitespace, not JS whitespace.
## [3.3.1] - 2024-02-10

@@ -11,0 +22,0 @@

9

package.json
{
"name": "@prettier/plugin-xml",
"version": "3.3.1",
"version": "3.4.0",
"description": "prettier plugin for XML",
"type": "module",
"main": "src/plugin.js",
"exports": {
".": {
"types": "./types/plugin.d.ts",
"default": "./src/plugin.js"
},
"./*": "./*"
},
"scripts": {

@@ -8,0 +15,0 @@ "lint": "eslint --cache .",

src/embed.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