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

@anatine/zod-openapi

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anatine/zod-openapi - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

package.json
{
"name": "@anatine/zod-openapi",
"version": "1.6.0",
"version": "1.6.1",
"description": "Zod to OpenAPI converter",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -133,3 +133,5 @@ "use strict";

type: 'object',
additionalProperties: generateSchema(zodRef._def.valueType, useOutput),
additionalProperties: zodRef._def.valueType instanceof zod_1.z.ZodUnknown
? {}
: generateSchema(zodRef._def.valueType, useOutput),
}, ...schemas);

@@ -136,0 +138,0 @@ }

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