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

class-validator

Package Overview
Dependencies
Maintainers
2
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.8.4 to 0.8.5

1

index.d.ts

@@ -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.

3

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

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