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 4.0.0 to 4.1.0

.github/dependabot.yml

2

index.js

@@ -16,2 +16,4 @@ /*!

module.exports = proxyaddr
module.exports.default = proxyaddr
module.exports.proxyaddr = proxyaddr
module.exports.all = alladdrs

@@ -18,0 +20,0 @@ module.exports.compile = compile

18

package.json
{
"name": "@fastify/proxy-addr",
"description": "Determine address of proxied request",
"version": "4.0.0",
"version": "4.1.0",
"main": "index.js",
"types": "types/index.d.ts",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

@@ -25,16 +27,16 @@ "license": "MIT",

"devDependencies": {
"@types/node": "^18.11.11",
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
"standard": "^17.0.0",
"tap": "^16.0.0"
"tap": "^16.0.0",
"tsd": "^0.25.0"
},
"files": [
"LICENSE",
"README.md",
"index.js"
],
"scripts": {
"bench": "node benchmark/index.js",
"test": "standard && tap"
"lint": "standard",
"test": "npm run test:unit && npm run test:typescript",
"test:typescript": "tsd",
"test:unit": "tap"
}
}

@@ -14,3 +14,3 @@ # proxy-addr

```sh
$ npm install @fastify/proxy-addr
$ npm i @fastify/proxy-addr
```

@@ -17,0 +17,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