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.25 to 4.17.26

2

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

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

/** Clear cookie `name`. */
clearCookie(name: string, options?: any): this;
clearCookie(name: string, options?: CookieOptions): this;

@@ -925,0 +925,0 @@ /**

{
"name": "@types/express-serve-static-core",
"version": "4.17.25",
"version": "4.17.26",
"description": "TypeScript definitions for Express",

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

},
"typesPublisherContentHash": "27e92d4781ac4cfd1732e3265ee8d997fe2cd34690a15a56530c354585b90be9",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "af1a1483cb4061f6cea5ccf7d028b1fa9edc8d6da8dab118844e29ce3beb9bd4",
"typeScriptVersion": "3.8"
}

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

### Additional Details
* Last updated: Tue, 09 Nov 2021 10:01:27 GMT
* Last updated: Tue, 30 Nov 2021 01:01:03 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

@@ -832,3 +832,3 @@ // This extracts the core definitions from express to prevent a circular dependency between express and serve-static

/** Clear cookie `name`. */
clearCookie(name: string, options?: any): this;
clearCookie(name: string, options?: CookieOptions): this;

@@ -835,0 +835,0 @@ /**

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