Socket
Socket
Sign inDemoInstall

@nestjs/swagger

Package Overview
Dependencies
Maintainers
2
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.8.1 to 4.8.2

3

dist/plugin/utils/plugin-utils.js

@@ -103,2 +103,5 @@ "use strict";

try {
if (path_1.isAbsolute(importPath)) {
throw {};
}
require.resolve(importPath);

@@ -105,0 +108,0 @@ return typeReference.replace('import', 'require');

16

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

@@ -36,18 +36,18 @@ "author": "Kamil Mysliwiec",

"@types/lodash": "4.14.170",
"@types/node": "14.17.3",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"@types/node": "14.17.4",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"eslint": "7.28.0",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"express": "4.17.1",
"fastify-swagger": "4.7.0",
"fastify-swagger": "4.8.1",
"husky": "6.0.0",
"jest": "26.6.3",
"lint-staged": "11.0.0",
"prettier": "2.3.1",
"prettier": "2.3.2",
"reflect-metadata": "0.1.13",
"release-it": "14.9.0",
"release-it": "14.10.0",
"swagger-parser": "10.0.2",

@@ -54,0 +54,0 @@ "swagger-ui-express": "4.1.6",

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