🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@hyperline/zod

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperline/zod

TypeScript-first schema declaration and validation library with static type inference

3.24.101
latest
Source
npm
Version published
Weekly downloads
776
4.72%
Maintainers
4
Weekly downloads
 
Created
Source

Improved zod

Added features

  • ZodObject.validate()
  • ZodArray.validate()
  • ZodString.validate()

dev

  • This repo should be in sync with the official repo ( https://github.com/colinhacks/zod )
    • Whenever there are changes in the official repo, we should rebase our changes on top.
  • Every change we add should have tests
  • Every merge into the main branch will trigger a release, if the version in the package.json is modified

Version number

Keep the original version number, and add our version on the last 2 digits. X.Y.Znn -> nn being our version number

Example: If zod's version is 3.22.4, our first version will be 3.22.401, then 3.22.402 etc...

If zod's version is 3.22.10, our first version will be 3.22.1001

When we update zod, we can go back to 01 as our version number

Keywords

typescript

FAQs

Package last updated on 24 Jan 2025

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