Socket
Socket
Sign inDemoInstall

html-minifier

Package Overview
Dependencies
8
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.2 to 3.4.3

11

package.json
{
"name": "html-minifier",
"description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
"version": "3.4.2",
"version": "3.4.3",
"keywords": [

@@ -64,3 +64,3 @@ "cli",

"relateurl": "0.2.x",
"uglify-js": "2.8.x"
"uglify-js": "~2.8.22"
},

@@ -70,6 +70,7 @@ "devDependencies": {

"grunt-browserify": "5.0.x",
"grunt-contrib-uglify": "2.2.x",
"grunt-contrib-uglify": "2.3.x",
"gruntify-eslint": "3.1.x",
"phantomjs-prebuilt": "2.1.x",
"qunitjs": "2.x"
"qunitjs": "2.x",
"uglify-to-browserify": "1.0.x"
},

@@ -82,3 +83,3 @@ "benchmarkDependencies": {

"minimize": "2.1.x",
"progress": "1.1.x"
"progress": "2.0.x"
},

@@ -85,0 +86,0 @@ "files": [

@@ -27,13 +27,13 @@ # HTMLMinifier

| [HTMLMinifier](https://github.com/kangax/html-minifier) | 124 | **97** | 105 | 109 | 104 |
| [CNN](http://www.cnn.com/) | 130 | **119** | 127 | 128 | 123 |
| [Amazon](http://www.amazon.co.uk/) | 195 | **163** | 186 | 189 | n/a |
| [New York Times](http://www.nytimes.com/) | 216 | **146** | 163 | 164 | 154 |
| [Stack Overflow](http://stackoverflow.com/) | 223 | **172** | 181 | 188 | 178 |
| [BBC](http://www.bbc.co.uk/) | 227 | **188** | 220 | 226 | 215 |
| [CNN](http://www.cnn.com/) | 131 | **121** | 129 | 130 | 124 |
| [Amazon](http://www.amazon.co.uk/) | 189 | **158** | 181 | 184 | n/a |
| [New York Times](http://www.nytimes.com/) | 200 | **131** | 149 | 148 | 139 |
| [Stack Overflow](http://stackoverflow.com/) | 223 | **172** | 181 | 189 | 178 |
| [BBC](http://www.bbc.co.uk/) | 224 | **185** | 217 | 223 | 211 |
| [Bootstrap CSS](http://getbootstrap.com/css/) | 272 | **260** | 269 | 229 | 269 |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 545 | **498** | 526 | 544 | 525 |
| [NBC](http://www.nbc.com/) | 567 | **544** | 565 | 567 | 549 |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 547 | **500** | 527 | 545 | 526 |
| [NBC](http://www.nbc.com/) | 572 | **549** | 570 | 572 | 555 |
| [Eloquent Javascript](http://eloquentjavascript.net/1st_edition/print.html) | 870 | **815** | 840 | 864 | n/a |
| [ES6 table](http://kangax.github.io/compat-table/es6/) | 4287 | **3607** | 4044 | n/a | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 5506 | **4914** | 5060 | n/a | n/a |
| [ES6 table](http://kangax.github.io/compat-table/es6/) | 4453 | **3763** | 4205 | n/a | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 5505 | **4913** | 5060 | n/a | n/a |

@@ -40,0 +40,0 @@ ## Options Quick Reference

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

minifyJS.fromString = true;
(minifyJS.output || (minifyJS.output = {})).inline_script = true;
(minifyJS.parse || (minifyJS.parse = {})).bare_returns = false;

@@ -683,0 +682,0 @@ options.minifyJS = function(text, inline) {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc