markmap-common
Advanced tools
Comparing version 0.14.2-alpha.0 to 0.14.2-alpha.2
@@ -1,2 +0,2 @@ | ||
/*! markmap-common v0.14.2-alpha.0+518591b | MIT License */ | ||
/*! markmap-common v0.14.2-alpha.2+3837810 | MIT License */ | ||
class Hook { | ||
@@ -3,0 +3,0 @@ constructor() { |
@@ -1,2 +0,2 @@ | ||
/*! markmap-common v0.14.2-alpha.0+518591b | MIT License */ | ||
/*! markmap-common v0.14.2-alpha.2+3837810 | MIT License */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "markmap-common", | ||
"version": "0.14.2-alpha.0+518591b", | ||
"version": "0.14.2-alpha.2+3837810", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "author": "", | ||
}, | ||
"gitHead": "518591b51ec505addc238f00be97a280af7341f3" | ||
"gitHead": "383781072bc17aa572b0cdffcfcf8d2d38d69f39" | ||
} |
@@ -102,2 +102,3 @@ export interface IHierarchy<T> { | ||
color?: string[]; | ||
colorFreezeLevel?: number; | ||
duration?: number; | ||
@@ -108,2 +109,4 @@ maxWidth?: number; | ||
extraCss?: string[]; | ||
zoom?: boolean; | ||
pan?: boolean; | ||
} | ||
@@ -124,3 +127,5 @@ export interface IMarkmapOptions { | ||
initialExpandLevel: number; | ||
zoom: boolean; | ||
pan: boolean; | ||
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
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
23385
764