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

markmap-common

Package Overview
Dependencies
Maintainers
1
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.14.2-alpha.0 to 0.14.2-alpha.2

2

dist/index.esm.js

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

/*! markmap-common v0.14.2-alpha.0+518591b | MIT License */
/*! markmap-common v0.14.2-alpha.2+3837810 | MIT License */
class Hook {

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

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

/*! markmap-common v0.14.2-alpha.0+518591b | MIT License */
/*! markmap-common v0.14.2-alpha.2+3837810 | MIT License */
'use strict';

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

{
"name": "markmap-common",
"version": "0.14.2-alpha.0+518591b",
"version": "0.14.2-alpha.2+3837810",
"description": "",

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

},
"gitHead": "518591b51ec505addc238f00be97a280af7341f3"
"gitHead": "383781072bc17aa572b0cdffcfcf8d2d38d69f39"
}

@@ -102,2 +102,3 @@ export interface IHierarchy<T> {

color?: string[];
colorFreezeLevel?: number;
duration?: number;

@@ -108,2 +109,4 @@ maxWidth?: number;

extraCss?: string[];
zoom?: boolean;
pan?: boolean;
}

@@ -124,3 +127,5 @@ export interface IMarkmapOptions {

initialExpandLevel: number;
zoom: boolean;
pan: boolean;
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