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

fastest-validator

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastest-validator - npm Package Versions

1
46

0.6.11

Diff

Changelog

Source

0.6.11 (2018-10-25)

Changes

  • performance improvements by @andersnm
  • rewritten schema compiling by @andersnm

<a name="0.6.10"></a>

icebob
published 0.6.10 •

Changelog

Source

0.6.10 (2018-06-25)

Changes

  • fix #27 - multiple optional validators

<a name="0.6.9"></a>

icebob
published 0.6.9 •

Changelog

Source

0.6.9 (2018-06-07)

Changes

  • fix #25 - multiple optional validators
  • Add new enum rule
        { type: "enum", values: ["male", "female"] }
    

<a name="0.6.7"></a>

icebob
published 0.6.8 •

icebob
published 0.6.7 •

Changelog

Source

0.6.7 (2018-05-29)

Changes

  • supports multiple object validators #22 by @mauricedoepke
    const schema = {
        list: [
            { 
                type: "object",
                props: {
                    name: {type: "string"},
                    age: {type: "number"},
                } 
            },
            { 
                type: "object",
                props: {
                    country: {type: "string"},
                    code: {type: "string"},
                } 
            }
        ]
    };
    

<a name="0.6.6"></a>

icebob
published 0.6.6 •

Changelog

Source

0.6.6 (2018-04-04)

icebob
published 0.6.5 •

icebob
published 0.6.4 •

icebob
published 0.6.3 •

icebob
published 0.6.2 •

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