New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fastify-vhost

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-vhost - npm Package Compare versions

Comparing version

to
1.3.4

10

package.json
{
"name": "fastify-vhost",
"version": "1.3.3",
"version": "1.3.4",
"description": "Proxy subdomain http requests to another server",

@@ -13,12 +13,12 @@ "main": "./lib",

"dependencies": {
"fastify": "^3.17.0",
"fastify-plugin": "^3.0.0",
"fastify": "^3.29.4",
"fastify-plugin": "^3.0.1",
"http-proxy": "^1.18.1"
},
"devDependencies": {
"fastify-multipart": "^5.3.0",
"fastify-multipart": "^5.4.0",
"pump": "^3.0.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"tap": "^16.0.1"
"tap": "^16.3.2"
},

@@ -25,0 +25,0 @@ "repository": {