html-format
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -97,3 +97,3 @@ const tagName = String.raw`[A-Za-z][^/\s>]*`; | ||
if (!s || (!specialElement && /^\s*$/.test(s))) { | ||
if (!s || (!specialElement && /^\s+$/.test(s))) { | ||
const newline = span.indexOf("\n"); | ||
@@ -100,0 +100,0 @@ const len = newline == -1 ? span.length : newline; |
{ | ||
"name": "html-format", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Format HTML strings.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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