New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typedoc-plugin-zod

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-plugin-zod

TypeDoc plugin which replaces z.infer<typeof x> with the inferred type

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17K
increased by21.22%
Maintainers
0
Weekly downloads
 
Created
Source

typedoc-plugin-zod

Improves display of types created with Zod's z.infer and z.input types.

Usage

npm install --save-dev typedoc-plugin-zod
// typedoc.json
{
    "plugin": ["typedoc-plugin-zod"]
}

See an example of this plugin in action.

Change Log

v1.2.0 (2024-06-22)

  • Support TypeDoc 0.26.

v1.1.2 (2024-01-06)

  • Added support for the z.input type, #3.

v1.1.1 (2023-12-26)

  • Fixed conversion of symbols where the same name is used for a type and variable, #2.

v1.1.0

  • Add support for TypeDoc 0.25.x

v1.0.2

  • Update peer dependency to allow TypeDoc 0.24

v1.0.1

  • Add GitHub links to NPM package

Keywords

FAQs

Package last updated on 22 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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