Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

markmap-common

Package Overview
Dependencies
Maintainers
0
Versions
60
Alerts
File Explorer

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.3-alpha.3 to 0.17.3-beta.3

11

dist/types/common.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc