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

@webdiscus/pug-loader

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webdiscus/pug-loader - npm Package Versions

1
8

2.6.0

Diff

Changelog

Source

2.6.0 (2022-06-04)

  • feat: add support the resolving a file alias in include
webdiscus
published 2.5.0 •

Changelog

Source

2.5.0 (2022-06-02)

  • feat: add watchFiles option to watch for file changes in resolved dependencies
  • fix: in :markdown filter enable HTML tags in markdown source
webdiscus
published 2.4.1 •

Changelog

Source

2.4.1 (2022-05-25)

  • docs: update readme
webdiscus
published 2.4.0 •

Changelog

Source

2.4.0 (2022-05-25)

  • feat: add support the Pug in Vue
  • feat: add support an indent in Vue template for Pug code
  • chore: add usage example for Pug in Vue template
  • test: add test for remove unexpected indents in Vue template
webdiscus
published 2.3.0 •

Changelog

Source

2.3.0 (2022-05-21)

  • feat: add embedded filter :markdown with highlighting code blocks
webdiscus
published 2.2.1 •

Changelog

Source

2.2.1 (2022-05-19)

  • fix: pug error in dependency requires restart of webpack, #14
webdiscus
published 2.2.0 •

Changelog

Source

2.2.0 (2022-05-15)

  • feat: add embedded filters :code, :highlight
  • fix: add & and " chars in :escape filter
webdiscus
published 2.1.1 •

Changelog

Source

2.1.1 (2022-05-11)

  • fix: support resolving npm modules in pug template
webdiscus
published 2.1.0 •

Changelog

Source

2.1.0 (2022-05-09)

  • feat: add the embedFilter option to enable using in pug filters embedded in pug-loader
  • feat: add embedded :escape filter to escape HTML tags
  • test: add test for :escape filter
webdiscus
published 2.0.0 •

Changelog

Source

2.0.0 (2022-04-01)

  • feat: added supports the require() of the javascript source files directly in pug (works only with pug-plugin).
    It is no longer necessary to define a js file in webpack entry-point. For example, using the pug-plugin now following is possible:
    script(src=require('./main.js'))
    
    Generated HTML:
    <script src='/assets/js/main.1234abcd.js'></script>
    
  • feat: add support a function in loader option data for compile method.
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