Socket
Socket
Sign inDemoInstall

minimize

Package Overview
Dependencies
40
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.1 to 1.7.0

26

package.json
{
"name": "minimize",
"version": "1.6.1",
"version": "1.7.0",
"description": "Minimize HTML",

@@ -16,16 +16,16 @@ "main": "./lib/minimize",

"dependencies": {
"argh": "0.1.x",
"async": "0.9.x",
"cli-color": "0.3.x",
"diagnostics": "0.0.x",
"emits": "1.0.x",
"htmlparser2": "3.8.x"
"argh": "~0.1.4",
"async": "~1.4.2",
"cli-color": "~1.0.0",
"diagnostics": "~1.0.1",
"emits": "~3.0.0",
"htmlparser2": "~3.8.3"
},
"devDependencies": {
"mocha": "2.0.x",
"chai": "1.10.x",
"istanbul": "0.3.x",
"sinon": "1.12.x",
"sinon-chai": "2.6.x",
"pre-commit": "1.0.x"
"chai": "~3.2.0",
"istanbul": "~0.3.18",
"mocha": "~2.2.5",
"pre-commit": "~1.1.1",
"sinon": "~1.16.1",
"sinon-chai": "~2.8.0"
},

@@ -32,0 +32,0 @@ "repository": "git@github.com:Moveo/minimize.git",

@@ -16,5 +16,5 @@ # HTML minifier

*Minimize does not correctly parse inline PHP or raw template files. Simply
because this is not valid HTML and never will be either. The output of the
templaters should be parsed and minified.*
**Minimize does not parse inline PHP or raw template files. Templates are not valid
HTML and this is outside the scope of the minimiz. The _output_ of the
templaters should be parsed and minified.**

@@ -21,0 +21,0 @@ ## Features

@@ -30,3 +30,3 @@ /*global beforeEach, afterEach*/

it('has all required elements', function () {
expect(list.singular.length).to.be.equal(13);
expect(list.singular.length).to.be.equal(14);
});

@@ -33,0 +33,0 @@ });

@@ -80,3 +80,3 @@ 'use strict';

expect(second[0]).to.be.equal('parsed');
expect(second[1]).to.be.equal(undefined);
expect(second[1]).to.be.equal(null);
expect(second[2]).to.be.equal('');

@@ -83,0 +83,0 @@

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