Socket
Socket
Sign inDemoInstall

validate.js

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    validate.js

Declarative validations for JavaScript


Version published
Weekly downloads
314K
decreased by-8.36%
Maintainers
1
Install size
75.7 kB
Created
Weekly downloads
 

Readme

Source

validate.js

Validate.js provides a declarative way of validating javascript objects.

For documentation please see validatejs.org/.

For issues and feature requests visit the issue tracker.

Building validate.js

Requirements

  • node.js - Will probably work with most versions
  • grunt-cli

Build steps

  1. git clone git@github.com:ansman/validate.js.git
  2. cd validate.js
  3. npm install
  4. grunt build

This will build validate.min.js, validate.min.map and the docs folder.

Continuous testing

You can run continuous testing that runs the tests on file changes by running grunt watch or simply grunt.

If you want to just run the tests once you can do that by running grunt test.

Build status

Build Status Coverage Status

Contributing

Before opening a pull request please make sure your changes follow the contribution guidelines.

Users of validate.js

If your site, library or application uses validate.js and would like to be shown here please feel free to email info@validatejs.org with the name and optionally a URL to the project and it will be added here.

Keywords

FAQs

Last updated on 15 Jun 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc