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 2.0.0 to 2.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 2.0.1 (2023-07-29)
- Fixed memory leak when running in watch mode / packages mode, TypeStrong/typedoc#2339
### 2.0.0 (2023-04-15)

@@ -2,0 +6,0 @@

@@ -104,2 +104,3 @@ "use strict";

referencedSymbols.clear();
symbolToActiveRefl.clear();
}, void 0, 1e9);

@@ -106,0 +107,0 @@ }

12

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

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

"devDependencies": {
"@types/node": "^16.11.10",
"prettier": "^2.8.7",
"typedoc": "^0.24.2",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
"@types/node": "16",
"prettier": "3.0.0",
"typedoc": "^0.24.8",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},

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

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