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

optimal

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

optimal

A system for building and validating defined object structures.

  • 1.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
43K
decreased by-6.05%
Maintainers
1
Weekly downloads
 
Created
Source

Optimal

Build Status

A system for building and validating defined object structures, like argument options, configuration files, data bags, validation fields, and more! Runs checks in development, and strips checks in production using dead code elimination.

  • Recursively builds and validates nested structures.
  • Supports common data types.
  • Autofills missing fields with default values.
  • Allows or restricts unknown fields.
  • Mark fields as nullable or required.
  • Handles complex operators like AND, OR, and XOR.

Requirements

  • Node 8.9 (server)
  • IE 11+ (browser)

Installation

yarn add optimal
// OR
npm install optimal --save

Documentation

Will write eventually...

Keywords

FAQs

Package last updated on 02 Sep 2018

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