json-schema-to-zod
Advanced tools
Comparing version 0.0.0-beta.1 to 0.1.0
{ | ||
"name": "json-schema-to-zod", | ||
"version": "0.0.0-beta.1", | ||
"version": "0.1.0", | ||
"description": "Converts JSON schema objects or files into Zod schemas", | ||
@@ -27,2 +27,3 @@ "main": "index.js", | ||
"@types/json-schema": "^7.0.9", | ||
"json-schema-ref-parser": "^9.0.9", | ||
"prettier": "^2.4.1" | ||
@@ -29,0 +30,0 @@ }, |
@@ -24,2 +24,3 @@ # Json-Schema-to-Zod | ||
- --name/-n [(optional) schema name in output] | ||
- --deref/-d [(optional) deref schemas before parsing] | ||
@@ -26,0 +27,0 @@ ### Programmatic |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
497
50
0
18462
3
25
1
+ Added@apidevtools/json-schema-ref-parser@9.0.9(transitive)
+ Added@jsdevtools/ono@7.1.3(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedcall-me-maybe@1.0.2(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedjson-schema-ref-parser@9.0.9(transitive)