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

23
19

4.17.0

Diff

webdiscus
published 4.16.0 •

Changelog

Source

4.16.0 (2025-01-28)

  • feat: add integrity attribute for preload tags if integrity option on, #145
webdiscus
published 4.15.3 •

webdiscus
published 4.15.2 •

Changelog

Source

4.15.2 (2025-01-22)

  • fix: unpredictably Webpack compilation fails after a random number of runs, #143
webdiscus
published 4.15.1 •

Changelog

Source

4.15.1 (2025-01-21)

  • fix: improve the handling exceptions in the integrity module, #143
webdiscus
published 4.15.0 •

Changelog

Source

4.15.0-beta.0 (2025-01-20)

  • feat: add the fixed preload filter:
    type PreloadFilter =
      | RegExp
      | Array<RegExp>
      | { includes?: Array<RegExp>; excludes?: Array<RegExp> }
      | ((asset: { sourceFiles: Array<string>; outputFile: string }) => void | boolean); // <= BRAKING CHANGES compared to v4.14.0 (DEPRECATED)
    
webdiscus
published 4.15.0-beta.0 •

Changelog

Source

4.15.0-beta.0 (2025-01-20)

  • feat: add the fixed preload filter:
    type PreloadFilter =
      | RegExp
      | Array<RegExp>
      | { includes?: Array<RegExp>; excludes?: Array<RegExp> }
      | ((asset: { sourceFiles: Array<string>; outputFile: string }) => void | boolean); // <= BRAKING CHANGES compared to v4.14.0 (DEPRECATED)
    
webdiscus
published 4.14.0 •

Changelog

Source

4.14.0 (2025-01-19) DEPRECATED (filter API will be changed in next version)

  • feat: add the filter for the preload option
    type AdvancedFilter =
      | RegExp
      | Array<RegExp>
      | { includes?: Array<RegExp>; excludes?: Array<RegExp> }
      | ((value: string) => void | true | false); // <= string argument DEPRECATED
    
webdiscus
published 4.13.0 •

Changelog

Source

4.13.0 (2025-01-18)

  • feat: add support for preloading of dynamic imported modules, #138
webdiscus
published 4.12.3 •

Changelog

Source

4.12.3 (2025-01-18)

  • fix: output URL for preloaded resources if publicPath is a URL or root path, #141
23
19
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