Socket
Socket
Sign inDemoInstall

@types/http-proxy

Package Overview
Dependencies
3
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.16.0 to 1.16.1

8

http-proxy/index.d.ts
// Type definitions for node-http-proxy 1.16
// Project: https://github.com/nodejitsu/node-http-proxy
// Definitions by: Maxime LUCE <https://github.com/SomaticIT>, Florian Oellerich <https://github.com/Raigen>
// Definitions by: Maxime LUCE <https://github.com/SomaticIT>
// Florian Oellerich <https://github.com/Raigen>
// Daniel Schmidt <https://github.com/DanielMSchmidt>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -169,5 +171,5 @@

/** URL string to be parsed with the url module. */
target?: string;
target?: ProxyTargetUrl;
/** URL string to be parsed with the url module. */
forward?: string;
forward?: ProxyTargetUrl;
/** Object to be passed to http(s).request. */

@@ -174,0 +176,0 @@ agent?: any;

{
"name": "@types/http-proxy",
"version": "1.16.0",
"version": "1.16.1",
"description": "TypeScript definitions for node-http-proxy",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "Raigen"
},
{
"name": "Daniel Schmidt",
"url": "https://github.com/DanielMSchmidt",
"githubUsername": "DanielMSchmidt"
}

@@ -22,3 +27,3 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},

@@ -30,4 +35,4 @@ "scripts": {},

},
"typesPublisherContentHash": "56a8c397f590a44dbd745999577d2478978459fd17da94bf913ba6b50dfc7b0c",
"typesPublisherContentHash": "e3845113259167ebad64f437003bf398adb4f1ef960c5c54ca79d34d18d7b640",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-proxy
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/http-proxy
Additional Details
* Last updated: Thu, 15 Feb 2018 21:25:40 GMT
* Last updated: Fri, 04 May 2018 23:55:55 GMT
* Dependencies: net, http, https, events, url, stream, node

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Maxime LUCE <https://github.com/SomaticIT>, Florian Oellerich <https://github.com/Raigen>.
These definitions were written by Maxime LUCE <https://github.com/SomaticIT>, Florian Oellerich <https://github.com/Raigen>, Daniel Schmidt <https://github.com/DanielMSchmidt>.
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