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

zod-to-json-schema

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zod-to-json-schema - npm Package Compare versions

Comparing version 3.18.2 to 3.19.0

1

changelog.md

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

| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 3.19.0 | No new features added in Zod, parity bump |
| 3.18.2 | Fixes support for native enums |

@@ -7,0 +8,0 @@ | 3.18.1 | Add strictUnions options |

6

package.json
{
"name": "zod-to-json-schema",
"version": "3.18.2",
"version": "3.19.0",
"description": "Converts Zod schemas to Json Schemas",

@@ -34,3 +34,3 @@ "main": "index.js",

"peerDependencies": {
"zod": "^3.18.0"
"zod": "^3.19.0"
},

@@ -47,5 +47,5 @@ "devDependencies": {

"typescript": "^4.4.3",
"zod": "^3.18.0"
"zod": "^3.19.0"
},
"types": "index.d.ts"
}
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