Socket
Socket
Sign inDemoInstall

typedoc

Package Overview
Dependencies
11
Maintainers
5
Versions
305
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.24.0-beta.5 to 0.24.0-beta.6

2

dist/lib/converter/plugins/CommentPlugin.js

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

const propTags = comment.blockTags.filter((tag) => tag.tag === "@prop" || tag.tag === "@property");
comment.removeTags("@prop");
comment.removeTags("@property");
for (const prop of propTags) {

@@ -459,0 +461,0 @@ if (!prop.name)

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

* defining said options.
* @interface
*/

@@ -38,2 +39,3 @@ export type TypeDocOptions = {

* keys and values for mapped option types, and does not allow partials of flag values.
* @interface
*/

@@ -40,0 +42,0 @@ export type TypeDocOptionValues = {

2

package.json
{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.24.0-beta.5",
"version": "0.24.0-beta.6",
"homepage": "https://typedoc.org",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc