New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

markmap-common

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markmap-common - npm Package Compare versions

Comparing version 0.17.1-alpha.4 to 0.17.1

@@ -86,3 +86,2 @@ export interface IPureNode {

export interface IMarkmapOptions {
id?: string;
autoFit: boolean;

@@ -93,2 +92,4 @@ color: (node: INode) => string;

fitRatio: number;
id?: string;
initialExpandLevel: number;
maxInitialScale: number;

@@ -98,10 +99,9 @@ maxWidth: number;

paddingX: number;
pan: boolean;
scrollForPan: boolean;
spacingHorizontal: number;
spacingVertical: number;
initialExpandLevel: number;
style?: (id: string) => string;
toggleRecursively: boolean;
zoom: boolean;
pan: boolean;
toggleRecursively: boolean;
style?: (id: string) => string;
}

@@ -108,0 +108,0 @@ export interface IAssets {

{
"name": "markmap-common",
"version": "0.17.1-alpha.4+12ca00a",
"version": "0.17.1",
"description": "",

@@ -37,3 +37,3 @@ "author": "",

},
"gitHead": "12ca00a934bba8e5a6176539a54d389786e04730"
"gitHead": "628f06a60d0c06f4d2f70b6df786ecb8b4124241"
}