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.6.1 to 1.6.2

10

HISTORY.md

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

1.6.2 / 2014-09-15
==================
* deps: send@0.9.2
- deps: depd@0.4.5
- deps: etag@~1.3.1
- deps: range-parser@~1.0.2
1.6.1 / 2014-09-07

@@ -11,3 +19,3 @@ ==================

* deps: send@0.9.0
- Add `lastMofified` option
- Add `lastModified` option
- Use `etag` to generate `ETag` header

@@ -14,0 +22,0 @@ - deps: debug@~2.0.0

@@ -32,2 +32,6 @@ /*!

if (typeof root !== 'string') {
throw new TypeError('root path must be a string')
}
// copy options object

@@ -34,0 +38,0 @@ options = merge({}, options)

4

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

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

"parseurl": "~1.3.0",
"send": "0.9.1",
"send": "0.9.2",
"utils-merge": "1.0.0"

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

@@ -64,3 +64,3 @@ # serve-static

##### lastMofified
##### lastModified

@@ -67,0 +67,0 @@ Enable or disable `Last-Modified` header, defaults to true. Uses the file

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