Socket
Socket
Sign inDemoInstall

@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.13.1 to 1.13.2

6

serve-static/index.d.ts

@@ -31,2 +31,8 @@ // Type definitions for serve-static 1.13

/**
* Enable or disable setting Cache-Control response header, defaults to true.
* Disabling this will ignore the immutable and maxAge options.
*/
cacheControl?: boolean;
/**
* Set how "dotfiles" are treated when encountered. A dotfile is a file or directory that begins with a dot (".").

@@ -33,0 +39,0 @@ * Note this check is done on the path itself without checking if the path actually exists on the disk.

4

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

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

},
"typesPublisherContentHash": "cf21e4794995b00edf49695fcbb6ae17789bfd3889db5ef759e191ea838916ed",
"typesPublisherContentHash": "3c454d8447dd409850aab805f4a9ddde32dc4c7606505c4e149b1f938f52728d",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Thu, 09 Nov 2017 15:17:54 GMT
* Last updated: Mon, 30 Apr 2018 16:18:31 GMT
* Dependencies: express-serve-static-core, mime

@@ -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