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

typedoc-plugin-markdown

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-plugin-markdown - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

4

dist/theme/helpers/parameter-table.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const plugin_1 = require("../../plugin");
const theme_docusaurus_1 = require("../theme.docusaurus");
const comment_1 = require("./comment");

@@ -23,3 +25,3 @@ const strip_line_breaks_1 = require("./strip-line-breaks");

`\`${parameter.flags.isRest ? '...' : ''}${parameter.name}${isOptional ? '?' : ''}\``,
typeOut.toString().replace(/\|/g, '\\|'),
typeOut.toString().replace(/\|/g, plugin_1.MarkdownPlugin.theme instanceof theme_docusaurus_1.DocusaurusTheme ? '|' : '\\|'),
];

@@ -26,0 +28,0 @@ if (hasDefaultValues) {

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

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

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