markmap-common
Advanced tools
Comparing version 0.17.3-alpha.3 to 0.17.3-beta.3
@@ -43,6 +43,11 @@ export interface IPureNode { | ||
depth: number; | ||
el: HTMLElement; | ||
x0: number; | ||
y0: number; | ||
/** DOM element size */ | ||
size: [width: number, height: number]; | ||
/** Position info */ | ||
rect: { | ||
x: number; | ||
y: number; | ||
width: number; | ||
height: number; | ||
}; | ||
} | ||
@@ -49,0 +54,0 @@ export type JSScriptItem = { |
{ | ||
"name": "markmap-common", | ||
"version": "0.17.3-alpha.3+89ad076", | ||
"version": "0.17.3-beta.3+c10bd44", | ||
"description": "", | ||
@@ -37,3 +37,3 @@ "author": "", | ||
}, | ||
"gitHead": "89ad076e313dd4c126aeafc49f052315755e8c0d" | ||
"gitHead": "c10bd4443841e8204380256cf0fccfc72abdde2f" | ||
} |
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
33553
1188