Socket
Socket
Sign inDemoInstall

zod

Package Overview
Dependencies
Maintainers
2
Versions
361
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zod - npm Package Compare versions

Comparing version 3.23.0-canary.20240416T210423 to 3.23.0-canary.20240416T222410

8

lib/types.d.ts

@@ -563,5 +563,5 @@ import { enumUtil } from "./helpers/enumUtil";

}, UnknownKeys, Catchall>;
partial<Mask extends {
partial<Mask extends util.Exactly<{
[k in keyof T]?: true;
}>(mask: Mask): ZodObject<objectUtil.noNever<{
}, Mask>>(mask: Mask): ZodObject<objectUtil.noNever<{
[k in keyof T]: k extends keyof Mask ? ZodOptional<T[k]> : T[k];

@@ -572,5 +572,5 @@ }>, UnknownKeys, Catchall>;

}, UnknownKeys, Catchall>;
required<Mask extends {
required<Mask extends util.Exactly<{
[k in keyof T]?: true;
}>(mask: Mask): ZodObject<objectUtil.noNever<{
}, Mask>>(mask: Mask): ZodObject<objectUtil.noNever<{
[k in keyof T]: k extends keyof Mask ? deoptional<T[k]> : T[k];

@@ -577,0 +577,0 @@ }>, UnknownKeys, Catchall>;

{
"name": "zod",
"version": "3.23.0-canary.20240416T210423",
"version": "3.23.0-canary.20240416T222410",
"author": "Colin McDonnell <colin@colinhacks.com>",

@@ -5,0 +5,0 @@ "repository": {

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