Socket
Socket
Sign inDemoInstall

zod

Package Overview
Dependencies
0
Maintainers
2
Versions
360
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.23.0-canary.20240315T001949 to 3.23.0-canary.20240319T231349

2

lib/types.d.ts

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

data: Output;
error?: never;
};

@@ -43,2 +44,3 @@ export declare type SafeParseError<Input> = {

error: ZodError<Input>;
data?: never;
};

@@ -45,0 +47,0 @@ export declare type SafeParseReturnType<Input, Output> = SafeParseSuccess<Output> | SafeParseError<Input>;

2

package.json
{
"name": "zod",
"version": "3.23.0-canary.20240315T001949",
"version": "3.23.0-canary.20240319T231349",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc