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.23.0 to 0.23.1

4

dist/lib/converter/comments/discovery.js

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

// not the last one, since that will apply to the import or declaration.
const reverse = symbol.declarations?.some(ts.isSourceFile);
const reverse = !symbol.declarations?.some(ts.isSourceFile);
const discovered = [];

@@ -109,3 +109,3 @@ for (const decl of symbol.declarations || []) {

if (reverse) {
comments?.reverse();
comments.reverse();
}

@@ -112,0 +112,0 @@ const selectedDocComment = comments.find((ranges) => permittedRange(text, ranges, commentStyle));

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

@@ -6,0 +6,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