Socket
Socket
Sign inDemoInstall

@fastify/static

Package Overview
Dependencies
Maintainers
19
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/static - npm Package Compare versions

Comparing version 6.6.0 to 6.6.1

2

index.js

@@ -7,3 +7,3 @@ 'use strict'

const glob = require('glob')
const send = require('send')
const send = require('@fastify/send')
const contentDisposition = require('content-disposition')

@@ -10,0 +10,0 @@ const fp = require('fastify-plugin')

{
"name": "@fastify/static",
"version": "6.6.0",
"version": "6.6.1",
"description": "Plugin for serving static files as fast as possible.",

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

"readable-stream": "^4.0.0",
"send": "^0.18.0"
"@fastify/send": "^1.0.0"
},

@@ -58,3 +58,3 @@ "devDependencies": {

"tap": "^16.0.0",
"tsd": "^0.24.1"
"tsd": "^0.25.0"
},

@@ -61,0 +61,0 @@ "tsd": {

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

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