Socket
Socket
Sign inDemoInstall

@types/http-proxy

Package Overview
Dependencies
2
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.17.10 to 1.17.11

3

http-proxy/index.d.ts

@@ -73,4 +73,5 @@ // Type definitions for node-http-proxy 1.17

* @param port - Port to listen on
* @param hostname - The hostname to listen on
*/
listen(port: number): Server<TIncomingMessage, TServerResponse>;
listen(port: number, hostname?: string): Server<TIncomingMessage, TServerResponse>;

@@ -77,0 +78,0 @@ /**

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

@@ -45,4 +45,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-proxy",

},
"typesPublisherContentHash": "15640e1828ff9696bca89b4df02ad632eb05d58e80b3b838f9599ae2b3049e2b",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "09755a617424e003f20520df0294c295f1403b2e76833c83438eb45c953f9e51",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Wed, 22 Feb 2023 14:02:29 GMT
* Last updated: Tue, 25 Apr 2023 20:02:48 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/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