Socket
Socket
Sign inDemoInstall

@rjsf/validator-ajv8

Package Overview
Dependencies
24
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.5.0 to 5.5.1

18

dist/validator-ajv8.cjs.development.js

@@ -111,12 +111,2 @@ 'use strict';

var AJV8Validator = /*#__PURE__*/function () {
/** The AJV instance to use for all validations
*
* @private
*/
/** The Localizer function to use for localizing Ajv errors
*
* @private
*/
/** Constructs an `AJV8Validator` instance using the `options`

@@ -128,3 +118,11 @@ *

function AJV8Validator(options, localizer) {
/** The AJV instance to use for all validations
*
* @private
*/
this.ajv = void 0;
/** The Localizer function to use for localizing Ajv errors
*
* @private
*/
this.localizer = void 0;

@@ -131,0 +129,0 @@ var additionalMetaSchemas = options.additionalMetaSchemas,

@@ -97,12 +97,2 @@ import toPath from 'lodash-es/toPath';

var AJV8Validator = /*#__PURE__*/function () {
/** The AJV instance to use for all validations
*
* @private
*/
/** The Localizer function to use for localizing Ajv errors
*
* @private
*/
/** Constructs an `AJV8Validator` instance using the `options`

@@ -114,3 +104,11 @@ *

function AJV8Validator(options, localizer) {
/** The AJV instance to use for all validations
*
* @private
*/
this.ajv = void 0;
/** The Localizer function to use for localizing Ajv errors
*
* @private
*/
this.localizer = void 0;

@@ -117,0 +115,0 @@ var additionalMetaSchemas = options.additionalMetaSchemas,

@@ -104,12 +104,2 @@ (function (global, factory) {

var AJV8Validator = /*#__PURE__*/function () {
/** The AJV instance to use for all validations
*
* @private
*/
/** The Localizer function to use for localizing Ajv errors
*
* @private
*/
/** Constructs an `AJV8Validator` instance using the `options`

@@ -121,3 +111,11 @@ *

function AJV8Validator(options, localizer) {
/** The AJV instance to use for all validations
*
* @private
*/
this.ajv = void 0;
/** The Localizer function to use for localizing Ajv errors
*
* @private
*/
this.localizer = void 0;

@@ -124,0 +122,0 @@ var additionalMetaSchemas = options.additionalMetaSchemas,

{
"name": "@rjsf/validator-ajv8",
"version": "5.5.0",
"version": "5.5.1",
"main": "dist/index.js",

@@ -39,9 +39,9 @@ "module": "dist/validator-ajv8.esm.js",

"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@rjsf/utils": "^5.5.0",
"@rjsf/utils": "^5.5.1",
"@types/jest-expect-message": "^1.1.0",

@@ -76,3 +76,3 @@ "@types/json-schema": "^7.0.9",

"license": "Apache-2.0",
"gitHead": "531aabd709d19c25ff6bd901b9e8757ab09c9346"
"gitHead": "a5017b6879816476e20953a9ea50bb40fad6d7e3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc