markmap-common
Advanced tools
Comparing version 0.13.3 to 0.13.4-alpha.1
@@ -1,2 +0,2 @@ | ||
/*! markmap-common v0.13.3 | MIT License */ | ||
/*! markmap-common v0.13.4-alpha.1+51f8ed9 | MIT License */ | ||
class Hook { | ||
@@ -3,0 +3,0 @@ constructor() { |
@@ -1,2 +0,2 @@ | ||
/*! markmap-common v0.13.3 | MIT License */ | ||
/*! markmap-common v0.13.4-alpha.1+51f8ed9 | MIT License */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "markmap-common", | ||
"version": "0.13.3", | ||
"version": "0.13.4-alpha.1+51f8ed9", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "author": "", | ||
}, | ||
"gitHead": "01d316cf6e7375cc3adfc94ccd257797fc0462db" | ||
"gitHead": "51f8ed9512078ad6bd49932bd46c7c5646dbc7d8" | ||
} |
@@ -8,5 +8,9 @@ export interface IHierarchy<T> { | ||
/** | ||
* Whether the node's children are fold. | ||
* The folding status of this node. | ||
* | ||
* 0 - not folded | ||
* 1 - folded | ||
* 2 - folded along with all its child nodes | ||
*/ | ||
fold?: boolean; | ||
fold?: number; | ||
/** | ||
@@ -111,3 +115,4 @@ * Index of list items. | ||
spacingVertical: number; | ||
initialExpandLevel: number; | ||
style?: (id: string) => string; | ||
} |
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
22625
736
1