Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koa2-swagger-ui

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa2-swagger-ui - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

1

lib/index.js

@@ -18,2 +18,3 @@ const path = require('path');

swaggerVersion: json.devDependencies['swagger-ui'],
hideTopbar: false,
};

@@ -20,0 +21,0 @@

2

package.json
{
"name": "koa2-swagger-ui",
"version": "2.3.1",
"version": "2.4.0",
"description": "Swagger UI middleware for koa",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -42,3 +42,4 @@ # koa2-swagger-ui

showRequestHeaders: false,
swaggerVersion: 'x.x.x' // read from package.json
swaggerVersion: 'x.x.x' // read from package.json,
hideTopbar: false, // hide swagger top bar

@@ -45,0 +46,0 @@ },

Sorry, the diff of this file is not supported yet

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