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

@prettier/plugin-pug

Package Overview
Dependencies
Maintainers
13
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prettier/plugin-pug - npm Package Versions

1
11

1.5.1

Diff

Changelog

Source

1.5.1

diff

  • Support bracketSpacing option for attributes ([#103])
shinigami92
published 1.5.0 •

Changelog

Source

1.5.0

diff

  • Support bracketSpacing option (only text-token) ([#98])
shinigami92
published 1.4.4 •

Changelog

Source

1.4.4

diff

  • Trim input on left side ([#97])
shinigami92
published 1.4.3 •

Changelog

Source

1.4.3

diff

  • Fix sorting of occurring id behind classes ([#95])
shinigami92
published 1.4.2 •

Changelog

Source

1.4.2

diff

  • Ignore formatting of interpolation attribute values ([#94])
shinigami92
published 1.4.1 •

Changelog

Source

1.4.1

diff

  • Fix indentation in multi-line blank lines ([#89])
shinigami92
published 1.4.0 •

Changelog

Source

1.4.0

diff

  • Fix semi in code interpolation ([#85])
  • Upgrade pug-lexer to 5.0.0
    Support new token eachOf
shinigami92
published 1.3.0 •

Changelog

Source

1.3.0

diff

  • Introduce new option closingBracketPosition ([#82])
    Possible values: new-line and last-line
shinigami92
published 1.2.0 •

Changelog

Source

1.2.0

diff

  • Support Prettier v2 (Prettier v1 is no longer supported, use [v1.1.11])

Minor change:

//- Input
v-btn(@click="toggle = !toggle")

//- Output (1.1.11)
v-btn(@click="(toggle = !toggle)")

//- Output (1.2.0)
v-btn(@click="toggle = !toggle")
shinigami92
published 1.1.11 •

Changelog

Source

1.1.11

diff

  • Just a dependency update
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