Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/serve-static

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/serve-static - npm Package Compare versions

Comparing version 1.7.32 to 1.13.0

9

serve-static/index.d.ts

@@ -1,4 +0,5 @@

// Type definitions for serve-static 1.7.1
// Type definitions for serve-static 1.13
// Project: https://github.com/expressjs/serve-static
// Definitions by: Uros Smolnik <https://github.com/urossmolnik>
// Linus Unnebäck <https://github.com/LinusU>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -56,2 +57,8 @@

fallthrough?: boolean;
/**
* Enable or disable the immutable directive in the Cache-Control response header.
* If enabled, the maxAge option should also be specified to enable caching. The immutable directive will prevent supported clients from making conditional requests during the life of the maxAge option to check if the file has changed.
*/
immutable?: boolean;

@@ -58,0 +65,0 @@ /**

12

serve-static/package.json
{
"name": "@types/serve-static",
"version": "1.7.32",
"version": "1.13.0",
"description": "TypeScript definitions for serve-static",

@@ -9,3 +9,9 @@ "license": "MIT",

"name": "Uros Smolnik",
"url": "https://github.com/urossmolnik"
"url": "https://github.com/urossmolnik",
"githubUsername": "urossmolnik"
},
{
"name": "Linus Unnebäck",
"url": "https://github.com/LinusU",
"githubUsername": "LinusU"
}

@@ -23,4 +29,4 @@ ],

},
"typesPublisherContentHash": "c0dac04127ff734150c992cc697e39e0374266604258bd6663a3c651531a9066",
"typesPublisherContentHash": "ae0dc7ea3953f2124d01c6a9e6bf70ae53e9b95b4b77eb05a69c59f8912bb3be",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT
* Last updated: Wed, 25 Oct 2017 18:50:12 GMT
* Dependencies: express-serve-static-core, mime

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Uros Smolnik <https://github.com/urossmolnik>.
These definitions were written by Uros Smolnik <https://github.com/urossmolnik>, Linus Unnebäck <https://github.com/LinusU>.

Sorry, the diff of this file is not supported yet

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