Socket
Socket
Sign inDemoInstall

@types/http-proxy-middleware

Package Overview
Dependencies
4
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.6 to 0.19.0

9

http-proxy-middleware/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for http-proxy-middleware 0.17
// Type definitions for http-proxy-middleware 0.19
// Project: https://github.com/chimurai/http-proxy-middleware

@@ -15,2 +15,3 @@ // Definitions by: Zebulon McCorkle <https://github.com/zebMcCorkle>

import * as httpProxy from "http-proxy";
import { Readable } from 'stream';

@@ -56,2 +57,3 @@ declare function proxy(config: proxy.Config): proxy.Proxy;

changeOrigin?: boolean;
preserveHeaderKeyCase?: boolean;
auth?: string;

@@ -62,4 +64,9 @@ hostRewrite?: string;

cookieDomainRewrite?: false | string | { [domain: string]: string };
cookiePathRewrite?: false | string | { [path: string]: string };
headers?: { [header: string]: string };
proxyTimeout?: number;
timeout?: number;
followRedirects?: boolean;
selfHandleResponse?: boolean;
buffer?: Readable;
/**

@@ -66,0 +73,0 @@ * @deprecated

6

http-proxy-middleware/package.json
{
"name": "@types/http-proxy-middleware",
"version": "0.17.6",
"version": "0.19.0",
"description": "TypeScript definitions for http-proxy-middleware",

@@ -19,3 +19,3 @@ "license": "MIT",

"main": "",
"types": "",
"types": "index",
"repository": {

@@ -31,4 +31,4 @@ "type": "git",

},
"typesPublisherContentHash": "55ca3960689ac88f09bfd7d6e9a42cf4bbbb781754e8890d5ecb6f3b08f03d74",
"typesPublisherContentHash": "12f6eb7fba0da1c5ee3580753962679add96d9aea9b1de0719f771ad60885f68",
"typeScriptVersion": "2.2"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 22 Oct 2018 19:29:30 GMT
* Last updated: Mon, 19 Nov 2018 02:14:42 GMT
* Dependencies: connect, http-proxy, node

@@ -14,0 +14,0 @@ * Global values: none

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