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

@fastify/ajv-compiler

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/ajv-compiler - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

2

index.js

@@ -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.

7

package.json
{
"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

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