Socket
Socket
Sign inDemoInstall

@nestjs/swagger

Package Overview
Dependencies
Maintainers
3
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/swagger - npm Package Compare versions

Comparing version 4.6.0 to 4.6.1

8

dist/plugin/utils/ast-utils.js

@@ -99,3 +99,9 @@ "use strict";

execResult.length > 1) {
examplesResult.push(execResult[1]);
const example = execResult[1];
try {
examplesResult.push(JSON.parse(example));
}
catch (_a) {
examplesResult.push(example);
}
}

@@ -102,0 +108,0 @@ }

38

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

@@ -28,16 +28,16 @@ "author": "Kamil Mysliwiec",

"devDependencies": {
"@commitlint/cli": "9.1.2",
"@commitlint/config-angular": "9.1.2",
"@nestjs/common": "7.4.2",
"@nestjs/core": "7.4.2",
"@nestjs/platform-express": "7.4.2",
"@nestjs/platform-fastify": "7.4.2",
"@types/jest": "26.0.10",
"@types/lodash": "4.14.159",
"@commitlint/cli": "11.0.0",
"@commitlint/config-angular": "11.0.0",
"@nestjs/common": "7.4.4",
"@nestjs/core": "7.4.4",
"@nestjs/platform-express": "7.4.4",
"@nestjs/platform-fastify": "7.4.4",
"@types/jest": "26.0.14",
"@types/lodash": "4.14.161",
"@types/node": "11.15.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"@typescript-eslint/eslint-plugin": "4.1.1",
"@typescript-eslint/parser": "4.1.1",
"class-transformer": "0.3.1",
"class-validator": "0.12.2",
"eslint": "7.7.0",
"eslint": "7.9.0",
"eslint-config-prettier": "6.11.0",

@@ -47,11 +47,11 @@ "eslint-plugin-import": "2.22.0",

"fastify-swagger": "3.3.0",
"husky": "4.2.5",
"jest": "26.4.1",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"husky": "4.3.0",
"jest": "26.4.2",
"lint-staged": "10.4.0",
"prettier": "2.1.2",
"reflect-metadata": "0.1.13",
"release-it": "13.6.8",
"swagger-parser": "10.0.1",
"release-it": "14.0.3",
"swagger-parser": "10.0.2",
"swagger-ui-express": "4.1.4",
"ts-jest": "26.2.0",
"ts-jest": "26.4.0",
"typescript": "3.9.7"

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