🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

nestjs-crud-microservice-validation

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-crud-microservice-validation - npm Package Compare versions

Comparing version

to
2.1.2

1

lib/index.d.ts

@@ -5,2 +5,3 @@ import 'reflect-metadata';

export * from './decorators/rmq-transport-dto-type.decorator';
export * from './decorators/validate-if-related-only.decorator';
export * from './decorators/related-dto.decorator';

@@ -7,0 +8,0 @@ export { NestJSMicroserviceValidationException } from './validation/validation-errors';

@@ -19,2 +19,3 @@ "use strict";

__exportStar(require("./decorators/rmq-transport-dto-type.decorator"), exports);
__exportStar(require("./decorators/validate-if-related-only.decorator"), exports);
__exportStar(require("./decorators/related-dto.decorator"), exports);

@@ -21,0 +22,0 @@ var validation_errors_1 = require("./validation/validation-errors");

2

package.json
{
"name": "nestjs-crud-microservice-validation",
"version": "2.1.1",
"version": "2.1.2",
"description": "Decorator used to validate @NestJSX/CRUD request params, and data that is sending between micro-services using validation DTO or preset custom DTOs",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -8,3 +8,3 @@ # Summary

<b>Adding default validation to controller<</b>
<b>Adding default validation to controller</b>

@@ -11,0 +11,0 @@ In order to use the library, you need to add the `@MicroserviceValidation(@validationDTO: Class)` class decorator to a controller.

@@ -7,2 +7,3 @@ import 'reflect-metadata';

export * from './decorators/rmq-transport-dto-type.decorator';
export * from './decorators/validate-if-related-only.decorator';
export * from './decorators/related-dto.decorator';

@@ -9,0 +10,0 @@ export { NestJSMicroserviceValidationException } from './validation/validation-errors';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet