🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nldoc/event-types

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nldoc/event-types - npm Package Compare versions

Comparing version
2.0.65
to
2.0.66
+4
-4
dist/events.d.ts

@@ -50,3 +50,3 @@ import { z } from 'zod';

code: z.ZodLiteral<"unexpected">;
}, z.core.$strict>]>;
}, z.core.$strict>], "code">;
export type ErrorContext = z.infer<typeof ErrorContext>;

@@ -67,3 +67,3 @@ export declare const ErrorEvent: z.ZodObject<{

code: z.ZodLiteral<"unexpected">;
}, z.core.$strict>]>;
}, z.core.$strict>], "code">;
}, z.core.$strip>;

@@ -110,4 +110,4 @@ export type ErrorEvent = z.infer<typeof ErrorEvent>;

code: z.ZodLiteral<"unexpected">;
}, z.core.$strict>]>;
}, z.core.$strip>]>;
}, z.core.$strict>], "code">;
}, z.core.$strip>], "type">;
export type Event = z.infer<typeof Event>;
{
"name": "@nldoc/event-types",
"version": "2.0.65",
"version": "2.0.66",
"description": "NLdoc's Type Definitions for Events",

@@ -5,0 +5,0 @@ "author": "NLdoc",