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.15.5-alpha.1 to 0.15.5

6

dist/index.js

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

/*! markmap-lib v0.15.5-alpha.1+013bf59 | MIT License */
/*! markmap-lib v0.15.5 | MIT License */
'use strict';

@@ -12,3 +12,3 @@

const template = "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n<title>Markmap</title>\n<style>\n* {\n margin: 0;\n padding: 0;\n}\n#mindmap {\n display: block;\n width: 100vw;\n height: 100vh;\n}\n</style>\n<!--CSS-->\n</head>\n<body>\n<svg id=\"mindmap\"></svg>\n<!--JS-->\n</body>\n</html>\n" ;
const baseJsPaths = [`d3@${"7.8.5"}/dist/d3.min.js`, `markmap-view@${"0.15.5-alpha.1"}/dist/browser/index.js`];
const baseJsPaths = [`d3@${"7.8.5"}/dist/d3.min.js`, `markmap-view@${"0.15.5"}/dist/browser/index.js`];

@@ -470,3 +470,3 @@ const name$3 = 'katex';

const transformerVersions = {
'markmap-lib': '0.15.5-alpha.1+013bf59',
'markmap-lib': '0.15.5',
d3: "7.8.5"

@@ -473,0 +473,0 @@ };

{
"name": "markmap-lib",
"version": "0.15.5-alpha.1+013bf59",
"version": "0.15.5",
"description": "Visualize your Markdown as mindmaps with Markmap",

@@ -52,4 +52,4 @@ "author": "Gerald <gera2ld@live.com>",

"@types/remarkable": "^2.0.3",
"markmap-common": "0.15.5-alpha.1+013bf59",
"markmap-view": "0.15.5-alpha.1+013bf59",
"markmap-common": "0.15.5",
"markmap-view": "0.15.5",
"webfontloader": "^1.6.28"

@@ -79,3 +79,3 @@ },

},
"gitHead": "013bf59b71f2253dc54249c4a5a3097bf686494f"
"gitHead": "f7bda12b219cba3833dec1dae1daad14c3b53db6"
}

@@ -15,6 +15,6 @@ # markmap-lib

See [markmap-cli](https://github.com/gera2ld/markmap/tree/master/packages/markmap-cli) for command-line usage.
See [markmap-cli](https://github.com/markmap/markmap/tree/master/packages/markmap-cli) for command-line usage.
See [markmap-view](https://github.com/gera2ld/markmap/tree/master/packages/markmap-view) for rendering in browser.
See [markmap-view](https://github.com/markmap/markmap/tree/master/packages/markmap-view) for rendering in browser.
👉 [Read the documentation](https://markmap.js.org/docs) for more detail.

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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