Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zod

Package Overview
Dependencies
Maintainers
2
Versions
364
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.20240409T032832 to 3.23.0-canary.20240409T033359

2

lib/types.d.ts

@@ -744,3 +744,3 @@ import { enumUtil } from "./helpers/enumUtil";

export declare type Indices<T> = Exclude<keyof T, ArrayKeys>;
export declare type EnumValues = [string, ...string[]];
export declare type EnumValues<T extends string = string> = [T, ...T[]];
export declare type Values<T extends EnumValues> = {

@@ -747,0 +747,0 @@ [k in T[number]]: k;

{
"name": "zod",
"version": "3.23.0-canary.20240409T032832",
"version": "3.23.0-canary.20240409T033359",
"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