You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

html-inline-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-inline-webpack-plugin - npm Package Compare versions

Comparing version

to
1.0.0-beta4

2

dist/webpack/webpack_plugin.js

@@ -42,3 +42,3 @@ var __importDefault = (this && this.__importDefault) || function (mod) {

: new asset_injector_1.StyleAssetInjector({ inline: options.inline }));
if (options.favIcon != null) {
if (options.favIcon != "") {
this.headInjectors.push(new head_injector_1.FavIconInjector(options.favIcon));

@@ -45,0 +45,0 @@ }

{
"name": "html-inline-webpack-plugin",
"description": "This webpack plugin package is bundling related HTML files by injecting inline tags.",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"main": "./dist/index.js",

@@ -6,0 +6,0 @@ "types": "./dist/types/index.d.ts",

@@ -8,3 +8,3 @@ <div align="center">

<th>Version</th>
<th>v1.0.0-beta3</th>
<th>v1.0.0-beta4</th>
</tr>

@@ -11,0 +11,0 @@ </tbody>

@@ -72,3 +72,3 @@ import { Compilation, Compiler, sources } from "webpack";

if (options.favIcon != null) {
if (options.favIcon != "") {
this.headInjectors.push(new FavIconInjector(options.favIcon));

@@ -75,0 +75,0 @@ }

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.