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

class-validator

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

class-validator - npm Package Compare versions

Comparing version 0.10.0-rc.0 to 0.10.0-rc.1

2

package.json
{
"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

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