Socket
Socket
Sign inDemoInstall

fastify-static

Package Overview
Dependencies
37
Maintainers
16
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.6.0 to 4.6.1

4

index.js

@@ -99,4 +99,6 @@ 'use strict'

}
pathnameForSend = pathnameForSend + pathname + '.' + getEncodingExtension(encoding)
} else {
pathnameForSend = pathname + '.' + getEncodingExtension(encoding)
}
pathnameForSend = pathname + '.' + getEncodingExtension(encoding)
}

@@ -103,0 +105,0 @@ }

{
"name": "fastify-static",
"version": "4.6.0",
"version": "4.6.1",
"description": "Plugin for serving static files as fast as possible.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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