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

fastify-swagger

Package Overview
Dependencies
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-swagger - npm Package Compare versions

Comparing version 0.7.1 to 0.8.0

4

dynamic.js

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

const securityDefinitions = opts.swagger.securityDefinitions || null
const security = opts.swagger.security || null

@@ -74,2 +75,5 @@ if (opts.exposeRoute === true) {

}
if (security) {
swaggerObject.security = security
}

@@ -76,0 +80,0 @@ swaggerObject.paths = {}

6

package.json
{
"name": "fastify-swagger",
"version": "0.7.1",
"version": "0.8.0",
"description": "Generate Swagger files automatically for Fastify.",

@@ -26,7 +26,7 @@ "main": "index.js",

"devDependencies": {
"fastify": "^1.1.1",
"fastify": "^1.2.1",
"fs-extra": "^5.0.0",
"standard": "^11.0.0",
"swagger-parser": "^4.0.2",
"swagger-ui-dist": "3.13.0",
"swagger-ui-dist": "3.13.2",
"tap": "^11.1.3"

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