Socket
Socket
Sign inDemoInstall

serve-static

Package Overview
Dependencies
Maintainers
6
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serve-static - npm Package Compare versions

Comparing version 1.5.4 to 1.6.0

8

HISTORY.md

@@ -0,1 +1,9 @@

1.6.0 / 2014-09-07
==================
* deps: send@0.9.0
- Add `lastMofified` option
- Use `etag` to generate `ETag` header
- deps: debug@~2.0.0
1.5.4 / 2014-09-04

@@ -2,0 +10,0 @@ ==================

4

package.json
{
"name": "serve-static",
"description": "Serve static files",
"version": "1.5.4",
"version": "1.6.0",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

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

"parseurl": "~1.3.0",
"send": "0.8.5",
"send": "0.9.0",
"utils-merge": "1.0.0"

@@ -14,0 +14,0 @@ },

@@ -64,2 +64,7 @@ # serve-static

##### lastMofified
Enable or disable `Last-Modified` header, defaults to true. Uses the file
system's last modified value.
##### maxAge

@@ -66,0 +71,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