markmap-common
Advanced tools
Comparing version 0.15.9-alpha.5 to 0.15.9-alpha.6
@@ -10,2 +10,3 @@ export interface IPureNode { | ||
payload?: { | ||
[key: string]: unknown; | ||
/** | ||
@@ -19,6 +20,2 @@ * The folding status of this node. | ||
fold?: number; | ||
/** | ||
* First and last lines of the source generating the node. | ||
*/ | ||
lines?: [startLine: number, endLine: number]; | ||
}; | ||
@@ -25,0 +22,0 @@ children: IPureNode[]; |
{ | ||
"name": "markmap-common", | ||
"version": "0.15.9-alpha.5+c64866f", | ||
"version": "0.15.9-alpha.6+ccc1c15", | ||
"description": "", | ||
@@ -35,3 +35,3 @@ "author": "", | ||
}, | ||
"gitHead": "c64866fb4873a99923be18ea70715aa49a6dabef" | ||
"gitHead": "ccc1c157905c0a8aedbadcb579a79d7114b45b0b" | ||
} |
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
33578
1220