prettydiff
Advanced tools
Comparing version 101.0.5 to 101.0.6
@@ -407,2 +407,5 @@ /*global global, prettydiff*/ | ||
if (data.lexer[a] === lexer) { | ||
if (data.token[a].toLowerCase().indexOf("<!doctype") === 0) { | ||
level[a - 1] = indent; | ||
} | ||
if (data.types[a].indexOf("attribute") > -1) { | ||
@@ -409,0 +412,0 @@ attribute(); |
@@ -398,2 +398,5 @@ /*global global, prettydiff*/ | ||
if (data.lexer[a] === lexer) { | ||
if (data.token[a].toLowerCase().indexOf("<!doctype") === 0) { | ||
level[a - 1] = indent; | ||
} | ||
if (data.types[a].indexOf("attribute") > -1) { | ||
@@ -400,0 +403,0 @@ attribute(); |
@@ -10,3 +10,3 @@ { | ||
"file-saver": "^1.3.8", | ||
"sparser": "^1.1.12" | ||
"sparser": "^1.1.14" | ||
}, | ||
@@ -43,3 +43,3 @@ "description": "A language aware diff tool.", | ||
}, | ||
"version": "101.0.5" | ||
"version": "101.0.6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
6620356
100079
Updatedsparser@^1.1.14