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.0.38 to 4.0.39

9

express/index.d.ts

@@ -5,3 +5,3 @@ // Type definitions for Express 4.x

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
// TypeScript Version: 2.2

@@ -80,8 +80,3 @@ /* =================== USAGE ===================

interface NextFunction extends core.NextFunction { }
interface Request<
Body = any,
Query = any,
Params = any,
Cookies = any
> extends core.Request<Body, Query, Params, Cookies> { }
interface Request extends core.Request { }
interface RequestHandler extends core.RequestHandler { }

@@ -88,0 +83,0 @@ interface RequestParamHandler extends core.RequestParamHandler { }

{
"name": "@types/express",
"version": "4.0.38",
"version": "4.0.39",
"description": "TypeScript definitions for Express",

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

},
"typesPublisherContentHash": "32dc234bc1b9e25982326a18a6f8d09e9fd40e678721ea07f2d82d89d8ec3f45",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "51446cee04134591547aa8f623ea4a6dabeccd7870b7684f00dccb7d4f289bc6",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Wed, 25 Oct 2017 00:19:45 GMT
* Last updated: Thu, 26 Oct 2017 19:31:19 GMT
* Dependencies: body-parser, serve-static, express-serve-static-core

@@ -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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc