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.1 to 2.1.0

4

CHANGELOG.md

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

### 2.1.0 (2023-08-25)
- Added support for TypeDoc 0.25.x
### 2.0.1 (2023-07-29)

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

8

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

@@ -12,4 +12,4 @@ "main": "./index.js",

"prettier": "3.0.0",
"typedoc": "^0.24.8",
"typescript": "^5.1.6",
"typedoc": "^0.25.0",
"typescript": "^5.2.2",
"vitest": "^0.33.0"

@@ -28,3 +28,3 @@ },

"peerDependencies": {
"typedoc": "0.24.x"
"typedoc": "0.24.x || 0.25.x"
},

@@ -31,0 +31,0 @@ "scripts": {

@@ -5,3 +5,3 @@ # typedoc-plugin-missing-exports

> Supports TypeDoc 0.24.x
> Supports TypeDoc 0.24.x and 0.25.x

@@ -8,0 +8,0 @@ TypeDoc 0.20 switched from documenting each file individually to documenting based on entry points. TypeDoc looks at each provided entry point and documents all exports from that entry point.

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