Socket
Socket
Sign inDemoInstall

@fastify/swagger

Package Overview
Dependencies
Maintainers
19
Versions
38
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 7.4.0 to 7.4.1

static/index.css

1

index.d.ts

@@ -92,2 +92,3 @@ import {FastifyPluginCallback, FastifySchema, onRequestHookHandler, preHandlerHookHandler} from 'fastify';

validatorUrl: string | null
supportedSubmitMethods: Array<'get' | 'post' | 'put' | 'delete' | 'patch' | 'options'>
}>

@@ -94,0 +95,0 @@

@@ -13,2 +13,3 @@ const fs = require('fs')

'index.html',
'index.css',
'oauth2-redirect.html',

@@ -15,0 +16,0 @@ 'swagger-initializer.js',

4

package.json
{
"name": "@fastify/swagger",
"version": "7.4.0",
"version": "7.4.1",
"description": "Serve Swagger/OpenAPI documentation for Fastify, supporting dynamic generation",

@@ -48,3 +48,3 @@ "main": "index.js",

"@fastify/helmet": "^9.0.0",
"@types/node": "^17.0.13",
"@types/node": "^18.0.0",
"fastify": "^4.0.0",

@@ -51,0 +51,0 @@ "fluent-json-schema": "^3.1.0",

@@ -17,2 +17,3 @@ import fastify from 'fastify';

layout: 'BaseLayout',
supportedSubmitMethods: ['get'],
};

@@ -19,0 +20,0 @@ const initOAuth: FastifySwaggerInitOAuthOptions = {

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