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.18 to 4.17.19

5

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

@@ -41,2 +41,7 @@ // Type definitions for Express 4.17

(deferToNext: 'router'): void;
/**
* "Break-out" of a route by calling {next('route')};
* @see {https://expressjs.com/en/guide/using-middleware.html#middleware.application}
*/
(deferToNext: 'route'): void;
}

@@ -43,0 +48,0 @@

6

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

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

},
"typesPublisherContentHash": "60873d177898f88d23027366f6d52aec9d27759ca997fea4f7c6b9729356fc20",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "04a7fdec6461c3c59dd526fd0aa05b6e1cd8df4b4a0d0327c834087003ffbbbb",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Mon, 11 Jan 2021 22:13:26 GMT
* Last updated: Mon, 15 Mar 2021 17:47:32 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