Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

html-webpack-plugin

Package Overview
Dependencies
Maintainers
5
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-webpack-plugin - npm Package Compare versions

Comparing version
5.6.3
to
5.6.4
+6
-2
index.js

@@ -1310,3 +1310,5 @@ // @ts-check

compilation.errors.push(
prettyError(templateResult.error, compiler.context).toString(),
new Error(
prettyError(templateResult.error, compiler.context).toString(),
),
);

@@ -1501,3 +1503,5 @@ }

// with the error message and an error is logged
compilation.errors.push(prettyError(err, compiler.context).toString());
compilation.errors.push(
new Error(prettyError(err, compiler.context).toString()),
);
return this.options.showErrors

@@ -1504,0 +1508,0 @@ ? prettyError(err, compiler.context).toHtml()

{
"name": "html-webpack-plugin",
"version": "5.6.3",
"version": "5.6.4",
"license": "MIT",

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

"typescript": "4.9.4",
"webpack": "^5.95.0",
"webpack": "^5.101.0",
"webpack-cli": "4.5.0",

@@ -64,0 +64,0 @@ "webpack-recompilation-simulator": "3.2.0"