Socket
Socket
Sign inDemoInstall

zod

Package Overview
Dependencies
0
Maintainers
2
Versions
359
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.23.7 to 3.23.8

4

lib/types.d.ts

@@ -8,6 +8,6 @@ import { enumUtil } from "./helpers/enumUtil";

import { IssueData, StringValidation, ZodCustomIssue, ZodError, ZodErrorMap } from "./ZodError";
export declare type RefinementCtx = {
export interface RefinementCtx {
addIssue: (arg: IssueData) => void;
path: (string | number)[];
};
}
export declare type ZodRawShape = {

@@ -14,0 +14,0 @@ [k: string]: ZodTypeAny;

{
"name": "zod",
"version": "3.23.7",
"version": "3.23.8",
"author": "Colin McDonnell <colin@colinhacks.com>",

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

Sorry, the diff of this file is too big to display

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