Socket
Socket
Sign inDemoInstall

@types/express-serve-static-core

Package Overview
Dependencies
3
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.17.4 to 4.17.5

2

express-serve-static-core/index.d.ts

@@ -44,3 +44,3 @@ // Type definitions for Express 4.17

// Return type of qs.parse, the default query parser (https://expressjs.com/en/api.html#app-settings-property).
export interface Query { [key: string]: string | string[] | Query | Query[]; }
export interface Query { [key: string]: string | Query | Array<string | Query>; }

@@ -47,0 +47,0 @@ export interface RequestHandler<P extends Params = ParamsDictionary, ResBody = any, ReqBody = any, ReqQuery = Query> {

{
"name": "@types/express-serve-static-core",
"version": "4.17.4",
"version": "4.17.5",
"description": "TypeScript definitions for Express",

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

},
"typesPublisherContentHash": "6038623f6cdb2f445f18fe48374ba3e8703f40eb317a68e684a62313bf77af4d",
"typesPublisherContentHash": "6f11b0a320663b711f0a20e1d54b8ddeff4658036983278ea3c5f628de4950e3",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Wed, 08 Apr 2020 16:39:20 GMT
* Last updated: Wed, 15 Apr 2020 03:34:13 GMT
* Dependencies: [@types/range-parser](https://npmjs.com/package/@types/range-parser), [@types/node](https://npmjs.com/package/@types/node)

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

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