New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typedoc-plugin-markdown

Package Overview
Dependencies
Maintainers
1
Versions
253
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 3.13.3 to 3.13.4

5

dist/resources/helpers/type-parameter-table.js

@@ -23,2 +23,3 @@ "use strict";

const rows = parameters.map((parameter) => {
var _a, _b;
const row = [];

@@ -43,4 +44,4 @@ row.push(`\`${parameter.name}\``);

if (hasComments) {
if (parameter.comment) {
row.push((0, utils_1.stripLineBreaks)(Handlebars.helpers.returns(parameter.comment)).replace(/\|/g, '\\|'));
if ((_a = parameter.comment) === null || _a === void 0 ? void 0 : _a.summary) {
row.push((0, utils_1.stripLineBreaks)(Handlebars.helpers.comment((_b = parameter.comment) === null || _b === void 0 ? void 0 : _b.summary)).replace(/\|/g, '\\|'));
}

@@ -47,0 +48,0 @@ else {

2

package.json
{
"name": "typedoc-plugin-markdown",
"version": "3.13.3",
"version": "3.13.4",
"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