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 1.1.0 to 1.1.1

2

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

@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec",

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

static setup(path, app, document) {
const { express } = app;
express.use(path, swaggerUi.serve, swaggerUi.setup(document));
app.use(path, swaggerUi.serve, swaggerUi.setup(document));
}

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