You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@fastify/swagger-ui

Package Overview
Dependencies
Maintainers
18
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.0 to 1.10.1

6

lib/swagger-initializer.js

@@ -37,4 +37,8 @@ 'use strict'

if (logoData && resConfig.layout === 'StandaloneLayout') {
const img = document.querySelector('#swagger-ui > section > div.topbar > div > div > a > img')
const link = document.querySelector('#swagger-ui > section > div.topbar > div > div > a')
const img = document.createElement('img')
img.height = 40
img.src = logoData
link.innerHTML = ''
link.appendChild(img)
}

@@ -41,0 +45,0 @@

2

package.json
{
"name": "@fastify/swagger-ui",
"version": "1.10.0",
"version": "1.10.1",
"description": "Serve Swagger-ui for Fastify",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc