class-validator
Advanced tools
Comparing version 0.10.0-rc.0 to 0.10.0-rc.1
{ | ||
"name": "class-validator", | ||
"private": false, | ||
"version": "0.10.0-rc.0", | ||
"version": "0.10.0-rc.1", | ||
"description": "Class-based validation with Typescript / ES6 / ES5 using decorators or validation schemas. Supports both node.js and browser", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -237,3 +237,2 @@ "use strict"; | ||
var validationError = _this.generateValidationError(value, subValue, index.toString()); | ||
console.log("VE", validationError); | ||
errors.push(validationError); | ||
@@ -240,0 +239,0 @@ _this.execute(subValue, targetSchema, validationError.children); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
467001
4391