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.10.0 to 1.10.1

13

HISTORY.md

@@ -0,1 +1,14 @@

1.10.1 / 2016-01-16
===================
* deps: escape-html@~1.0.3
- perf: enable strict mode
- perf: optimize string replacement
- perf: use faster string coercion
* deps: send@0.13.1
- deps: depd@~1.1.0
- deps: destroy@~1.0.4
- deps: escape-html@~1.0.3
- deps: range-parser@~1.0.3
1.10.0 / 2015-06-17

@@ -2,0 +15,0 @@ ===================

12

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

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

"dependencies": {
"escape-html": "1.0.2",
"escape-html": "~1.0.3",
"parseurl": "~1.3.0",
"send": "0.13.0"
"send": "0.13.1"
},
"devDependencies": {
"istanbul": "0.3.9",
"mocha": "2.2.5",
"supertest": "1.0.1"
"istanbul": "0.4.2",
"mocha": "2.3.4",
"supertest": "1.1.0"
},

@@ -19,0 +19,0 @@ "files": [

@@ -41,4 +41,2 @@ # serve-static

The default value is `'ignore'`.
- `'allow'` No special treatment for dotfiles.

@@ -48,2 +46,5 @@ - `'deny'` Deny a request for a dotfile and 403/`next()`.

The default value is similar to `'ignore'`, with the exception that this
default will not ignore the files within a directory that begins with a dot.
##### etag

@@ -50,0 +51,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