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

@anatine/zod-openapi

Package Overview
Dependencies
Maintainers
1
Versions
46
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.0.1 to 1.1.0

8

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

@@ -24,7 +24,7 @@ "main": "src/index.js",

"dependencies": {
"ts-deepmerge": "^1.0.8",
"validator": "^13.6.0"
"ts-deepmerge": "^1.1.0",
"validator": "^13.7.0"
},
"peerDependencies": {
"zod": "^3.10.3",
"zod": "^3.11.6",
"openapi3-ts": "^2.0.1"

@@ -31,0 +31,0 @@ },

@@ -70,3 +70,3 @@ "use strict";

case 'regex':
baseSchema.regex = item.regex;
baseSchema.pattern = item.regex.source;
break;

@@ -73,0 +73,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