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
0
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.17.3-alpha.3 to 0.17.3-alpha.4

dist/plugins/katex/vendor.d.ts

2

dist/index.js

@@ -118,3 +118,3 @@ "use strict";

const transformerVersions = {
"markmap-lib": "0.17.3-alpha.3"
"markmap-lib": "0.17.3-alpha.4"
};

@@ -121,0 +121,0 @@ exports.Transformer = Transformer;

@@ -126,3 +126,3 @@ "use strict";

const transformerVersions = {
"markmap-lib": "0.17.3-alpha.3"
"markmap-lib": "0.17.3-alpha.4"
};

@@ -129,0 +129,0 @@ exports.Transformer = Transformer;

@@ -6,3 +6,3 @@ "use strict";

const hljs = require("highlight.js");
const katexPlugin = require("@vscode/markdown-it-katex");
const katexPluginModule = require("@vscode/markdown-it-katex");
function createTransformHooks(transformer) {

@@ -145,3 +145,3 @@ return {

const preloadScripts = [
`katex@${"0.16.11"}/dist/katex.min.js`
`katex@${"0.16.15"}/dist/katex.min.js`
].map((path) => markmapCommon.buildJSItem(path));

@@ -152,3 +152,3 @@ const webfontloader = markmapCommon.buildJSItem(

webfontloader.data.defer = true;
const styles = [`katex@${"0.16.11"}/dist/katex.min.css`].map(
const styles = [`katex@${"0.16.15"}/dist/katex.min.css`].map(
(path) => markmapCommon.buildCSSItem(path)

@@ -158,3 +158,3 @@ );

versions: {
katex: "0.16.11",
katex: "0.16.15",
webfontloader: "1.6.28"

@@ -199,2 +199,6 @@ },

};
function interop(mod) {
return mod.default || mod;
}
const katexPlugin = interop(katexPluginModule);
const plugin$1 = definePlugin({

@@ -201,0 +205,0 @@ name: name$2,

{
"name": "markmap-lib",
"version": "0.17.3-alpha.3+89ad076",
"version": "0.17.3-alpha.4+be55d82",
"description": "Visualize your Markdown as mindmaps with Markmap",

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

"build:js": "vite build && TARGET=nodeLight vite build && TARGET=browserEs vite build && TARGET=browserJs vite build",
"build": "run-s clean build:*",
"prepublishOnly": "run-s build",
"build": "pnpm clean && pnpm /^build:/",
"prepublishOnly": "pnpm build",
"test": "jest test"

@@ -65,3 +65,3 @@ },

"@types/markdown-it": "^14.0.0",
"markmap-common": "0.17.3-alpha.3+89ad076",
"markmap-common": "0.17.3-alpha.4+be55d82",
"webfontloader": "^1.6.28"

@@ -79,4 +79,4 @@ },

"markdown-it-sup": "^2.0.0",
"markmap-html-parser": "0.17.3-alpha.3+89ad076",
"markmap-view": "0.17.3-alpha.3+89ad076",
"markmap-html-parser": "0.17.3-alpha.4+be55d82",
"markmap-view": "0.17.3-alpha.4+be55d82",
"prismjs": "^1.29.0",

@@ -102,3 +102,3 @@ "yaml": "^2.5.1"

},
"gitHead": "89ad076e313dd4c126aeafc49f052315755e8c0d"
"gitHead": "be55d825cb73aab3d315dc2f4034ebe06a54759b"
}

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

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