Socket
Socket
Sign inDemoInstall

ajv

Package Overview
Dependencies
Maintainers
1
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajv - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "ajv",
"version": "0.3.0",
"version": "0.3.1",
"description": "Another JSON schema Validator",

@@ -5,0 +5,0 @@ "main": "lib/ajv.js",

@@ -1,9 +0,9 @@

# ajv - Another JSON schema Validator
# ajv - Another JSON Schema Validator
One of the fastest JSON schema validators. It uses [doT templates](https://github.com/olado/doT) to generate super-fast validating functions.
One of the fastest JSON Schema validators. It uses [doT templates](https://github.com/olado/doT) to generate super-fast validating functions.
## JSON-schema standard
## JSON Schema standard
ajv implements full JSON-schema draft 4 standard:
ajv implements full [JSON Schema draft 4](http://json-schema.org/) standard:

@@ -13,3 +13,3 @@ - all validation keywords

- correct string lengths for strings with unicode pairs (can be turned off)
- formats defined by JSON-schema (can be turned off)
- formats defined by JSON Schema draft 4 standard (can be turned off)

@@ -16,0 +16,0 @@ ajv passes all the tests from [JSON Schema Test Suite](https://github.com/json-schema/JSON-Schema-Test-Suite) (apart from the one that requires that `1.0` is not an integer).

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