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 2.0.1 to 2.0.2

.github/ISSUE_TEMPLATE.md

4

dist/explorers/api-security.explorer.d.ts
export declare const exploreGlobalApiSecurityMetadata: (metatype: any) => {
security: any[];
};
export declare const exploreApiSecurityMetadata: (instance: any, prototype: any, method: any) => {
security: any[];
};
export declare const exploreApiSecurityMetadata: (instance: any, prototype: any, method: any) => any[];

@@ -18,3 +18,3 @@ "use strict";

oauth2 && security.push({ oauth2 });
return security.length > 0 ? { security } : undefined;
return security.length > 0 ? security : undefined;
};
{
"name": "@nestjs/swagger",
"version": "2.0.1",
"version": "2.0.2",
"description":

@@ -5,0 +5,0 @@ "Nest - modern, fast, powerful node.js web framework (@swagger)",

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