Socket
Socket
Sign inDemoInstall

fast-proxy

Package Overview
Dependencies
7
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.2 to 1.6.3

4

index.js

@@ -112,6 +112,8 @@ 'use strict'

// set origin response code
res.statusCode = statusCode
if (onResponse) {
onResponse(req, res, stream)
} else {
res.statusCode = statusCode
pump(stream, res)

@@ -118,0 +120,0 @@ }

{
"name": "fast-proxy",
"version": "1.6.2",
"version": "1.6.3",
"description": "Forward your HTTP request to another server.",

@@ -37,16 +37,16 @@ "main": "index.js",

"devDependencies": {
"0http": "^2.2.4",
"0http": "^2.5.2",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"fastify": "^2.13.1",
"fastify": "^2.15.1",
"fastify-reply-from": "^2.1.0",
"follow-redirects": "^1.11.0",
"h2url": "^0.2.0",
"http-proxy": "^1.18.0",
"mocha": "^7.1.1",
"http-proxy": "^1.18.1",
"mocha": "^7.2.0",
"nock": "^12.0.3",
"nyc": "^15.0.1",
"nyc": "^15.1.0",
"pem": "^1.14.4",
"restana": "^4.3.2",
"standard": "^14.3.3",
"restana": "^4.6.1",
"standard": "^14.3.4",
"supertest": "^4.0.2"

@@ -58,5 +58,5 @@ },

"semver": "^7.3.2",
"tiny-lru": "^7.0.2",
"undici": "^0.5.0"
"tiny-lru": "^7.0.6",
"undici": "^1.0.3"
}
}
# fast-proxy
[![NPM version](https://img.shields.io/npm/v/fast-proxy.svg?style=flat)](https://www.npmjs.com/package/fast-proxy)
[![Greenkeeper badge](https://badges.greenkeeper.io/fastify/fast-proxy.svg)](https://greenkeeper.io/)
Node.js framework agnostic library that enables you to forward an http request to another HTTP server.

@@ -6,0 +5,0 @@ Supported protocols: HTTP, HTTPS, HTTP2

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc