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.2-alpha.0 to 0.15.2-alpha.1

14

dist/index.js

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

/*! markmap-lib v0.15.2-alpha.0+3e3da98 | MIT License */
/*! markmap-lib v0.15.2-alpha.1+6800b6d | MIT License */
'use strict';

@@ -15,3 +15,3 @@

const name$3 = 'katex';
const preloadScripts = [`katex@${"0.16.8"}/dist/katex.min.js`].map(path => markmapCommon.buildJSItem(path));
const preloadScripts$1 = [`katex@${"0.16.8"}/dist/katex.min.js`].map(path => markmapCommon.buildJSItem(path));
const webfontloader = markmapCommon.buildJSItem(`webfontloader@${"1.6.28"}/webfontloader.js`);

@@ -25,3 +25,3 @@ webfontloader.data.defer = true;

},
preloadScripts,
preloadScripts: preloadScripts$1,
scripts: [{

@@ -171,3 +171,6 @@ type: 'iife',

const name = 'hljs';
const styles = [`highlight.js@${"11.8.0"}/styles/default.css`].map(path => markmapCommon.buildCSSItem(path));
const preloadScripts = [`@highlightjs/cdn-assets@${"11.8.0"}/highlight.min.js`].map(path => markmapCommon.buildJSItem(path));
const styles = [`@highlightjs/cdn-assets@${"11.8.0"}/styles/default.min.css`
// `highlight.js@${"11.8.0"}/styles/default.css`,
].map(path => markmapCommon.buildCSSItem(path));
const config = {

@@ -177,2 +180,3 @@ versions: {

},
preloadScripts,
styles

@@ -469,3 +473,3 @@ };

const transformerVersions = {
'markmap-lib': '0.15.2-alpha.0+3e3da98',
'markmap-lib': '0.15.2-alpha.1+6800b6d',
d3: "7.8.5"

@@ -472,0 +476,0 @@ };

{
"name": "markmap-lib",
"version": "0.15.2-alpha.0+3e3da98",
"version": "0.15.2-alpha.1+6800b6d",
"description": "Visualize your Markdown as mindmaps with Markmap",

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

"devDependencies": {
"@highlightjs/cdn-assets": "^11.8.0",
"@types/remarkable": "^2.0.3",

@@ -78,3 +79,3 @@ "markmap-common": "0.15.0",

},
"gitHead": "3e3da98311de8c23efd74f08919a960fa87956b8"
"gitHead": "6800b6db7cde4b2a27175091eeccc8abbf7fadba"
}

@@ -6,3 +6,4 @@ export declare const name = "hljs";

};
preloadScripts: import("markmap-common").JSScriptItem[];
styles: import("markmap-common").CSSStylesheetItem[];
};

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