Socket
Socket
Sign inDemoInstall

typedoc-plugin-missing-exports

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-plugin-missing-exports - npm Package Compare versions

Comparing version 0.22.4 to 0.22.5

2

index.js

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

// type declarations. We know nothing about it, so don't convert it.
if (symbol.name === "unknown" && symbol.flags & typedoc_1.TypeScript.SymbolFlags.Transient) {
if (symbol.flags & typedoc_1.TypeScript.SymbolFlags.Transient) {
return false;

@@ -140,0 +140,0 @@ }

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

@@ -10,7 +10,7 @@ "main": "./index.js",

"devDependencies": {
"@types/node": "^16.9.1",
"@types/node": "^16.11.10",
"ava": "^3.15.0",
"prettier": "^2.4.0",
"typedoc": "^0.22.3",
"typescript": "^4.4.3"
"prettier": "^2.4.1",
"typedoc": "^0.22.10",
"typescript": "^4.5.2"
},

@@ -17,0 +17,0 @@ "repository": {

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