Socket
Socket
Sign inDemoInstall

typedoc-plugin-missing-exports

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.22.5 to 0.22.6

6

index.js

@@ -140,4 +140,10 @@ "use strict";

}
// This is something inside the special Node `Globals` interface. Don't convert it
// because TypeDoc will reasonably assert that "Property" means that a symbol should be
// inside something that can have properties.
if (symbol.flags & typedoc_1.TypeScript.SymbolFlags.Property) {
return false;
}
return true;
}
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "typedoc-plugin-missing-exports",
"version": "0.22.5",
"version": "0.22.6",
"description": "Include non-exported types in TypeDoc documentation",

@@ -5,0 +5,0 @@ "main": "./index.js",

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