Socket
Socket
Sign inDemoInstall

@fastify/forwarded

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/forwarded - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

18

package.json
{
"name": "@fastify/forwarded",
"description": "Parse HTTP X-Forwarded-For header",
"version": "1.0.0",
"version": "2.0.0",
"contributors": [

@@ -15,8 +15,15 @@ "Matteo Collina <hello@matteocollina.com>",

],
"repository": "fastify/forwarded",
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/forwarded.git"
},
"bugs": {
"url": "https://github.com/fastify/forwarded/issues"
},
"homepage": "https://github.com/fastify/forwarded#readme",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
"standard": "^16.0.3",
"tap": "^14.11.0"
"standard": "^17.0.0",
"tap": "^16.0.0"
},

@@ -29,5 +36,2 @@ "files": [

],
"engines": {
"node": ">= 10"
},
"scripts": {

@@ -34,0 +38,0 @@ "bench": "node benchmark/index.js",

@@ -1,3 +0,7 @@

# @fastifyjs/forwarded
# @fastify/forwarded
![CI](https://github.com/fastify/forwarded/workflows/CI/badge.svg)
[![NPM version](https://img.shields.io/npm/v/@fastify/forwarded.svg?style=flat)](https://www.npmjs.com/package/@fastify/forwarded)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)
Parse HTTP X-Forwarded-For header.

@@ -17,3 +21,3 @@

```js
var forwarded = require('@fastifyjs/forwarded')
var forwarded = require('@fastify/forwarded')
```

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