New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

markmap-html-parser

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markmap-html-parser - npm Package Compare versions

Comparing version 0.17.3-alpha.1 to 0.17.3-alpha.2

12

dist/index.js

@@ -165,2 +165,12 @@ "use strict";

let data = $child.data();
let html2 = result.html || "";
if ($child.is("ol>li") && (node == null ? void 0 : node.children)) {
const start = +($child.parent().attr("start") || 1);
const listIndex = start + node.children.length;
html2 = `${listIndex}. ${html2}`;
data = {
...data,
listIndex
};
}
if ($child.children("code:only-child").length) {

@@ -177,3 +187,3 @@ data = {

level,
html: result.html || "",
html: html2,
comments: result.comments,

@@ -180,0 +190,0 @@ data

4

package.json
{
"name": "markmap-html-parser",
"version": "0.17.3-alpha.1+4942a37",
"version": "0.17.3-alpha.2+9f2920f",
"description": "Parse HTML into markmap data structure",

@@ -65,3 +65,3 @@ "author": "Gerald <gera2ld@live.com>",

},
"gitHead": "4942a3759db08bbbc179034c0b08c5c2112566dc"
"gitHead": "9f2920fcb10e39ca7bf714c8768539bf60357752"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc