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

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.6.5 to 0.6.6

2

package.json
{
"name": "ajv",
"version": "0.6.5",
"version": "0.6.6",
"description": "Another JSON Schema Validator",

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

@@ -87,3 +87,3 @@ # ajv - Another JSON Schema Validator

You can add additional formats and replace any of the formats above using [addFormat](#addformatstring-name-stringregexpfunction-format) method.
You can add additional formats and replace any of the formats above using [addFormat](#api-addformat) method.

@@ -161,3 +161,3 @@ You can find patterns used for format validation and the sources that were used in [formats.js](https://github.com/epoberezkin/ajv/blob/master/lib/compile/formats.js).

##### .addFormat(String name, String|RegExp|Function format)
##### <a name="api-addformat"></a>.addFormat(String name, String|RegExp|Function format)

@@ -164,0 +164,0 @@ Add custom format to validate strings. It can also be used to replace pre-defined formats for ajv instance.

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