Socket
Socket
Sign inDemoInstall

html-webpack-plugin

Package Overview
Dependencies
106
Maintainers
4
Versions
138
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.1 to 5.3.2

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

### [5.3.2](https://github.com/jantimon/html-webpack-plugin/compare/v5.3.1...v5.3.2) (2021-06-22)
### Bug Fixes
* update lodash and pretty error ([9c7fba0](https://github.com/jantimon/html-webpack-plugin/commit/9c7fba02d0aa7d9e804863a66eb896db3046f645)
### [5.3.1](https://github.com/jantimon/html-webpack-plugin/compare/v5.3.0...v5.3.1) (2021-03-09)

@@ -7,0 +13,0 @@

16

package.json
{
"name": "html-webpack-plugin",
"version": "5.3.1",
"version": "5.3.2",
"license": "MIT",

@@ -32,3 +32,3 @@ "description": "Simplifies creation of HTML files to serve your webpack bundles",

"@types/node": "11.13.9",
"commitizen": "4.2.1",
"commitizen": "^4.2.4",
"css-loader": "5.0.1",

@@ -39,3 +39,3 @@ "cz-conventional-changelog": "2.1.0",

"jest": "26.5.3",
"mini-css-extract-plugin": "1.0.0",
"mini-css-extract-plugin": "^1.6.0",
"pug": "3.0.2",

@@ -46,8 +46,8 @@ "pug-loader": "2.4.0",

"semistandard": "^13.0.1",
"standard-version": "9.1.0",
"standard-version": "^9.3.0",
"style-loader": "2.0.0",
"typescript": "4.1.3",
"webpack": "5.24.3",
"webpack-recompilation-simulator": "3.2.0",
"webpack-cli": "4.5.0"
"webpack-cli": "4.5.0",
"webpack-recompilation-simulator": "3.2.0"
},

@@ -57,4 +57,4 @@ "dependencies": {

"html-minifier-terser": "^5.0.1",
"lodash": "^4.17.20",
"pretty-error": "^2.1.1",
"lodash": "^4.17.21",
"pretty-error": "^3.0.4",
"tapable": "^2.0.0"

@@ -61,0 +61,0 @@ },

@@ -92,9 +92,9 @@ [![npm][npm]][npm-url]

* [html-webpack-inject-preload](https://github.com/principalstudio/html-webpack-inject-preload) allows to add preload links <link rel='preload'> anywhere you want.
* [inject-body-webpack-plugin](https://github.com/Jaid/inject-body-webpack-plugin) is a simple method of injecting a custom HTML string into the body.
<h2 align="center">Usage</h2>
The plugin will generate an HTML5 file for you that includes all your `webpack`
bundles in the body using `script` tags. Just add the plugin to your `webpack`
bundles in the head using `script` tags. Just add the plugin to your `webpack`
config as follows:

@@ -126,5 +126,5 @@

<title>Webpack App</title>
<script defer src="index_bundle.js"></script>
</head>
<body>
<script src="index_bundle.js"></script>
</body>

@@ -131,0 +131,0 @@ </html>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc