html-uglify
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "html-uglify", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Uglifies an HTML file and its associated CSS for compression. Great for HTML emails!", | ||
@@ -20,10 +20,9 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"cheerio": "^0.18.0", | ||
"hashids": "^1.0.1", | ||
"postcss": "^4.1.5" | ||
"cheerio": "^0.19.0", | ||
"hashids": "^1.0.2", | ||
"postcss": "^4.1.16" | ||
}, | ||
"devDependencies": { | ||
"chai": "^2.2.0", | ||
"hoek": "^2.12.0", | ||
"mocha": "^2.2.1" | ||
"chai": "^3.2.0", | ||
"mocha": "^2.2.5" | ||
}, | ||
@@ -30,0 +29,0 @@ "repository": { |
@@ -14,3 +14,3 @@ # html-uglify | ||
var HTMLUglify = require('html-uglify'); | ||
var htmlUglify = new HTMLUglify({ salt: 'your-custom-salt', whitelist: ['#noform', '#withform', '.someclass' }); | ||
var htmlUglify = new HTMLUglify({ salt: 'your-custom-salt', whitelist: ['#noform', '#withform', '.someclass'] }); | ||
var uglified = htmlUglify.process(htmlString); | ||
@@ -17,0 +17,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
30685
+ Addedboolbase@1.0.0(transitive)
+ Addedcheerio@0.19.0(transitive)
+ Addedcss-select@1.0.0(transitive)
+ Addedcss-what@1.0.0(transitive)
+ Addeddom-serializer@0.1.1(transitive)
+ Addeddomelementtype@1.3.1(transitive)
+ Addedlodash@3.10.1(transitive)
+ Addednth-check@1.0.2(transitive)
- RemovedCSSselect@0.4.1(transitive)
- RemovedCSSwhat@0.4.7(transitive)
- Removedcheerio@0.18.0(transitive)
- Removeddom-serializer@0.0.1(transitive)
- Removeddomelementtype@1.1.3(transitive)
- Removedlodash@2.4.2(transitive)
Updatedcheerio@^0.19.0
Updatedhashids@^1.0.2
Updatedpostcss@^4.1.16