Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

markmap-html-parser

Package Overview
Dependencies
Maintainers
0
Versions
29
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.4 to 0.17.3-alpha.8

3

dist/index.js

@@ -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

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