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.15.9-alpha.6 to 0.15.9-alpha.11

2

dist/index.js

@@ -23,3 +23,3 @@ "use strict";

const defaultOptions = {
selector: "h1,h2,h3,h4,h5,h6,ul,ol,li,table,pre,p>img:first-child:last-child",
selector: "h1,h2,h3,h4,h5,h6,ul,ol,li,table,pre,p>img:only-child",
selectorWrapper: "div,p",

@@ -26,0 +26,0 @@ selectorNesting: "ul,ol,li",

{
"name": "markmap-html-parser",
"version": "0.15.9-alpha.6+ccc1c15",
"version": "0.15.9-alpha.11+d60da2f",
"description": "Parse HTML into markmap data structure",

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

"build:types": "tsc",
"build:js": "vite build && TARGET=browserJs vite build --emptyOutDir=false",
"build:js": "vite build && TARGET=browserJs vite build",
"build": "run-s clean build:*",
"test": "jest test"

@@ -45,3 +46,3 @@ },

"devDependencies": {
"markmap-common": "0.15.9-alpha.6+ccc1c15"
"markmap-common": "0.15.9-alpha.11+d60da2f"
},

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

},
"gitHead": "ccc1c157905c0a8aedbadcb579a79d7114b45b0b"
"gitHead": "d60da2fb13a85edec875ef002f1be414a0c00abe"
}

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