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

@rjsf/validator-ajv6

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rjsf/validator-ajv6 - npm Package Compare versions

Comparing version 5.5.0 to 5.5.1

9

dist/validator-ajv6.cjs.development.js

@@ -78,7 +78,2 @@ 'use strict';

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

@@ -89,2 +84,6 @@ *

function AJV6Validator(options) {
/** The AJV instance to use for all validations
*
* @private
*/
this.ajv = void 0;

@@ -91,0 +90,0 @@ var additionalMetaSchemas = options.additionalMetaSchemas,

@@ -68,7 +68,2 @@ import toPath from 'lodash-es/toPath';

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

@@ -79,2 +74,6 @@ *

function AJV6Validator(options) {
/** The AJV instance to use for all validations
*
* @private
*/
this.ajv = void 0;

@@ -81,0 +80,0 @@ var additionalMetaSchemas = options.additionalMetaSchemas,

@@ -75,7 +75,2 @@ (function (global, factory) {

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

@@ -86,2 +81,6 @@ *

function AJV6Validator(options) {
/** The AJV instance to use for all validations
*
* @private
*/
this.ajv = void 0;

@@ -88,0 +87,0 @@ var additionalMetaSchemas = options.additionalMetaSchemas,

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

@@ -38,9 +38,9 @@ "module": "dist/validator-ajv6.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",

@@ -75,3 +75,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc