@fastify/ajv-compiler
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -5,2 +5,3 @@ 'use strict' | ||
const AjvJTD = require('ajv/dist/jtd') | ||
const fastUri = require('fast-uri') | ||
@@ -13,2 +14,3 @@ const AjvReference = Symbol.for('fastify.ajv-compiler.reference') | ||
removeAdditional: true, | ||
uriResolver: fastUri, | ||
// Explicitly set allErrors to `false`. | ||
@@ -15,0 +17,0 @@ // When set to `true`, a DoS attack is possible. |
{ | ||
"name": "@fastify/ajv-compiler", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Build and manage the AJV instances for the fastify framework", | ||
@@ -47,4 +47,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"ajv": "^8.6.2", | ||
"ajv-formats": "^2.1.1" | ||
"ajv": "^8.10.0", | ||
"ajv-formats": "^2.1.1", | ||
"fast-uri": "^1.0.1" | ||
}, | ||
@@ -51,0 +52,0 @@ "tsd": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31942
764
3
+ Addedfast-uri@^1.0.1
+ Addedfast-uri@1.0.1(transitive)
Updatedajv@^8.10.0