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-alpha.4

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-alpha.4+be55d82",
"description": "",

@@ -11,4 +11,4 @@ "author": "",

"build:js": "vite build",
"build": "run-s clean build:*",
"prepublishOnly": "run-s build"
"build": "pnpm clean && pnpm /^build:/",
"prepublishOnly": "pnpm build"
},

@@ -38,3 +38,3 @@ "main": "dist/index.js",

},
"gitHead": "89ad076e313dd4c126aeafc49f052315755e8c0d"
"gitHead": "be55d825cb73aab3d315dc2f4034ebe06a54759b"
}
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