You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@jackdbd/zod-schemas

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jackdbd/zod-schemas

Some [Zod](https://github.com/colinhacks/zod) schemas I reuse across projects.

2.2.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Zod schemas

npm version CI workflow Release to npmjs.com workflow Conventional Commits install size Socket Badge

Some Zod schemas I reuse across projects.

Table of Contents

Installation

npm install @jackdbd/zod-schemas

Development

Launch both the TypeScript compiler and the Node.js test runner in watch mode:

npm run dev

Build all TypeScript files with the TypeScript compiler, and all docs with TypeDoc and api-extractor + api-documenter:

npm run build

You can also build the TypeScript files and the docs separately:

npm run build:ts
npm run docs

Whenever you change the public API of this project, you need to run api-extractor with the --local flag:

npx api-extractor run --config ./config/api-extractor.json --verbose --local

Docs

Preview the documentation generated by TypeDoc:

npm run serve:docs

Note: it doesn't make much sense to preview the API docs generated by api-extractor + api-documenter. They are just a bunch of markdown files.

Keywords

schemas

FAQs

Package last updated on 22 Apr 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