@types/http-proxy-middleware
Advanced tools
Comparing version 0.17.6 to 0.19.0
@@ -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 |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5581
73