You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@types/express-serve-static-core

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.17.29 to 4.17.30

2

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

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

*
* res.redirect('back');
* res.redirect('/foo/bar');

@@ -990,2 +991,3 @@ * res.redirect('http://example.com');

redirect(status: number, url: string): void;
/** @deprecated use res.redirect(status, url) instead */
redirect(url: string, status: number): void;

@@ -992,0 +994,0 @@

4

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

@@ -59,4 +59,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core",

},
"typesPublisherContentHash": "9bccb33b6c7bda362e66b886d7b6830ee08d84b290259f722fc00ee1e1ba486e",
"typesPublisherContentHash": "665a90ee320582584fb9fdabf29a723892097c34c8eca8053e96b7368751cbc4",
"typeScriptVersion": "4.0"
}

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

### Additional Details
* Last updated: Tue, 14 Jun 2022 17:31:37 GMT
* Last updated: Tue, 26 Jul 2022 23:32:23 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc