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

@spinajs/validation

Package Overview
Dependencies
Maintainers
1
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/validation - npm Package Compare versions

Comparing version 2.0.63 to 2.0.64

2

lib/exceptions/index.d.ts

@@ -1,2 +0,2 @@

import { Exception } from '../../../exceptions/lib/index.js';
import { Exception } from '@spinajs/exceptions';
import { ErrorObject } from 'ajv';

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { Exception } from '../../../exceptions/lib/index.js';
import { Exception } from '@spinajs/exceptions';
/**

@@ -3,0 +3,0 @@ * The exception that is thrown when JSON entity is checked against schema and is invalid

@@ -6,2 +6,3 @@ import { Container, AsyncService } from '@spinajs/di';

import { ILog } from '@spinajs/log';
import './sources.js';
export declare class DataValidator extends AsyncService {

@@ -8,0 +9,0 @@ Options: IValidationOptions;

@@ -14,6 +14,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import { ValidationFailed } from './exceptions/index.js';
import { InvalidArgument, InvalidOperation } from '../../exceptions/lib/index.js';
import { InvalidArgument, InvalidOperation } from '@spinajs/exceptions';
import { SCHEMA_SYMBOL } from './decorators.js';
import { SchemaSource } from './types.js';
import { Logger } from '@spinajs/log';
// import default souces
import './sources.js';
import { default as ajvMergePath } from 'ajv-merge-patch';

@@ -20,0 +22,0 @@ import { default as ajvFormats } from 'ajv-formats';

{
"name": "@spinajs/validation",
"version": "2.0.63",
"version": "2.0.64",
"description": "validation library for spinajs framework",

@@ -44,6 +44,6 @@ "exports": "./lib/index.js",

"dependencies": {
"@spinajs/configuration": "^2.0.63",
"@spinajs/di": "^2.0.63",
"@spinajs/exceptions": "^2.0.63",
"@spinajs/log": "^2.0.63",
"@spinajs/configuration": "^2.0.64",
"@spinajs/di": "^2.0.64",
"@spinajs/exceptions": "^2.0.64",
"@spinajs/log": "^2.0.64",
"ajv": "^8.12.0",

@@ -50,0 +50,0 @@ "ajv-formats": "^2.1.1",

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