Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

http-proxy

Package Overview
Dependencies
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-proxy - npm Package Compare versions

Comparing version 1.12.1 to 1.13.0

2

lib/http-proxy/common.js

@@ -91,3 +91,3 @@ var common = exports,

//
outgoingPath = !options.ignorePath ? outgoingPath : '/';
outgoingPath = !options.ignorePath ? outgoingPath : '';

@@ -94,0 +94,0 @@ outgoing.path = common.urlJoin(targetPath, outgoingPath);

{
"name": "http-proxy",
"version": "1.12.1",
"version": "1.13.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -333,3 +333,3 @@ <p align="center">

* **prependPath**: true/false, Default: true - specify whether you want to prepend the target's path to the proxy path
* **ignorePath**: true/false, Default: false - specify whether you want to ignore the proxy path of the incoming request
* **ignorePath**: true/false, Default: false - specify whether you want to ignore the proxy path of the incoming request (note: you will have to append / manually if required).
* **localAddress**: Local interface string to bind for outgoing connections

@@ -461,3 +461,3 @@ * **changeOrigin**: true/false, Default: false - changes the origin of the host header to the target URL

>
>Copyright (c) 2010 - 2013 Nodejitsu Inc.
>Copyright (c) 2010 - 2016 Nodejitsu Inc.
>

@@ -464,0 +464,0 @@ >Permission is hereby granted, free of charge, to any person obtaining a copy

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