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

markmap-lib

Package Overview
Dependencies
Maintainers
1
Versions
144
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.13.4 to 0.13.5-alpha.0

4

dist/index.esm.js

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

/*! markmap-lib v0.13.4 | MIT License */
/*! markmap-lib v0.13.5-alpha.0+5f11dcc | MIT License */
import _extends from '@babel/runtime/helpers/esm/extends';

@@ -11,3 +11,3 @@ import { persistCSS, persistJS, wrapFunction, Hook } from 'markmap-common';

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 BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.4"}`].map(src => ({
const BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.5-alpha.0+5f11dcc"}`].map(src => ({
type: 'script',

@@ -14,0 +14,0 @@ data: {

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

/*! markmap-lib v0.13.4 | MIT License */
/*! markmap-lib v0.13.5-alpha.0+5f11dcc | MIT License */
'use strict';

@@ -21,3 +21,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 BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.4"}`].map(src => ({
const BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.5-alpha.0+5f11dcc"}`].map(src => ({
type: 'script',

@@ -24,0 +24,0 @@ data: {

{
"name": "markmap-lib",
"version": "0.13.4",
"version": "0.13.5-alpha.0+5f11dcc",
"description": "Visualize your Markdown as mindmaps with Markmap",

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

"@types/remarkable": "^2.0.3",
"markmap-view": "^0.13.4",
"markmap-view": "^0.13.5-alpha.0+5f11dcc",
"webfontloader": "^1.6.28"

@@ -51,3 +51,3 @@ },

},
"gitHead": "e79b7c21735205fa02b96d48a564561c9c2ba09f"
"gitHead": "5f11dcc8115a3e5ce4f39815dac4a844bc925f21"
}

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