Socket
Socket
Sign inDemoInstall

@types/connect

Package Overview
Dependencies
2
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.33 to 3.4.34

9

connect/index.d.ts

@@ -14,3 +14,2 @@ // Type definitions for connect v3.4.0

* Create a new connect server.
* @public
*/

@@ -54,6 +53,6 @@ declare function createServer(): createServer.Server;

* not be invoked for _/_, or _/posts_.
*
* @public
*/
use(fn: NextHandleFunction): Server;
use(fn: HandleFunction): Server;
use(route: string, fn: NextHandleFunction): Server;
use(route: string, fn: HandleFunction): Server;

@@ -64,4 +63,2 @@

* the middleware stack.
*
* @private
*/

@@ -91,4 +88,2 @@ handle(req: http.IncomingMessage, res: http.ServerResponse, next: Function): void;

* https.createServer(options, app).listen(443);
*
* @api public
*/

@@ -95,0 +90,0 @@ listen(port: number, hostname?: string, backlog?: number, callback?: Function): http.Server;

{
"name": "@types/connect",
"version": "3.4.33",
"version": "3.4.34",
"description": "TypeScript definitions for connect",

@@ -29,4 +29,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "d19c4861b6d43a27e57437c43e111f73cb2ba46b364d4f737a8ba379b4f4eddb",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "2fd2f6a2f7b9371cdb60b971639b4d26989e6035dc30fb0ad12e72645dcb002d",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Tue, 17 Dec 2019 13:27:31 GMT
* Last updated: Tue, 08 Dec 2020 20:44:59 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

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

# Credits
These definitions were written by Maxime LUCE (https://github.com/SomaticIT), and Evan Hahn (https://github.com/EvanHahn).
These definitions were written by [Maxime LUCE](https://github.com/SomaticIT), and [Evan Hahn](https://github.com/EvanHahn).

Sorry, the diff of this file is not supported yet

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