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

@types/express - npm Package Compare versions

Comparing version 4.17.3 to 4.17.4

7

express/index.d.ts

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

// Puneet Arora <https://github.com/puneetar>
// Dylan Frankland <https://github.com/dfrankland>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -23,2 +24,3 @@ // TypeScript Version: 2.3

import * as core from "express-serve-static-core";
import * as qs from "qs";

@@ -67,2 +69,7 @@ /**

/**
* This is a built-in middleware function in Express. It parses incoming request query parameters.
*/
export function query(options: qs.IParseOptions | typeof qs.parse): Handler;
export function Router(options?: RouterOptions): core.Router;

@@ -69,0 +76,0 @@

10

express/package.json
{
"name": "@types/express",
"version": "4.17.3",
"version": "4.17.4",
"description": "TypeScript definitions for Express",

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "puneetar"
},
{
"name": "Dylan Frankland",
"url": "https://github.com/dfrankland",
"githubUsername": "dfrankland"
}

@@ -35,6 +40,7 @@ ],

"@types/express-serve-static-core": "*",
"@types/qs": "*",
"@types/serve-static": "*"
},
"typesPublisherContentHash": "3c5eb756cb320608cab3b3623c0be6270e9d470f33151e8a17ae593e98b2e9fc",
"typesPublisherContentHash": "ebe0948d1568a4e4a90eacb8cc722f4a7d90cf05bc984c01d9a08e414dc852cd",
"typeScriptVersion": "2.8"
}

6

express/README.md

@@ -11,7 +11,7 @@ # Installation

### Additional Details
* Last updated: Tue, 03 Mar 2020 18:55:02 GMT
* Dependencies: [@types/body-parser](https://npmjs.com/package/@types/body-parser), [@types/serve-static](https://npmjs.com/package/@types/serve-static), [@types/express-serve-static-core](https://npmjs.com/package/@types/express-serve-static-core)
* Last updated: Tue, 31 Mar 2020 23:15:32 GMT
* Dependencies: [@types/body-parser](https://npmjs.com/package/@types/body-parser), [@types/serve-static](https://npmjs.com/package/@types/serve-static), [@types/express-serve-static-core](https://npmjs.com/package/@types/express-serve-static-core), [@types/qs](https://npmjs.com/package/@types/qs)
* Global values: none
# Credits
These definitions were written by [Boris Yankov](https://github.com/borisyankov), [China Medical University Hospital](https://github.com/CMUH), and [Puneet Arora](https://github.com/puneetar).
These definitions were written by [Boris Yankov](https://github.com/borisyankov), [China Medical University Hospital](https://github.com/CMUH), [Puneet Arora](https://github.com/puneetar), and [Dylan Frankland](https://github.com/dfrankland).
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