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
0
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

2.1.1

Diff

Changelog

Source

2.1.1 (2023-07-14)

  • chore: fix the image path in readme
webdiscus
published 2.1.0 •

Changelog

Source

2.1.0 (2023-07-14)

  • feat: add watching for create/rename/delete files in the entry path, without restarting Webpack
  • fix: watching for create/rename/delete JS files
  • fix: add to watching only parent directories, ignore all subdirectories
  • fix: generate correct output filenames for assets in deep nested pages after changes in serve mode
  • fix: in some cases is missing the hot-update.js file after changes in serve mode
  • fix: missing slash in output filename when publicPath is an url without finishing slash
  • test: add tests for new features and bug fixes
  • chore: update npm packages
  • docs: update readme
webdiscus
published 2.0.1 •

Changelog

Source

2.0.1 (2023-06-23)

  • fix: watching for create/rename Handlebars partials
  • chore: update npm packages
webdiscus
published 2.0.0 •

Changelog

Source

2.0.0 (2023-06-21)

  • feat: add support for importing style files in JavaScript.
  • feat(BREAKING CHANGE): upgrade the default preprocessor eta to next major version 3.0. Perhaps you may need to migrate your Eta templates to v3 syntax.
  • refactor: optimize source code
  • fix: some invisible rare bug fixes
  • test: add tests for new features and bug fixes
  • chore: add code example how to use the tailwindcss
  • chore: update npm packages
  • docs: update readme
webdiscus
published 1.18.0 •

Changelog

Source

1.18.0 (2023-04-26)

  • feat: add the js.chunkFilename option
  • fix: do not delete split chunks from compilation loading dynamically
  • fix: allow to define the as property of the preload option in the attributes, e.g.:
    {
      test: /\.(ttf|woff2?)$/,
      attributes: { as: 'font', crossorigin: true },
    },
    
webdiscus
published 1.17.3 •

Changelog

Source

1.17.3 (2023-04-24)

  • fix: correct parsing of a query where the key does not contain a value, e.g. ?enable&size=100
  • refactor: code refactoring and optimization
  • chore: small performance improvement due to code optimization
  • chore: spelling corrections in code
  • chore: update dev dependencies
  • test: refactor tests to async run
  • docs: update readme
webdiscus
published 1.17.2 •

Changelog

Source

1.17.2 (2023-04-21)

  • fix: live reload after changes if a template contains a commented out script
  • fix: issue if a CSS file is imported in SCSS with a filename, including the .css extension, e.g. @import 'npm-module/styles.css'
  • fix: issue if used the copy plugin which copies an HTML file
webdiscus
published 1.17.1 •

Changelog

Source

1.17.1 (2023-04-19)

  • fix: pass data via query parameters into template imported in JS file
    template.html
    <div>Hello <%= name %>!</div>
    
    app.js
    import tmpl from './template.html?name=World'; // exports '<div>Hello World!</div>'
    document.body.innerHTML = html;
    
  • test: add test for import a template in JS as rendered HTML string
  • docs: update readme
webdiscus
published 1.17.0 •

Changelog

Source

1.17.0 (2023-04-17)

  • feat: allow the data loader option as a filename for dynamically loading global template variables
  • feat: allow the data entry-point option as a filename for dynamically loading page template variables
  • fix: inject hot update js file after changes when the template has no scripts
  • docs: add description of new features
webdiscus
published 1.16.0 •

Changelog

Source

1.16.0 (2023-04-15)

  • feat: new compact verbose output, all resources are grouped by their issuers
  • feat: remove js.verbose option, because it makes no sense with new verbose output (no breaking change)
  • feat: remove css.verbose option, because it makes no sense with new verbose output (no breaking change)
  • feat: improve performance
  • fix: display loader dependencies only once in the watch mode
  • fix: correct inline CSS and JS when is used minify, #8
  • refactor: optimize processing for inline resources and preload tags
  • chore: update packages
  • docs: update readme
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