New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sw-class-validator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sw-class-validator - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

1

index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="es6-shim" />
import { ValidationError } from "./validation/ValidationError";

@@ -3,0 +2,0 @@ import { ValidatorOptions } from "./validation/ValidatorOptions";

2

package.json
{
"name": "sw-class-validator",
"private": false,
"version": "1.0.4",
"version": "1.0.5",
"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",

@@ -1,2 +0,1 @@

/// <reference types="es6-shim" />
import { Validator } from "./Validator";

@@ -3,0 +2,0 @@ import { ValidationError } from "./ValidationError";

@@ -1,2 +0,1 @@

/// <reference types="es6-shim" />
import { ValidationMetadata } from "../metadata/ValidationMetadata";

@@ -3,0 +2,0 @@ import { ValidationError } from "./ValidationError";

@@ -1,2 +0,1 @@

/// <reference types="es6-shim" />
import { ValidationArguments } from "./ValidationArguments";

@@ -3,0 +2,0 @@ /**

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