Socket
Socket
Sign inDemoInstall

@jackdbd/zod-schemas

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

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.


Version published
Maintainers
1
Install size
687 kB
Created

Changelog

Source

2.2.0 (2024-04-22)

Features

  • upgrade zod and rebuild (11fa3a4)

Readme

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

FAQs

Last updated on 22 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc