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.2 to 4.17.3

3

express/index.d.ts

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

// China Medical University Hospital <https://github.com/CMUH>
// Puneet Arora <https://github.com/puneetar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -103,3 +104,3 @@ // TypeScript Version: 2.3

interface RequestParamHandler extends core.RequestParamHandler { }
export interface Response extends core.Response { }
export interface Response<ResBody = any> extends core.Response<ResBody> { }
interface Router extends core.Router { }

@@ -106,0 +107,0 @@ interface Send extends core.Send { }

{
"name": "@types/express",
"version": "4.17.2",
"version": "4.17.3",
"description": "TypeScript definitions for Express",

@@ -16,6 +16,11 @@ "license": "MIT",

"githubUsername": "CMUH"
},
{
"name": "Puneet Arora",
"url": "https://github.com/puneetar",
"githubUsername": "puneetar"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -32,4 +37,4 @@ "type": "git",

},
"typesPublisherContentHash": "8b71f3f86019a2933648e51284d5f964f1c64717b31814b1311316de4e68790e",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "3c5eb756cb320608cab3b3623c0be6270e9d470f33151e8a17ae593e98b2e9fc",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express.
Additional Details
* Last updated: Fri, 01 Nov 2019 17:24:49 GMT
* Dependencies: @types/body-parser, @types/serve-static, @types/express-serve-static-core
### 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)
* Global values: none
# Credits
These definitions were written by Boris Yankov <https://github.com/borisyankov>, and China Medical University Hospital <https://github.com/CMUH>.
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).
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