Socket
Socket
Sign inDemoInstall

serve-static

Package Overview
Dependencies
Maintainers
1
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.12.4 to 1.12.5

11

HISTORY.md

@@ -0,1 +1,12 @@

1.12.5 / 2017-09-21
===================
* deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path" `RegExp`
* deps: send@0.15.5
- Fix handling of modified headers with invalid dates
- deps: etag@~1.8.1
- deps: fresh@0.5.2
1.12.4 / 2017-08-05

@@ -2,0 +13,0 @@ ===================

10

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

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

"escape-html": "~1.0.3",
"parseurl": "~1.3.1",
"send": "0.15.4"
"parseurl": "~1.3.2",
"send": "0.15.5"
},

@@ -18,5 +18,5 @@ "devDependencies": {

"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.6.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "5.1.0",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",

@@ -23,0 +23,0 @@ "eslint-plugin-standard": "3.0.1",

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