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

markmap-lib

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markmap-lib - npm Package Compare versions

Comparing version 0.10.3-alpha.5 to 0.10.3-alpha.6

7

dist/index.esm.js

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

/*! markmap-lib v0.10.3-alpha.5+8515829 | MIT License */
/*! markmap-lib v0.10.3-alpha.6+534a5a1 | MIT License */
import { persistCSS, persistJS, wrapFunction, Hook } from 'markmap-common';

@@ -142,2 +142,7 @@ import _extends from '@babel/runtime/helpers/esm/extends';

htmltag: new Hook(),
/**
* Indicate that the last transformation is not complete for reasons like
* lack of resources and is called when it is ready for a new transformation.
*/
retransform: new Hook()

@@ -144,0 +149,0 @@ };

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

/*! markmap-lib v0.10.3-alpha.5+8515829 | MIT License */
/*! markmap-lib v0.10.3-alpha.6+534a5a1 | MIT License */
'use strict';

@@ -151,2 +151,7 @@

htmltag: new markmapCommon.Hook(),
/**
* Indicate that the last transformation is not complete for reasons like
* lack of resources and is called when it is ready for a new transformation.
*/
retransform: new markmapCommon.Hook()

@@ -153,0 +158,0 @@ };

4

package.json
{
"name": "markmap-lib",
"version": "0.10.3-alpha.5+8515829",
"version": "0.10.3-alpha.6+534a5a1",
"description": "Visualize your Markdown as mindmaps with Markmap",

@@ -51,3 +51,3 @@ "author": "Gerald <gera2ld@live.com>",

},
"gitHead": "85158292b8c4ec1a0c3e7a05f581c6ff00ecdefb"
"gitHead": "534a5a18990c542a0a5e128de10a749b2ef122cd"
}

@@ -5,3 +5,7 @@ import { IWrapContext, Hook } from 'markmap-common';

htmltag: Hook<(ctx: IWrapContext<any>) => void>;
/**
* Indicate that the last transformation is not complete for reasons like
* lack of resources and is called when it is ready for a new transformation.
*/
retransform: Hook<() => void>;
};

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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