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.14.2-alpha.0 to 0.14.2-alpha.2

8

dist/index.esm.js

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

/*! markmap-lib v0.14.2-alpha.0+518591b | MIT License */
/*! markmap-lib v0.14.2-alpha.2+3837810 | MIT License */
import _extends$1 from '@babel/runtime/helpers/esm/extends';

@@ -9,3 +9,3 @@ import { Remarkable } from 'remarkable';

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

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

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

@@ -680,3 +680,3 @@ data: {

const transformerVersions = {
'markmap-lib': '0.14.2-alpha.0+518591b',
'markmap-lib': '0.14.2-alpha.2+3837810',
d3: "6.7.0"

@@ -683,0 +683,0 @@ };

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

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

@@ -19,3 +19,3 @@

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

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

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

@@ -690,3 +690,3 @@ data: {

const transformerVersions = {
'markmap-lib': '0.14.2-alpha.0+518591b',
'markmap-lib': '0.14.2-alpha.2+3837810',
d3: "6.7.0"

@@ -693,0 +693,0 @@ };

{
"name": "markmap-lib",
"version": "0.14.2-alpha.0+518591b",
"version": "0.14.2-alpha.2+3837810",
"description": "Visualize your Markdown as mindmaps with Markmap",

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

"@types/remarkable": "^2.0.3",
"markmap-common": "^0.14.2-alpha.0+518591b",
"markmap-view": "^0.14.2-alpha.0+518591b",
"markmap-common": "^0.14.2-alpha.2+3837810",
"markmap-view": "^0.14.2-alpha.2+3837810",
"webfontloader": "^1.6.28"

@@ -62,3 +62,3 @@ },

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

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