New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zod-openapi

Package Overview
Dependencies
Maintainers
0
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zod-openapi - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2-beta.0

dist/extendZodSymbols.chunk.cjs

2

dist/extend.d.ts

@@ -1,1 +0,1 @@

export { currentSymbol, previousSymbol } from './extendZodTypes.js';
import './extendZodTypes.js';
import { z } from 'zod';
import './extendZodTypes.js';

@@ -3,0 +4,0 @@ declare function extendZodWithOpenApi(zod: typeof z): void;

import { ZodTypeAny, z, ZodObject } from 'zod';
import { CreationType } from './create/components.js';
import { currentSymbol, previousSymbol } from './extendZodSymbols.js';
import { HeaderObject as HeaderObject$1, SchemaObject as SchemaObject$1 } from './openapi3-ts/dist/model/openapi30.js';

@@ -8,4 +9,2 @@ import { ParameterObject, ExampleObject, ReferenceObject, HeaderObject, SchemaObject as SchemaObject$2 } from './openapi3-ts/dist/model/openapi31.js';

type ReplaceDate<T> = T extends Date ? Date | string : T;
declare const currentSymbol: unique symbol;
declare const previousSymbol: unique symbol;
/**

@@ -94,3 +93,1 @@ * zod-openapi metadata

}
export { currentSymbol, previousSymbol };
{
"name": "zod-openapi",
"version": "4.2.1",
"version": "4.2.2-beta.0",
"description": "Convert Zod Schemas to OpenAPI v3.x documentation",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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