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
1
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.16.1 to 0.16.3-web.2

9

dist/index.js

@@ -170,2 +170,9 @@ "use strict";

const isHeading = level <= 6;
let data = $child.data();
if ($child.children("code:only-child").length) {
data = {
...data,
...$child.children().data()
};
}
const childNode = addChild({

@@ -178,3 +185,3 @@ parent: node || getCurrentHeading(level),

comments: result.comments,
data: $child.data()
data
});

@@ -181,0 +188,0 @@ if (isHeading)

6

package.json
{
"name": "markmap-html-parser",
"version": "0.16.1",
"version": "0.16.3-web.2+0f4c3f8",
"description": "Parse HTML into markmap data structure",

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

"devDependencies": {
"markmap-common": "0.16.0"
"markmap-common": "0.16.3-web.2+0f4c3f8"
},

@@ -65,3 +65,3 @@ "dependencies": {

},
"gitHead": "f10ad62ef03e02a1843484cca51521f48989fab7"
"gitHead": "0f4c3f84ff21f0957ec3dbf338ed7a453f050638"
}

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