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
910

1.0.0-alpha.4

Diff

Changelog

Source

1.0.0-alpha.4

diff

  • Fix indentation after outdent
shinigami92
published 1.0.0-alpha.3 •

Changelog

Source

1.0.0-alpha.3

diff

  • Improvement of indents, empty lines and spaces

  • Keep indent for code if wanted

    //- Input
    block page_meta
      - var page_title = "Markdown"
      - var page_description = "This is a page description."
    
    //- Output (1.0.0-alpha.2)
    block page_meta
    - var page_title = "Markdown"
    - var page_description = "This is a page description."
    
    //- Output (1.0.0-alpha.3)
    block page_meta
      - var page_title = "Markdown"
      - var page_description = "This is a page description."
    
shinigami92
published 1.0.0-alpha.2 •

Changelog

Source

1.0.0-alpha.2

diff

  • Correct some unnecessary blank lines

  • Correct a missing whitespace after interpolated-code token

  • Handle new Tokens

  • Improve space formatting

    Use recommended solutions link

    //- Input
    v-btn(color="primary", name="save", @click="save", :disabled="saving", :loading="saving")
      v-icon save
      |  {{ $t('mylangkeys.crud.save') }}
    
    //- Output (1.0.0-alpha.1)
    v-btn(color="primary", name="save", @click="save", :disabled="saving", :loading="saving")
      v-icon save
      | {{ $t('mylangkeys.crud.save') }}
    
    //- Output (1.0.0-alpha.2)
    v-btn(color="primary", name="save", @click="save", :disabled="saving", :loading="saving")
      v-icon save
      |
      | {{ $t('mylangkeys.crud.save') }}
    
shinigami92
published 1.0.0-alpha.1 •

Changelog

Source

1.0.0-alpha.1

diff

  • Initial alpha release
1
910
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