Socket
Socket
Sign inDemoInstall

typedoc

Package Overview
Dependencies
Maintainers
5
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc - npm Package Compare versions

Comparing version 0.24.0 to 0.24.1

2

dist/lib/converter/comments/parser.js

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

lexer.release();
if (content.some((part) => part.kind === "code")) {
if (content.some((part) => part.kind === "code" && part.text.startsWith("```"))) {
return blockContent(comment, lexer, config, warning);

@@ -180,0 +180,0 @@ }

@@ -62,2 +62,3 @@ import type { Theme as ShikiTheme } from "shiki";

compilerOptions: unknown;
plugin: string[];
entryPoints: string[];

@@ -74,5 +75,9 @@ entryPointStrategy: typeof EntryPointStrategy;

excludeReferences: boolean;
externalSymbolLinkMappings: ManuallyValidatedOption<Record<string, Record<string, string>>>;
media: string;
includes: string;
name: string;
includeVersion: boolean;
disableSources: boolean;
sourceLinkTemplate: string;
gitRevision: string;
gitRemote: string;
readme: string;
out: string;

@@ -87,17 +92,9 @@ json: string;

markedOptions: unknown;
name: string;
includeVersion: boolean;
disableSources: boolean;
basePath: string;
excludeTags: `@${string}`[];
readme: string;
cname: string;
sourceLinkTemplate: string;
gitRevision: string;
gitRemote: string;
htmlLang: string;
githubPages: boolean;
cacheBust: boolean;
gaID: string;
hideGenerator: boolean;
cacheBust: boolean;
searchInComments: boolean;

@@ -108,8 +105,21 @@ cleanOutputDir: boolean;

sidebarLinks: ManuallyValidatedOption<Record<string, string>>;
jsDocCompatibility: JsDocCompatibility;
visibilityFilters: ManuallyValidatedOption<{
protected?: boolean;
private?: boolean;
inherited?: boolean;
external?: boolean;
[tag: `@${string}`]: boolean;
}>;
searchCategoryBoosts: ManuallyValidatedOption<Record<string, number>>;
searchGroupBoosts: ManuallyValidatedOption<Record<string, number>>;
commentStyle: typeof CommentStyle;
useTsLinkResolution: boolean;
jsDocCompatibility: JsDocCompatibility;
blockTags: `@${string}`[];
inlineTags: `@${string}`[];
modifierTags: `@${string}`[];
excludeTags: `@${string}`[];
externalSymbolLinkMappings: ManuallyValidatedOption<Record<string, Record<string, string>>>;
media: string;
includes: string;
categorizeByGroup: boolean;

@@ -120,24 +130,14 @@ defaultCategory: string;

kindSortOrder: ReflectionKind.KindString[];
visibilityFilters: ManuallyValidatedOption<{
protected?: boolean;
private?: boolean;
inherited?: boolean;
external?: boolean;
[tag: `@${string}`]: boolean;
}>;
searchCategoryBoosts: ManuallyValidatedOption<Record<string, number>>;
searchGroupBoosts: ManuallyValidatedOption<Record<string, number>>;
treatWarningsAsErrors: boolean;
treatValidationWarningsAsErrors: boolean;
intentionallyNotExported: string[];
validation: ValidationOptions;
requiredToBeDocumented: ReflectionKind.KindString[];
watch: boolean;
preserveWatchOutput: boolean;
skipErrorChecking: boolean;
help: boolean;
version: boolean;
showConfig: boolean;
plugin: string[];
logLevel: typeof LogLevel;
treatWarningsAsErrors: boolean;
treatValidationWarningsAsErrors: boolean;
intentionallyNotExported: string[];
validation: ValidationOptions;
requiredToBeDocumented: ReflectionKind.KindString[];
skipErrorChecking: boolean;
}

@@ -144,0 +144,0 @@ /**

{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.24.0",
"version": "0.24.1",
"homepage": "https://typedoc.org",

@@ -6,0 +6,0 @@ "exports": {

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