You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

schema-to-yup

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.5 to 1.10.6

5

package.json
{
"name": "schema-to-yup",
"version": "1.10.5",
"version": "1.10.6",
"publishConfig": {

@@ -52,3 +52,4 @@ "access": "public"

"graphql",
"typedef"
"typedef",
"avro"
],

@@ -55,0 +56,0 @@ "scripts": {

4

Readme.md

@@ -12,4 +12,6 @@ # Schema to Yup schema

It also supports some extra convenience schema properties that make it more "smooth" to define validation requirements declaratively (see below).
Recently basic [Avro](https://avro.apache.org/docs/current/spec.html) schema support has been added as well. You can easily add support for your own custom schema formats.
We also supports some extra convenience schema properties that make it more "smooth" to define validation requirements declaratively (see below).
According to the JSON schema specs, you are free to add extra metadata to the field schema definitions beyond those supported "natively".

@@ -16,0 +18,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc