markmap-html-parser
Advanced tools
Comparing version 0.17.3-alpha.4 to 0.17.3-alpha.8
@@ -116,3 +116,3 @@ "use strict"; | ||
let heading; | ||
while ((heading = headingStack.at(-1)) && heading.level >= level) { | ||
while ((heading = headingStack[headingStack.length - 1]) && heading.level >= level) { | ||
headingStack.pop(); | ||
@@ -204,2 +204,3 @@ } | ||
node.payload = { | ||
tag: htmlNode.tag, | ||
...htmlNode.data | ||
@@ -206,0 +207,0 @@ }; |
{ | ||
"name": "markmap-html-parser", | ||
"version": "0.17.3-alpha.4+be55d82", | ||
"version": "0.17.3-alpha.8+64b2923", | ||
"description": "Parse HTML into markmap data structure", | ||
@@ -45,3 +45,3 @@ "author": "Gerald <gera2ld@live.com>", | ||
"devDependencies": { | ||
"markmap-common": "0.17.3-alpha.4+be55d82" | ||
"markmap-common": "0.17.3-alpha.8+64b2923" | ||
}, | ||
@@ -65,3 +65,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "be55d825cb73aab3d315dc2f4034ebe06a54759b" | ||
"gitHead": "64b292331f81ae92a3c269c97fc6394f53892c48" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
506467
14453