Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

html-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
141
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 1.6.0 to 1.6.1

3

index.js

@@ -248,2 +248,3 @@ 'use strict';

var entry = chunkFiles[0];
assets.chunks[chunkName].size = chunk.size;
assets.chunks[chunkName].entry = entry;

@@ -303,3 +304,3 @@ assets.js.push(entry);

if (this.options.inject === 'head') {
head = body.concat(scripts);
head = head.concat(scripts);
} else {

@@ -306,0 +307,0 @@ body = body.concat(scripts);

{
"name": "html-webpack-plugin",
"version": "1.6.0",
"version": "1.6.1",
"description": "Simplifies creation of HTML files to serve your webpack bundles",

@@ -32,18 +32,18 @@ "main": "index.js",

"devDependencies": {
"css-loader": "^0.12.0",
"extract-text-webpack-plugin": "^0.7.1",
"file-loader": "^0.8.1",
"jasmine-node": "^1.14.5",
"jshint": "^2.7.0",
"rimraf": "^2.3.3",
"style-loader": "^0.12.2",
"url-loader": "^0.5.5",
"webpack": "^1.8.11"
"css-loader": "^0.15.4",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"jasmine-node": "^2.0.0",
"jshint": "^2.8.0",
"rimraf": "^2.4.1",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.10.1"
},
"dependencies": {
"bluebird": "^2.9.25",
"blueimp-tmpl": "~2.5.4",
"bluebird": "^2.9.34",
"blueimp-tmpl": "^2.5.4",
"html-minifier": "^0.7.2",
"lodash": "~3.9.3"
"lodash": "^3.10.0"
}
}
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