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.0 to 1.0.1

9

CHANGELOG.md

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

## [1.0.1] - 2021-07-14
### Changed
- Fix the export to work in non-TypeScript environments.
## [1.0.0] - 2021-07-14

@@ -147,3 +153,4 @@

[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.0.0...HEAD
[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/prettier/plugin-xml/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/prettier/plugin-xml/compare/v0.13.1...v1.0.0

@@ -150,0 +157,0 @@ [0.13.1]: https://github.com/prettier/plugin-xml/compare/v0.13.0...v0.13.1

3

dist/plugin.js

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

};
Object.defineProperty(exports, "__esModule", { value: true });
const prettier_1 = __importDefault(require("prettier"));

@@ -184,2 +183,2 @@ const parser_1 = __importDefault(require("./parser"));

};
exports.default = plugin;
module.exports = plugin;
{
"name": "@prettier/plugin-xml",
"version": "1.0.0",
"version": "1.0.1",
"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