Socket
Socket
Sign inDemoInstall

html-webpack-plugin

Package Overview
Dependencies
111
Maintainers
4
Versions
138
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-alpha.8 to 5.0.0-alpha.9

9

lib/child-compiler.js

@@ -14,6 +14,2 @@ // @ts-check

'use strict';
const NodeTemplatePlugin = require('webpack/lib/node/NodeTemplatePlugin');
const NodeTargetPlugin = require('webpack/lib/node/NodeTargetPlugin');
const LoaderTargetPlugin = require('webpack/lib/LoaderTargetPlugin');
const SingleEntryPlugin = require('webpack/lib/SingleEntryPlugin');

@@ -83,2 +79,7 @@ let instanceId = 0;

const NodeTemplatePlugin = webpack.node.NodeTemplatePlugin;
const NodeTargetPlugin = webpack.node.NodeTargetPlugin;
const LoaderTargetPlugin = webpack.LoaderTargetPlugin;
const SingleEntryPlugin = webpack.SingleEntryPlugin;
// To prevent multiple compilations for the same template

@@ -85,0 +86,0 @@ // the compilation is cached in a promise.

{
"name": "html-webpack-plugin",
"version": "5.0.0-alpha.8",
"version": "5.0.0-alpha.9",
"license": "MIT",

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

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