Socket
Socket
Sign inDemoInstall

typedoc

Package Overview
Dependencies
11
Maintainers
5
Versions
297
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.25.6 to 0.25.7

4

dist/lib/converter/symbols.js

@@ -279,4 +279,3 @@ "use strict";

}
convertFunctionProperties(scope, symbol, type);
return typescript_1.default.SymbolFlags.NamespaceModule;
return convertFunctionProperties(scope, symbol, type);
}

@@ -577,2 +576,3 @@ // getDeclaredTypeOfSymbol gets the INSTANCE type

convertSymbols(context, type.getProperties());
return typescript_1.default.SymbolFlags.NamespaceModule;
}

@@ -579,0 +579,0 @@ }

@@ -90,6 +90,3 @@ "use strict";

// aliasSymbol check is important - #2468
if (typeOrNode.isUnion() &&
typeOrNode.origin &&
!typeOrNode.origin.isUnion() &&
!typeOrNode.aliasSymbol) {
if (typeOrNode.isUnion() && typeOrNode.origin && !typeOrNode.aliasSymbol) {
return convertType(context, typeOrNode.origin);

@@ -96,0 +93,0 @@ }

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

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc