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.17 to 4.17.18

16

express/index.d.ts

@@ -19,6 +19,6 @@ // Type definitions for Express 4.17

import * as bodyParser from 'body-parser';
import * as serveStatic from 'serve-static';
import * as core from 'express-serve-static-core';
import * as qs from 'qs';
import * as bodyParser from "body-parser";
import * as core from "express-serve-static-core";
import * as qs from "qs";
import * as serveStatic from "serve-static";

@@ -103,3 +103,3 @@ /**

ReqQuery = core.Query,
Locals extends Record<string, any> = Record<string, any>
Locals extends Record<string, any> = Record<string, any>,
> extends core.ErrorRequestHandler<P, ResBody, ReqBody, ReqQuery, Locals> {}

@@ -120,3 +120,3 @@ interface Express extends core.Express {}

ReqQuery = core.Query,
Locals extends Record<string, any> = Record<string, any>
Locals extends Record<string, any> = Record<string, any>,
> extends core.Request<P, ResBody, ReqBody, ReqQuery, Locals> {}

@@ -128,3 +128,3 @@ interface RequestHandler<

ReqQuery = core.Query,
Locals extends Record<string, any> = Record<string, any>
Locals extends Record<string, any> = Record<string, any>,
> extends core.RequestHandler<P, ResBody, ReqBody, ReqQuery, Locals> {}

@@ -134,3 +134,3 @@ interface RequestParamHandler extends core.RequestParamHandler {}

ResBody = any,
Locals extends Record<string, any> = Record<string, any>
Locals extends Record<string, any> = Record<string, any>,
> extends core.Response<ResBody, Locals> {}

@@ -137,0 +137,0 @@ interface Router extends core.Router {}

{
"name": "@types/express",
"version": "4.17.17",
"version": "4.17.18",
"description": "TypeScript definitions for Express",

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

},
"typesPublisherContentHash": "a4c3d98898199c22408b7c0662e85011cacce7899cd22a66275337ec40edac14",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "ded87c8062ca0c1458a29d8e8d3372e0ad8b5291a4e9c71a39298c22ba4113df",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Fri, 03 Feb 2023 21:32:47 GMT
* Last updated: Sat, 23 Sep 2023 17:07:22 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