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.4.0 to 1.4.1

6

History.md

@@ -0,1 +1,7 @@

1.4.1 / 2014-07-26
==================
* deps: send@0.7.1
- deps: depd@0.4.3
1.4.0 / 2014-07-21

@@ -2,0 +8,0 @@ ==================

12

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

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

"parseurl": "~1.2.0",
"send": "0.7.0"
"send": "0.7.1"
},
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "~1.20.0",
"mocha": "~1.21.0",
"should": "~4.0.0",

@@ -24,6 +24,6 @@ "supertest": "~0.13.0"

"scripts": {
"test": "mocha --reporter dot --require should test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require should test/"
"test": "mocha --reporter spec --bail --check-leaks --require should test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"
}
}

@@ -6,2 +6,3 @@ # serve-static

[![Coverage Status](https://img.shields.io/coveralls/expressjs/serve-static.svg?branch=master)](https://coveralls.io/r/expressjs/serve-static)
[![Gittip](http://img.shields.io/gittip/dougwilson.svg)](https://www.gittip.com/dougwilson/)

@@ -8,0 +9,0 @@ ## Install

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