Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@nestjs/common

Package Overview
Dependencies
16
Maintainers
1
Versions
358
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.4.2 to 9.4.3

4

package.json
{
"name": "@nestjs/common",
"version": "9.4.2",
"version": "9.4.3",
"description": "Nest - modern, fast, powerful node.js web framework (@common)",

@@ -22,3 +22,3 @@ "author": "Kamil Mysliwiec",

"iterare": "1.2.1",
"tslib": "2.5.2",
"tslib": "2.5.3",
"uid": "2.0.2"

@@ -25,0 +25,0 @@ },

@@ -6,2 +6,3 @@ "use strict";

const index_1 = require("../index");
const core_1 = require("../decorators/core");
const http_error_by_code_util_1 = require("../utils/http-error-by-code.util");

@@ -46,6 +47,6 @@ /**

ParseEnumPipe = tslib_1.__decorate([
(0, index_1.Injectable)(),
tslib_1.__param(1, (0, index_1.Optional)()),
(0, core_1.Injectable)(),
tslib_1.__param(1, (0, core_1.Optional)()),
tslib_1.__metadata("design:paramtypes", [Object, Object])
], ParseEnumPipe);
exports.ParseEnumPipe = ParseEnumPipe;
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc