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

typedconverter

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedconverter - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

4

lib/validation.d.ts

@@ -0,4 +1,4 @@

import { TypeOverride } from "tinspector";
import { VisitorInvocation } from './invocation';
import { Result } from './visitor';
import { Class } from './types';
declare const RequiredValidator: unique symbol;

@@ -13,4 +13,4 @@ declare const PartialValidator: unique symbol;

declare function required(): import("tinspector").CustomPropertyDecorator;
declare function partial(type: Class): (...args: any[]) => void;
declare function partial(type: TypeOverride | ((x: any) => TypeOverride)): (...args: any[]) => void;
declare function validatorVisitor(i: VisitorInvocation): Result;
export { createValidation, required, partial, validatorVisitor, Validator, ValidatorDecorator, PartialValidator, RequiredValidator };
{
"name": "typedconverter",
"version": "2.3.4",
"version": "2.3.5",
"description": "Convert object into classes match with TypeScript type annotation",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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