New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

html-bundler-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-bundler-webpack-plugin - npm Package Versions

13
19

4.12.2

Diff

Changelog

Source

4.12.2 (2025-01-13)

  • fix: allow to define the renderStage option lower than PROCESS_ASSETS_STAGE_SUMMARIZE, #137
webdiscus
published 4.12.1 •

Changelog

Source

4.12.1 (2025-01-12)

  • fix: incorrect output of preload tag if "crossorigin: true", #139
  • fix: if as=font is used in preload and the crossorigin is not defined, it will be added automatically, because the crossorigin is mandatory for font type
webdiscus
published 4.12.0 •

Changelog

Source

4.12.0 (2025-01-12)

  • feat(release): add support for the ?inline query to load assets as data URL
  • test: add tests for ?inline query
  • docs: update readme for new feature
webdiscus
published 4.12.0-beta.0 •

Changelog

Source

4.12.0-beta.0 (2025-01-06)

  • feat: add support for the ?inline query by importing SVG file in JS as data URL
    import file from './image.svg'; // import according the matched webpack config, defaults as output filename
    
    import file from './image.svg?inline'; // import as UTF-8 data URL
    import file from './image.svg?inline=utf8'; // import as UTF-8 data URL
    import file from './image.svg?inline=base64'; // import as base64-encoded data URL
    
  • chore: update dependencies
  • chore: update license to current date
  • docs: add in readme the recipe "How to import SVG in JavaScript"
webdiscus
published 4.11.1 •

Changelog

Source

4.11.1 (2024-12-27)

  • fix: in TypeScript the renderStage option should be optional
webdiscus
published 4.11.0 •

Changelog

Source

4.11.0 (2024-12-27)

  • feat: add the renderStage option to define the stage for rendering output HTML in the processAssets Webpack hook
  • fix: set default render stage before the stage used in compression-webpack-plugin to save completely rendered HTML, #134
  • test: add test for the render stage
  • docs: add documentation for the new option in readme
webdiscus
published 4.10.4 •

Changelog

Source

4.10.4 (2024-12-18)

fix: fail rebuild after changed css file if no html entry defined, #132

webdiscus
published 4.10.3 •

Changelog

Source

4.10.3 (2024-12-13)

  • fix: resolve webpack alias correctly if it is external URL
webdiscus
published 4.10.2 •

Changelog

Source

4.10.2 (2024-12-10)

  • fix: if a module build has failed then stop further processing of modules to allow output original error
webdiscus
published 4.10.1 •

Changelog

Source

4.10.1 (2024-12-09)

  • fix: re-deploy broken package v4.10.0 in npm repository. An error occurred during deployment.
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