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

1
20

4.0.0-beta.3

Diff

Changelog

Source

4.0.0-beta.3 (2024-08-16)

See release 4.0.0

webdiscus
published 4.0.0-beta.2 •

Changelog

Source

4.0.0-beta.2 (2024-08-15)

See release 4.0.0

webdiscus
published 4.0.0-beta.1 •

Changelog

Source

4.0.0-beta.1 (2024-08-13)

See release 4.0.0

webdiscus
published 4.0.0-beta.0 •

Changelog

Source

4.0.0-beta.0 (2024-08-10)

See release 4.0.0

webdiscus
published 3.17.3 •

Changelog

Source

3.17.3 (2024-08-09)

  • fix: in dev mode imports SCSS in JS when in the same file is inlined another SCSS file via ?inline query, #102
webdiscus
published 3.17.2 •

Changelog

Source

3.17.2 (2024-08-08)

  • fix: error when integrity option is enabled but no template defined in entry, #107
webdiscus
published 3.17.1 •

Changelog

Source

3.17.1 (2024-08-01)

  • fix: when using the integrity option, leaves the original attributes in the script tag as is
webdiscus
published 3.17.0 •

Changelog

Source

3.17.0 (2024-07-23)

  • feat: add support the ?inline query for styles imported in JavaScript:
    import './style-a.css?inline'; // the extracted CSS will be injected into HTML
    import './style-b.css'; // the extracted CSS will be saved into separate output file
    
webdiscus
published 3.16.0 •

Changelog

Source

3.16.0 (2024-07-23)

  • feat: add runtime option for the handlebars preprocessor
  • test: add test for the runtime option
  • docs: update readme
webdiscus
published 3.15.1 •

Changelog

Source

3.15.1 (2024-07-07)

  • fix: resolving source file in a tag attribute when another attribute contains the > char, e.g.:
    <img src="./arrow.png" alt="right->">
    
  • chore: improve error handling when attributes parsing
  • test: improve test coverage
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