You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

typedoc-plugin-markdown

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-plugin-markdown - npm Package Compare versions

Comparing version

to
2.1.6

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

const md = `---
id: '${getId(this)}'
id: ${getId(this)}
title: '${getTitle(this)}'

@@ -24,3 +24,3 @@ sidebar_label: '${getLabel(this)}'

const urlSplit = page.url.split('/');
return escapeYAMLString(urlSplit[urlSplit.length - 1].replace('.md', ''));
return urlSplit[urlSplit.length - 1].replace('.md', '');
}

@@ -27,0 +27,0 @@ function getLabel(page) {

{
"name": "typedoc-plugin-markdown",
"version": "2.1.5",
"version": "2.1.6",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",