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

@rescriptbr/reschema

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rescriptbr/reschema

Schema validation made easy for ReScript

  • 3.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
54
decreased by-56.45%
Maintainers
4
Weekly downloads
 
Created
Source


What is this?FeaturesInstallationDocumentationLive demo (with ReForm)


What is this? 💡

ReSchema is a schema builder for ReScript. We created ReSchema to be deadly simple, leveraging ReScript's powerful typesytem. Schemas created with ReSchema are nothing more than constructors built-in in the language itself with a small size footprint.

Features ⚡

  • Schema validation using GADT's
  • Built-in validators
  • Type-safe validation
  • I18n support
  • Regex support
  • Custom validations

Installation 📦

yarn add @rescriptbr/reschema

and then, add ReSchema as a dependency in your bsconfig.json

{
  ...
  "bs-dependencies": [
    "@rescriptbr/reschema"
  ],
}

Documentation 🔎

FAQs

Package last updated on 30 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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