You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@types/express

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.17.15 to 4.17.16

7

express/index.d.ts

@@ -112,2 +112,3 @@ // Type definitions for Express 4.17

interface NextFunction extends core.NextFunction {}
interface Locals extends core.Locals {}
interface Request<

@@ -128,4 +129,6 @@ P = core.ParamsDictionary,

interface RequestParamHandler extends core.RequestParamHandler {}
export interface Response<ResBody = any, Locals extends Record<string, any> = Record<string, any>>
extends core.Response<ResBody, Locals> {}
interface Response<
ResBody = any,
Locals extends Record<string, any> = Record<string, any>
> extends core.Response<ResBody, Locals> {}
interface Router extends core.Router {}

@@ -132,0 +135,0 @@ interface Send extends core.Send {}

{
"name": "@types/express",
"version": "4.17.15",
"version": "4.17.16",
"description": "TypeScript definitions for Express",

@@ -43,4 +43,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express",

},
"typesPublisherContentHash": "a3b86a7c7eb6f9cd2c24e3ecba223a93a983155d3c2e3bdd1a9d006150af8455",
"typesPublisherContentHash": "d11eb6e6fa9b8300c36502ac43c9937dc56b8cb2799a3cac32548afc0e404298",
"typeScriptVersion": "4.2"
}

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

### Additional Details
* Last updated: Tue, 13 Dec 2022 23:33:24 GMT
* Last updated: Mon, 23 Jan 2023 21:32:41 GMT
* Dependencies: [@types/body-parser](https://npmjs.com/package/@types/body-parser), [@types/express-serve-static-core](https://npmjs.com/package/@types/express-serve-static-core), [@types/qs](https://npmjs.com/package/@types/qs), [@types/serve-static](https://npmjs.com/package/@types/serve-static)

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc