Socket
Socket
Sign inDemoInstall

@types/express-serve-static-core

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/express-serve-static-core - npm Package Compare versions

Comparing version 4.17.6 to 4.17.7

6

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

@@ -36,4 +36,8 @@ // Type definitions for Express 4.17

export interface NextFunction {
// tslint:disable-next-line callable-types (In ts2.1 it thinks the type alias has no call signatures)
(err?: any): void;
/**
* "Break-out" of a router by calling {next('router')};
* @see {https://expressjs.com/en/guide/using-middleware.html#middleware.router}
*/
(deferToNext: "router"): void;
}

@@ -40,0 +44,0 @@

4

express-serve-static-core/package.json
{
"name": "@types/express-serve-static-core",
"version": "4.17.6",
"version": "4.17.7",
"description": "TypeScript definitions for Express",

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

},
"typesPublisherContentHash": "184fe9ace554efe986c5b1e2644baa356cce7f6a053e8e146704b3bf68b5c0d3",
"typesPublisherContentHash": "0fb17d543edecbce65088b45ab8c72be4c2039074fea5a9da768facac6d43d42",
"typeScriptVersion": "2.9"
}

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

### Additional Details
* Last updated: Tue, 05 May 2020 16:44:21 GMT
* Last updated: Thu, 07 May 2020 20:32:34 GMT
* Dependencies: [@types/range-parser](https://npmjs.com/package/@types/range-parser), [@types/qs](https://npmjs.com/package/@types/qs), [@types/node](https://npmjs.com/package/@types/node)

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc