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.12.0 to 1.12.1

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [1.12.1](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.12.0...zod-openapi-1.12.1) (2023-04-23)
## [1.12.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.11.1...zod-openapi-1.12.0) (2023-01-17)

@@ -7,0 +9,0 @@

2

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

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

@@ -68,2 +68,5 @@ "use strict";

break;
case 'datetime':
baseSchema.format = 'date-time';
break;
case 'length':

@@ -70,0 +73,0 @@ baseSchema.minLength = item.value;

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