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 4.0.0-next.49 to 4.0.0-next.50

3

dist/theme/resources/helpers/flatten-declarations.d.ts
import { DeclarationReflection } from 'typedoc';
/**
* Flattens declarations into a single array, useful for displaying items in tables.
*/
export declare function flattenDeclarations(props: DeclarationReflection[], includeSignatures?: boolean): any[];

@@ -5,2 +5,5 @@ "use strict";

const typedoc_1 = require("typedoc");
/**
* Flattens declarations into a single array, useful for displaying items in tables.
*/
function flattenDeclarations(props, includeSignatures = false) {

@@ -7,0 +10,0 @@ const flattenDeclarations = (current) => {

2

dist/theme/theme-render-context.js

@@ -5,4 +5,2 @@ "use strict";

const resources_1 = require("./resources");
/* start_imports */
/* end_imports */
/**

@@ -9,0 +7,0 @@ * The render context of the {@link MarkdownTheme}.

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

: text_mappings_1.SINGULAR_KIND_KEY_MAP[kindString];
return this.textMappings[key];
return this.textMappings[key] || kindString;
}

@@ -69,0 +69,0 @@ getTemplateMapping(kind, outputFileStrategyOverride) {

{
"name": "typedoc-plugin-markdown",
"version": "4.0.0-next.49",
"version": "4.0.0-next.50",
"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