Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@socialtables/validate.js

Package Overview
Dependencies
Maintainers
52
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socialtables/validate.js

Declarative validations for JavaScript. Fork of https://github.com/ansman/validate.js with security fixes

latest
Source
npmnpm
Version
0.13.2
Version published
Maintainers
52
Created
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.

Archive Notice

As I do not work as a web developer professionally any longer I do not have the bandwidth to maintain this. This project will continue to live as is but no new features will be added and no bugs will be fixed. There are likely better and more modern alternatives around.

Building validate.js

Requirements

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

Build steps

  • git clone git@github.com:ansman/validate.js.git
  • cd validate.js
  • npm install
  • 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

validation

FAQs

Package last updated on 23 May 2025

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