Socket
Socket
Sign inDemoInstall

@nestjs/mapped-types

Package Overview
Dependencies
18
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.3.0

3

dist/type-helpers.utils.js

@@ -25,3 +25,4 @@ "use strict";

: classValidator.getFromContainer(classValidator.MetadataStorage);
const targetMetadata = metadataStorage.getTargetValidationMetadatas(parentClass, null);
const getTargetValidationMetadatasArgs = [parentClass, null, false, false];
const targetMetadata = metadataStorage.getTargetValidationMetadatas(...getTargetValidationMetadatasArgs);
return targetMetadata

@@ -28,0 +29,0 @@ .filter(({ propertyName }) => !isPropertyInherited || isPropertyInherited(propertyName))

{
"name": "@nestjs/mapped-types",
"version": "0.2.0",
"version": "0.3.0",
"description": "Nest - modern, fast, powerful node.js web framework (@mapped-types)",

@@ -27,10 +27,10 @@ "author": "Kamil Mysliwiec",

"@types/node": "7.10.8",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"@typescript-eslint/eslint-plugin": "4.14.0",
"@typescript-eslint/parser": "4.14.0",
"class-transformer": "0.3.2",
"class-validator": "0.12.2",
"eslint": "7.17.0",
"eslint-config-prettier": "7.1.0",
"class-validator": "0.13.1",
"eslint": "7.18.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.22.1",
"husky": "4.3.7",
"husky": "4.3.8",
"jest": "26.6.3",

@@ -48,3 +48,3 @@ "lint-staged": "10.5.3",

"class-transformer": "^0.2.0 || ^0.3.0",
"class-validator": "^0.11.1 || ^0.12.0",
"class-validator": "^0.11.1 || ^0.12.0 || ^0.13.0",
"reflect-metadata": "^0.1.12"

@@ -51,0 +51,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc