class-validator
Advanced tools
Comparing version 0.8.4 to 0.8.5
@@ -17,3 +17,2 @@ import { ValidationError } from "./validation/ValidationError"; | ||
export * from "./metadata/MetadataStorage"; | ||
export * from "./util/print-error"; | ||
/** | ||
@@ -20,0 +19,0 @@ * Validates given object. |
@@ -19,3 +19,2 @@ "use strict"; | ||
__export(require("./metadata/MetadataStorage")); | ||
__export(require("./util/print-error")); | ||
/** | ||
@@ -22,0 +21,0 @@ * Validates given object by object's decorators or given validation schema. |
{ | ||
"name": "class-validator", | ||
"private": false, | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"description": "Class-based validation with Typescript / ES6 / ES5 using decorators or validation schemas. Supports both node.js and browser", | ||
@@ -26,3 +26,2 @@ "license": "MIT", | ||
"dependencies": { | ||
"ansicolor": "1.1.71", | ||
"validator": "9.2.0" | ||
@@ -29,0 +28,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
425742
62
4110
- Removedansicolor@1.1.71
- Removedansicolor@1.1.71(transitive)