markmap-html-parser
Advanced tools
Comparing version 0.15.9-alpha.6 to 0.15.9-alpha.11
@@ -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
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
503116