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

1.6.2-beta.0

Diff

webdiscus
published 1.6.1 •

Changelog

Source

1.6.1 (2022-01-20)

  • feat: add supports for resolving of aliases from webpack resolve.plugins by required resources, like styles, scripts
  • feat: add supports for resolving of srcset attribute in img tag
  • fix: improve resolving the required files by all methods
  • fix: resolving issues by usage the variable filename contained parent relative path in require() function
  • refactor: optimize source
  • test: add test cases to improve test coverage
webdiscus
published 1.6.1-beta.0 •

webdiscus
published 1.6.0 •

Changelog

Source

1.6.0 (2022-01-12)

  • feat: add supports for resolving of aliases from webpack resolve.plugins by include / extends if a file is by webpack resolve.alais not resolved, then uses the slow enhanced resolver
  • chore: update packages
webdiscus
published 1.6.0-alpha1 •

webdiscus
published 1.5.1 •

Changelog

Source

1.5.1 (2021-12-10)

  • fix: path resolving on Windows
  • refactor: optimize code
webdiscus
published 1.5.0 •

Changelog

Source

1.5.0 (2021-12-07)

  • feat: the pug-loader is now the part of the pug-plugin.
  • feat: add the option basedir for all absolute inclusion
  • test: add the test for new option basedir
  • test: refactor tests
webdiscus
published 1.4.6 •

Changelog

Source

1.4.6 (2021-12-06)

  • test: add tests for an exception and an option
  • test: refactor test utils
  • docs: update readme
  • chore: remove needles console.log, cleanup code
  • chore: update packages
webdiscus
published 1.4.5 •

Changelog

Source

1.4.5 (2021-11-22)

  • feat: improve the render and html methods
  • fix: require() for CommonJS module. Now is possible use the CommonJS module directly in the pug, e.g.:
    - var someModule = require('some-module');
    p #{ someModule.sayHello('PUG') }
    
  • fix: 'Unexpected token' by render method
  • fix: 'Unterminated string' by render method
webdiscus
published 1.4.4 •

Changelog

Source

1.4.4 (2021-11-19)

  • feat: add the polyfill replaceAll() for node.js < 15
  • fix: the parsing multiple require in a single string code
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