Socket
Socket
Sign inDemoInstall

swagger-ui-express

Package Overview
Dependencies
0
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

4

index.js

@@ -60,2 +60,3 @@ 'use strict'

var serve = express.static(__dirname + '/static');
var serveWithOptions = options => express.static(__dirname + '/static', options);

@@ -80,3 +81,4 @@ var stringify = function (obj, prop) {

setup: setup,
serve: serve
serve: serve,
serveWithOptions: serveWithOptions
};
{
"name": "swagger-ui-express",
"version": "3.0.1",
"version": "3.0.2",
"description": "Swagger UI Express",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc