clean-html
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -63,3 +63,2 @@ var htmlparser = require('htmlparser2'), | ||
'color', | ||
'disabled', | ||
'height', | ||
@@ -66,0 +65,0 @@ 'target', |
{ | ||
"name": "clean-html", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "HTML cleaner and beautifier", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -121,3 +121,3 @@ ## HTML cleaner and beautifier | ||
Type: Array | ||
Default: `['align', 'bgcolor', 'border', 'cellpadding', 'cellspacing', 'color', 'disabled', 'height', 'target', 'valign', 'width']` | ||
Default: `['align', 'bgcolor', 'border', 'cellpadding', 'cellspacing', 'color', 'height', 'target', 'valign', 'width']` | ||
@@ -156,3 +156,3 @@ ### remove-comments | ||
Type: Int | ||
Type: Integer | ||
Default: `120` | ||
@@ -159,0 +159,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
21730
463