Socket
Socket
Sign inDemoInstall

@fastify/proxy-addr

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/proxy-addr - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

17

package.json
{
"name": "@fastify/proxy-addr",
"description": "Determine address of proxied request",
"version": "3.0.0",
"version": "4.0.0",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

@@ -12,5 +12,12 @@ "license": "MIT",

],
"repository": "fastify/proxy-addr",
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/proxy-addr.git"
},
"bugs": {
"url": "https://github.com/fastify/proxy-addr/issues"
},
"homepage": "https://github.com/fastify/proxy-addr#readme",
"dependencies": {
"@fastify/forwarded": "^1.0.0",
"@fastify/forwarded": "^2.0.0",
"ipaddr.js": "^2.0.0"

@@ -21,4 +28,4 @@ },

"benchmark": "2.1.4",
"standard": "^16.0.3",
"tap": "^14.11.0"
"standard": "^17.0.0",
"tap": "^16.0.0"
},

@@ -25,0 +32,0 @@ "files": [

# proxy-addr
![CI](https://github.com/fastify/proxy-addr/workflows/CI/badge.svg)
[![NPM version](https://img.shields.io/npm/v/@fastify/proxy-addr.svg?style=flat)](https://www.npmjs.com/package/@fastify/proxy-addr)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)
Determine address of proxied request.

@@ -4,0 +8,0 @@

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