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.8 to 4.17.9

4

express/index.d.ts

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

import * as bodyParser from "body-parser";
import serveStatic = require("serve-static");
import * as serveStatic from "serve-static";
import * as core from "express-serve-static-core";

@@ -60,3 +60,3 @@ import * as qs from "qs";

*/
var static: typeof serveStatic;
var static: serveStatic.RequestHandlerConstructor<Response>;

@@ -63,0 +63,0 @@ /**

{
"name": "@types/express",
"version": "4.17.8",
"version": "4.17.9",
"description": "TypeScript definitions for Express",

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

},
"typesPublisherContentHash": "96005d6f6692d0f0137502480774a884f89e10f2b3d6fc74e5f9e69501336a5f",
"typeScriptVersion": "3.1"
"typesPublisherContentHash": "7ab86361b26b09c4776f6242516a0597c3d2fe95d50942d8b6934633c75e5ac0",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Tue, 01 Sep 2020 13:46:08 GMT
* Last updated: Wed, 11 Nov 2020 01:01:11 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)

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