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.3 to 2.3.4

2

lib/validation.js

@@ -24,3 +24,3 @@ "use strict";

function partial(type) {
return tinspector_1.mergeDecorator(tinspector_1.default.type(type, "Partial"), createValidation(PartialValidator));
return tinspector_1.mergeDecorator(tinspector_1.default.type(type), createValidation(PartialValidator));
}

@@ -27,0 +27,0 @@ exports.partial = partial;

{
"name": "typedconverter",
"version": "2.3.3",
"version": "2.3.4",
"description": "Convert object into classes match with TypeScript type annotation",

@@ -22,3 +22,3 @@ "main": "lib/index.js",

"@types/validator": "^13.0.0",
"tinspector": "^3.0.6",
"tinspector": "^3.1.0",
"tslib": "^2.0.0",

@@ -32,3 +32,3 @@ "validator": "^13.0.0"

"@types/jest": "^25.2.3",
"@types/lodash": "^4.14.152",
"@types/lodash": "^4.14.153",
"coveralls": "^3.1.0",

@@ -39,3 +39,3 @@ "ejs": "^3.1.3",

"ts-jest": "^26.0.0",
"ts-node": "^8.10.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.3"

@@ -42,0 +42,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