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

markmap-common

Package Overview
Dependencies
Maintainers
1
Versions
61
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.13.3 to 0.13.4-alpha.1

2

dist/index.esm.js

@@ -1,2 +0,2 @@

/*! markmap-common v0.13.3 | MIT License */
/*! markmap-common v0.13.4-alpha.1+51f8ed9 | MIT License */
class Hook {

@@ -3,0 +3,0 @@ constructor() {

@@ -1,2 +0,2 @@

/*! markmap-common v0.13.3 | MIT License */
/*! markmap-common v0.13.4-alpha.1+51f8ed9 | MIT License */
'use strict';

@@ -3,0 +3,0 @@

{
"name": "markmap-common",
"version": "0.13.3",
"version": "0.13.4-alpha.1+51f8ed9",
"description": "",

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

},
"gitHead": "01d316cf6e7375cc3adfc94ccd257797fc0462db"
"gitHead": "51f8ed9512078ad6bd49932bd46c7c5646dbc7d8"
}

@@ -8,5 +8,9 @@ export interface IHierarchy<T> {

/**
* Whether the node's children are fold.
* The folding status of this node.
*
* 0 - not folded
* 1 - folded
* 2 - folded along with all its child nodes
*/
fold?: boolean;
fold?: number;
/**

@@ -111,3 +115,4 @@ * Index of list items.

spacingVertical: number;
initialExpandLevel: number;
style?: (id: string) => string;
}
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